Home
last modified time | relevance | path

Searched refs:start_col (Results 1 – 25 of 51) sorted by relevance

123

/external/libvterm/src/
Drect.h6 #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; in rect_expand()
21 if(dst->start_col < bounds->start_col) dst->start_col = bounds->start_col; in rect_clip()
26 if(dst->end_col < dst->start_col) dst->end_col = dst->start_col; in rect_clip()
33 (a->start_col == b->start_col) && in rect_equal()
42 if(small->start_col < big->start_col) return 0; in rect_contains()
53 if(a->start_col > b->end_col || b->start_col > a->end_col) in rect_intersects()
Dvterm.c242 abs(rightward) >= rect.end_col - rect.start_col) { in vterm_scroll_rect()
253 dest.start_col = rect.start_col; in vterm_scroll_rect()
255 src.start_col = rect.start_col + rightward; in vterm_scroll_rect()
264 dest.start_col = rect.start_col + leftward; in vterm_scroll_rect()
266 src.start_col = rect.start_col; in vterm_scroll_rect()
293 rect.start_col = rect.end_col - rightward; in vterm_scroll_rect()
295 rect.end_col = rect.start_col - rightward; in vterm_scroll_rect()
306 int rightward = src.start_col - dest.start_col; in vterm_copy_cells()
324 test_col = dest.start_col - 1; in vterm_copy_cells()
328 init_col = dest.start_col; in vterm_copy_cells()
Dscreen.c128 if(screen->damaged.start_col > rect.start_col) in damagerect()
129 screen->damaged.start_col = rect.start_col; in damagerect()
165 .start_col = 0, in damagescreen()
194 .start_col = pos.col, in putglyph()
212 dest.start_row == 0 && dest.start_col == 0 && // starts top-left corner in moverect_internal()
224 int cols = src.end_col - src.start_col; in moverect_internal()
240 memmove(getcell(screen, row, dest.start_col), in moverect_internal()
241 getcell(screen, row + downward, src.start_col), in moverect_internal()
272 for(int col = rect.start_col; col < rect.end_col; col++) { in erase_internal()
355 else if(rect.start_col <= screen->damaged.start_col && in scrollrect()
[all …]
Dstate.c87 if(rect.start_col == 0 && rect.end_col == state->cols && rightward == 0) { in scroll()
115 .start_col = SCROLLREGION_LEFT(state), in linefeed()
311 .start_col = state->pos.col, in on_text()
408 .start_col = SCROLLREGION_LEFT(state), in on_control()
955 rect.start_col = state->pos.col; in on_csi()
1034 rect.start_col = state->pos.col; rect.end_col = state->cols; in on_csi()
1035 if(rect.end_col > rect.start_col) in on_csi()
1039 rect.start_col = 0; in on_csi()
1048 rect.start_col = 0; rect.end_col = state->cols; in on_csi()
1051 if(rect.end_col > rect.start_col) in on_csi()
[all …]
/external/opencv3/3rdparty/libjpeg/
Djdct.h42 JDIMENSION start_col));
45 JDIMENSION start_col));
166 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
168 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
170 JPP((FAST_FLOAT * data, JSAMPARRAY sample_data, JDIMENSION start_col));
172 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
174 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
176 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
178 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
180 JPP((DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col));
[all …]
Djcdctmgr.c67 JDIMENSION start_row, JDIMENSION start_col, in forward_DCT() argument
80 for (bi = 0; bi < num_blocks; bi++, start_col += compptr->DCT_h_scaled_size) { in forward_DCT()
82 (*do_dct) (workspace, sample_data, start_col); in forward_DCT()
130 JDIMENSION start_row, JDIMENSION start_col, in forward_DCT_float() argument
143 for (bi = 0; bi < num_blocks; bi++, start_col += compptr->DCT_h_scaled_size) { in forward_DCT_float()
145 (*do_dct) (workspace, sample_data, start_col); in forward_DCT_float()
Djfdctint.c158 jpeg_fdct_islow (DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col)
174 elemptr = sample_data[ctr] + start_col;
328 jpeg_fdct_7x7 (DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) in jpeg_fdct_7x7() argument
348 elemptr = sample_data[ctr] + start_col; in jpeg_fdct_7x7()
463 jpeg_fdct_6x6 (DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) in jpeg_fdct_6x6() argument
482 elemptr = sample_data[ctr] + start_col; in jpeg_fdct_6x6()
576 jpeg_fdct_5x5 (DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) in jpeg_fdct_5x5() argument
597 elemptr = sample_data[ctr] + start_col; in jpeg_fdct_5x5()
686 jpeg_fdct_4x4 (DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col) in jpeg_fdct_4x4() argument
706 elemptr = sample_data[ctr] + start_col; in jpeg_fdct_4x4()
[all …]
Djdcoefct.c156 JDIMENSION start_col, output_col; in decompress_onepass() local
193 start_col = MCU_col_num * compptr->MCU_sample_width; in decompress_onepass()
197 output_col = start_col; in decompress_onepass()
251 JDIMENSION start_col; in consume_data() local
278 start_col = MCU_col_num * compptr->MCU_width; in consume_data()
280 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in consume_data()
/external/gemmlowp/internal/
Dcompute.h64 void ComputeRun(int start_row, int start_col, int start_depth, in ComputeRun() argument
67 packed_rhs_.seek_run(start_col, start_depth); in ComputeRun()
69 start_row, start_col, Format::kRows, Format::kCols); in ComputeRun()
75 void ComputeL1(int start_row, int rows, int start_col, int cols, in ComputeL1() argument
83 ComputeRun(start_row + r, start_col + c, start_depth, depth); in ComputeL1()
/external/libjpeg-turbo/
Djcdctmgr.c31 JDIMENSION start_col,
34 JDIMENSION start_col,
368 convsamp (JSAMPARRAY sample_data, JDIMENSION start_col, DCTELEM * workspace) in convsamp() argument
376 elemptr = sample_data[elemr] + start_col; in convsamp()
487 JDIMENSION start_row, JDIMENSION start_col, in forward_DCT() argument
505 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) { in forward_DCT()
507 (*do_convsamp) (sample_data, start_col, workspace); in forward_DCT()
522 convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col, FAST_FLOAT * workspace) in convsamp_float() argument
530 elemptr = sample_data[elemr] + start_col; in convsamp_float()
577 JDIMENSION start_row, JDIMENSION start_col, in forward_DCT_float() argument
[all …]
Djsimddct.h15 EXTERN(void) jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col,
18 JDIMENSION start_col,
Djdcoefct.c93 JDIMENSION start_col, output_col; in decompress_onepass() local
135 start_col = (MCU_col_num - cinfo->master->first_iMCU_col) * in decompress_onepass()
140 output_col = start_col; in decompress_onepass()
195 JDIMENSION start_col; in consume_data() local
222 start_col = MCU_col_num * compptr->MCU_width; in consume_data()
224 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in consume_data()
/external/gemmlowp/public/
Dmap.h63 MatrixMap block(int start_row, int start_col, int block_rows, in block() argument
67 assert(start_col >= 0); in block()
68 assert(start_col + block_cols <= cols_); in block()
70 return MatrixMap(data(start_row, start_col), block_rows, block_cols, in block()
/external/libjpeg-turbo/simd/
Djquanti-sse2.asm29 ; jsimd_convsamp_sse2 (JSAMPARRAY sample_data, JDIMENSION start_col,
34 %define start_col ebp+12 ; JDIMENSION start_col
Djquant-mmx.asm29 ; jsimd_convsamp_mmx (JSAMPARRAY sample_data, JDIMENSION start_col,
34 %define start_col ebp+12 ; JDIMENSION start_col
Djquanti-sse2-64.asm30 ; jsimd_convsamp_sse2 (JSAMPARRAY sample_data, JDIMENSION start_col,
35 ; r11 = JDIMENSION start_col
Djquantf-sse2.asm29 ; jsimd_convsamp_float_sse2 (JSAMPARRAY sample_data, JDIMENSION start_col,
34 %define start_col ebp+12 ; JDIMENSION start_col
54 mov eax, JDIMENSION [start_col]
Djsimd_i386.c695 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col, in jsimd_convsamp() argument
699 jsimd_convsamp_sse2(sample_data, start_col, workspace); in jsimd_convsamp()
701 jsimd_convsamp_mmx(sample_data, start_col, workspace); in jsimd_convsamp()
705 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col, in jsimd_convsamp_float() argument
709 jsimd_convsamp_float_sse2(sample_data, start_col, workspace); in jsimd_convsamp_float()
711 jsimd_convsamp_float_sse(sample_data, start_col, workspace); in jsimd_convsamp_float()
713 jsimd_convsamp_float_3dnow(sample_data, start_col, workspace); in jsimd_convsamp_float()
Djquant-sse.asm29 ; jsimd_convsamp_float_sse (JSAMPARRAY sample_data, JDIMENSION start_col,
34 %define start_col ebp+12 ; JDIMENSION start_col
54 mov eax, JDIMENSION [start_col]
Djsimd_x86_64.c489 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col, in jsimd_convsamp() argument
492 jsimd_convsamp_sse2(sample_data, start_col, workspace); in jsimd_convsamp()
496 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col, in jsimd_convsamp_float() argument
499 jsimd_convsamp_float_sse2(sample_data, start_col, workspace); in jsimd_convsamp_float()
Djquant-3dn.asm29 ; jsimd_convsamp_float_3dnow (JSAMPARRAY sample_data, JDIMENSION start_col,
34 %define start_col ebp+12 ; JDIMENSION start_col
54 mov eax, JDIMENSION [start_col]
Djsimd.h515 (JSAMPARRAY sample_data, JDIMENSION start_col, DCTELEM * workspace);
518 (JSAMPARRAY sample_data, JDIMENSION start_col, DCTELEM * workspace);
521 (JSAMPARRAY sample_data, JDIMENSION start_col, DCTELEM * workspace);
524 (JSAMPARRAY sample_data, JDIMENSION start_col, DCTELEM * workspace);
528 (JSAMPARRAY sample_data, JDIMENSION start_col, FAST_FLOAT * workspace);
531 (JSAMPARRAY sample_data, JDIMENSION start_col, FAST_FLOAT * workspace);
534 (JSAMPARRAY sample_data, JDIMENSION start_col, FAST_FLOAT * workspace);
537 (JSAMPARRAY sample_data, JDIMENSION start_col, FAST_FLOAT * workspace);
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jcdctmgr.c182 JDIMENSION start_row, JDIMENSION start_col, in forward_DCT() argument
195 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) { in forward_DCT()
203 elemptr = sample_data[elemr] + start_col; in forward_DCT()
272 JDIMENSION start_row, JDIMENSION start_col, in forward_DCT_float() argument
285 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) { in forward_DCT_float()
293 elemptr = sample_data[elemr] + start_col; in forward_DCT_float()
Dfpdfapi_jdcoefct.c155 JDIMENSION start_col, output_col; in decompress_onepass() local
191 start_col = MCU_col_num * compptr->MCU_sample_width; in decompress_onepass()
195 output_col = start_col; in decompress_onepass()
249 JDIMENSION start_col; in consume_data() local
276 start_col = MCU_col_num * compptr->MCU_width; in consume_data()
278 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in consume_data()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp410 int start_col = left; in DrawNormalText() local
411 if (start_col < 0) { in DrawNormalText()
412 start_col = 0; in DrawNormalText()
418 if (start_col >= end_col) { in DrawNormalText()
427 uint8_t* src_scan = src_buf + row * src_pitch + (start_col - left) * 3; in DrawNormalText()
429 dest_buf + dest_row * dest_pitch + (start_col << 2); in DrawNormalText()
432 for (int col = start_col; col < end_col; col++) { in DrawNormalText()
460 if (start_col > left) { in DrawNormalText()
470 for (int col = start_col + 1; col < end_col - 1; col++) { in DrawNormalText()
496 if (start_col > left) { in DrawNormalText()
[all …]

123