line_length
int line_length() { marks[second].delta(marks[first]); }
int line_length() { marks[second].delta(marks[first]); }
int line_length() { return _line_length; }
const comb_line_length *line_length;
SetRegister(VIP_COMB_LINE_LENGTH, *(const int32 *)(settings->line_length + i));
int line_length = buf_end-buf_start;
if (i <= line_length) {
i -= line_length;
return line_length + i;
size_t len = line_length();
#define set_pixel(x,y,color) (frame_buffer[x + (line_length*y)] = color)
line_length = FrameBufferInfo()->bytes_per_row;
memset(frame_buffer,0,480*line_length);
#define get_pixel(x,y) (frame_buffer[x + (line_length*y)])
memcpy(frame_buffer+y*line_length,save_buffer+640*y,640);
memcpy(save_buffer+640*y,frame_buffer+y*line_length,640);
ulong line_length;