HomeSort by relevance Sort by last modified time
    Searched refs:start_col (Results 1 - 25 of 50) sorted by null

1 2

  /external/libvterm/src/
rect.h 6 #define ARGSrect(r) (r).start_row, (r).start_col, (r).end_row, (r).end_col
12 if(dst->start_col > src->start_col) dst->start_col = src->start_col;
21 if(dst->start_col < bounds->start_col) dst->start_col = bounds->start_col;
26 if(dst->end_col < dst->start_col) dst->end_col = dst->start_col
    [all...]
vterm.c 242 abs(rightward) >= rect.end_col - rect.start_col) {
253 dest.start_col = rect.start_col;
255 src.start_col = rect.start_col + rightward;
264 dest.start_col = rect.start_col + leftward;
266 src.start_col = rect.start_col;
293 rect.start_col = rect.end_col - rightward
    [all...]
screen.c 126 if(screen->damaged.start_col > rect.start_col)
127 screen->damaged.start_col = rect.start_col;
163 .start_col = 0,
192 .start_col = pos.col,
208 dest.start_row == 0 && dest.start_col == 0 && // starts top-left corner
220 int cols = src.end_col - src.start_col;
236 memmove(getcell(screen, row, dest.start_col),
237 getcell(screen, row + downward, src.start_col),
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
jcdctmgr.c 31 (JSAMPARRAY sample_data, JDIMENSION start_col,
34 (JSAMPARRAY sample_data, JDIMENSION start_col,
337 convsamp (JSAMPARRAY sample_data, JDIMENSION start_col, DCTELEM * workspace)
345 elemptr = sample_data[elemr] + start_col;
407 * position start_row/start_col, and moving to the right for any additional
414 JDIMENSION start_row, JDIMENSION start_col,
432 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
434 (*do_convsamp) (sample_data, start_col, workspace);
449 convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col, FAST_FLOAT * workspace)
457 elemptr = sample_data[elemr] + start_col;
    [all...]
jsimddct.h 45 JDIMENSION start_col,
48 JDIMENSION start_col,
jsimd_none.c 181 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col,
187 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col,
jdcoefct.c 161 JDIMENSION start_col, output_col; local
197 start_col = MCU_col_num * compptr->MCU_sample_width;
201 output_col = start_col;
255 JDIMENSION start_col; local
282 start_col = MCU_col_num * compptr->MCU_width;
284 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
jctrans.c 296 JDIMENSION start_col; local
320 start_col = MCU_col_num * compptr->MCU_width;
327 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
  /external/chromium_org/ui/views/layout/
grid_layout.cc 312 ViewState(ColumnSet* column_set, View* view, int start_col, int start_row,
317 start_col(start_col),
330 DCHECK(view && start_col >= 0 && start_row >= 0 && col_span > 0 &&
331 row_span > 0 && start_col < column_set->num_columns() &&
332 (start_col + col_span) <= column_set->num_columns());
337 const int start_col; member in struct:views::ViewState
517 for (int i = view_state->start_col,
518 max_col = view_state->start_col + view_state->col_span;
539 int start_col = view_state->start_col local
    [all...]
  /external/jpeg/
jcdctmgr.c 175 * position start_row/start_col, and moving to the right for any additional
182 JDIMENSION start_row, JDIMENSION start_col,
195 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
203 elemptr = sample_data[elemr] + start_col;
272 JDIMENSION start_row, JDIMENSION start_col,
285 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
293 elemptr = sample_data[elemr] + start_col;
jdcoefct.c 155 JDIMENSION start_col, output_col; local
204 start_col = MCU_col_num * compptr->MCU_sample_width;
208 output_col = start_col;
260 JDIMENSION start_col; local
316 start_col = MCU_col_num * compptr->MCU_width;
318 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
397 JDIMENSION start_col; local
457 JDIMENSION start_col; local
500 start_col = MCU_col_num * compptr->MCU_width;
505 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
    [all...]
jctrans.c 285 JDIMENSION start_col; local
309 start_col = MCU_col_num * compptr->MCU_width;
316 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcdctmgr.c 176 * position start_row/start_col, and moving to the right for any additional
183 JDIMENSION start_row, JDIMENSION start_col,
196 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
204 elemptr = sample_data[elemr] + start_col;
273 JDIMENSION start_row, JDIMENSION start_col,
286 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
294 elemptr = sample_data[elemr] + start_col;
fpdfapi_jdcoefct.c 156 JDIMENSION start_col, output_col; local
192 start_col = MCU_col_num * compptr->MCU_sample_width;
196 output_col = start_col;
250 JDIMENSION start_col; local
277 start_col = MCU_col_num * compptr->MCU_width;
279 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
fpdfapi_jctrans.c 286 JDIMENSION start_col; local
310 start_col = MCU_col_num * compptr->MCU_width;
317 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
  /external/qemu/distrib/jpeg-6b/
jcdctmgr.c 175 * position start_row/start_col, and moving to the right for any additional
182 JDIMENSION start_row, JDIMENSION start_col,
195 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
203 elemptr = sample_data[elemr] + start_col;
272 JDIMENSION start_row, JDIMENSION start_col,
285 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) {
293 elemptr = sample_data[elemr] + start_col;
jdcoefct.c 155 JDIMENSION start_col, output_col; local
204 start_col = MCU_col_num * compptr->MCU_sample_width;
208 output_col = start_col;
260 JDIMENSION start_col; local
316 start_col = MCU_col_num * compptr->MCU_width;
318 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
397 JDIMENSION start_col; local
457 JDIMENSION start_col; local
500 start_col = MCU_col_num * compptr->MCU_width;
505 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
    [all...]
jctrans.c 285 JDIMENSION start_col; local
309 start_col = MCU_col_num * compptr->MCU_width;
316 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
  /external/chromium_org/third_party/cython/src/Cython/Plex/
Scanners.pxd 18 cdef public Py_ssize_t start_col
Scanners.py 61 # start_col = 0 # position in line of start of token
90 self.start_col = 0
137 self.start_col = self.cur_pos - self.cur_line_start
300 return (self.name, self.start_line, self.start_col)
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 360 int start_col = left; local
361 if (start_col < 0) {
362 start_col = 0;
368 if (start_col >= end_col) {
377 FX_LPBYTE src_scan = src_buf + row * src_pitch + (start_col - left) * 3;
378 FX_LPBYTE dest_scan = dest_buf + dest_row * dest_pitch + (start_col << 2);
381 for (int col = start_col; col < end_col; col ++) {
404 if (start_col > left) {
413 for (int col = start_col + 1; col < end_col - 1; col ++) {
435 if (start_col > left) {
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jsimd_i386.c 695 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col,
699 jsimd_convsamp_sse2(sample_data, start_col, workspace);
701 jsimd_convsamp_mmx(sample_data, start_col, workspace);
705 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col,
709 jsimd_convsamp_float_sse2(sample_data, start_col, workspace);
711 jsimd_convsamp_float_sse(sample_data, start_col, workspace);
713 jsimd_convsamp_float_3dnow(sample_data, start_col, workspace);
jsimd_arm.c 434 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col,
438 jsimd_convsamp_neon(sample_data, start_col, workspace);
442 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col,
jsimd_x86_64.c 494 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col,
497 jsimd_convsamp_sse2(sample_data, start_col, workspace);
501 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col,
504 jsimd_convsamp_float_sse2(sample_data, start_col, workspace);
  /external/libvterm/include/
vterm.h 33 int start_col; member in struct:__anon29615
41 p.col >= r.start_col && p.col < r.end_col;
48 rect->start_col += col_delta; rect->end_col += col_delta;

Completed in 792 milliseconds

1 2