Home
last modified time | relevance | path

Searched refs:start_col (Results 1 – 25 of 53) 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.c126 if(screen->damaged.start_col > rect.start_col) in damagerect()
127 screen->damaged.start_col = rect.start_col; in damagerect()
163 .start_col = 0, in damagescreen()
192 .start_col = pos.col, in putglyph()
208 dest.start_row == 0 && dest.start_col == 0 && // starts top-left corner in moverect_internal()
220 int cols = src.end_col - src.start_col; in moverect_internal()
236 memmove(getcell(screen, row, dest.start_col), in moverect_internal()
237 getcell(screen, row + downward, src.start_col), in moverect_internal()
266 for(int col = rect.start_col; col < rect.end_col; col++) { in erase_internal()
346 else if(rect.start_col <= screen->damaged.start_col && in scrollrect()
[all …]
Dstate.c100 .start_col = SCROLLREGION_LEFT(state), in linefeed()
260 .start_col = state->pos.col, in on_text()
356 .start_col = SCROLLREGION_LEFT(state), in on_control()
871 rect.start_col = state->pos.col; in on_csi()
947 rect.start_col = state->pos.col; rect.end_col = state->cols; in on_csi()
948 if(rect.end_col > rect.start_col) in on_csi()
952 rect.start_col = 0; in on_csi()
959 rect.start_col = 0; rect.end_col = state->cols; in on_csi()
960 if(rect.end_col > rect.start_col) in on_csi()
971 rect.start_col = 0; rect.end_col = state->cols; in on_csi()
[all …]
/external/chromium_org/third_party/libjpeg_turbo/
Djcdctmgr.c31 (JSAMPARRAY sample_data, JDIMENSION start_col,
34 (JSAMPARRAY sample_data, JDIMENSION start_col,
337 convsamp (JSAMPARRAY sample_data, JDIMENSION start_col, DCTELEM * workspace) in convsamp() argument
345 elemptr = sample_data[elemr] + start_col; in convsamp()
414 JDIMENSION start_row, JDIMENSION start_col, in forward_DCT() argument
432 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) { in forward_DCT()
434 (*do_convsamp) (sample_data, start_col, workspace); in forward_DCT()
449 convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col, FAST_FLOAT * workspace) in convsamp_float() argument
457 elemptr = sample_data[elemr] + start_col; in convsamp_float()
504 JDIMENSION start_row, JDIMENSION start_col, in forward_DCT_float() argument
[all …]
Djsimddct.h45 JDIMENSION start_col,
48 JDIMENSION start_col,
Djdcoefct.c161 JDIMENSION start_col, output_col; in decompress_onepass() local
197 start_col = MCU_col_num * compptr->MCU_sample_width; in decompress_onepass()
201 output_col = start_col; in decompress_onepass()
255 JDIMENSION start_col; in consume_data() local
282 start_col = MCU_col_num * compptr->MCU_width; in consume_data()
284 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in consume_data()
Djsimd_none.c181 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col, in jsimd_convsamp() argument
187 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col, in jsimd_convsamp_float() argument
/external/chromium_org/ui/views/layout/
Dgrid_layout.cc312 ViewState(ColumnSet* column_set, View* view, int start_col, int start_row, in ViewState()
317 start_col(start_col), in ViewState()
330 DCHECK(view && start_col >= 0 && start_row >= 0 && col_span > 0 && in ViewState()
331 row_span > 0 && start_col < column_set->num_columns() && in ViewState()
332 (start_col + col_span) <= column_set->num_columns()); in ViewState()
337 const int start_col; member
517 for (int i = view_state->start_col, in UpdateRemainingWidth()
518 max_col = view_state->start_col + view_state->col_span; in UpdateRemainingWidth()
539 int start_col = view_state->start_col; in DistributeRemainingWidth() local
540 int max_col = view_state->start_col + view_state->col_span; in DistributeRemainingWidth()
[all …]
/external/chromium_org/third_party/libjpeg_turbo/simd/
Djcqnts2i.asm29 ; jsimd_convsamp_sse2 (JSAMPARRAY sample_data, JDIMENSION start_col,
34 %define start_col ebp+12 ; JDIMENSION start_col
Djcqntmmx.asm29 ; jsimd_convsamp_mmx (JSAMPARRAY sample_data, JDIMENSION start_col,
34 %define start_col ebp+12 ; JDIMENSION start_col
Djcqnts2i-64.asm30 ; jsimd_convsamp_sse2 (JSAMPARRAY sample_data, JDIMENSION start_col,
35 ; r11 = JDIMENSION start_col
Djcqnts2f.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()
Djcqntsse.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.c494 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col, in jsimd_convsamp() argument
497 jsimd_convsamp_sse2(sample_data, start_col, workspace); in jsimd_convsamp()
501 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col, in jsimd_convsamp_float() argument
504 jsimd_convsamp_float_sse2(sample_data, start_col, workspace); in jsimd_convsamp_float()
Djcqnt3dn.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]
/external/jpeg/
Djcdctmgr.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()
Djdcoefct.c155 JDIMENSION start_col, output_col; in decompress_onepass() local
204 start_col = MCU_col_num * compptr->MCU_sample_width; in decompress_onepass()
208 output_col = start_col; in decompress_onepass()
260 JDIMENSION start_col; in consume_data() local
316 start_col = MCU_col_num * compptr->MCU_width; in consume_data()
318 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in consume_data()
397 JDIMENSION start_col; in consume_data_build_huffman_index_baseline() local
457 JDIMENSION start_col; in consume_data_build_huffman_index_progressive() local
500 start_col = MCU_col_num * compptr->MCU_width; in consume_data_build_huffman_index_progressive()
505 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in consume_data_build_huffman_index_progressive()
/external/qemu/distrib/jpeg-6b/
Djcdctmgr.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()
Djdcoefct.c155 JDIMENSION start_col, output_col; in decompress_onepass() local
204 start_col = MCU_col_num * compptr->MCU_sample_width; in decompress_onepass()
208 output_col = start_col; in decompress_onepass()
260 JDIMENSION start_col; in consume_data() local
316 start_col = MCU_col_num * compptr->MCU_width; in consume_data()
318 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in consume_data()
397 JDIMENSION start_col; in consume_data_build_huffman_index_baseline() local
457 JDIMENSION start_col; in consume_data_build_huffman_index_progressive() local
500 start_col = MCU_col_num * compptr->MCU_width; in consume_data_build_huffman_index_progressive()
505 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in consume_data_build_huffman_index_progressive()
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jcdctmgr.c183 JDIMENSION start_row, JDIMENSION start_col, in forward_DCT() argument
196 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) { in forward_DCT()
204 elemptr = sample_data[elemr] + start_col; in forward_DCT()
273 JDIMENSION start_row, JDIMENSION start_col, in forward_DCT_float() argument
286 for (bi = 0; bi < num_blocks; bi++, start_col += DCTSIZE) { in forward_DCT_float()
294 elemptr = sample_data[elemr] + start_col; in forward_DCT_float()
Dfpdfapi_jdcoefct.c156 JDIMENSION start_col, output_col; in decompress_onepass() local
192 start_col = MCU_col_num * compptr->MCU_sample_width; in decompress_onepass()
196 output_col = start_col; in decompress_onepass()
250 JDIMENSION start_col; in consume_data() local
277 start_col = MCU_col_num * compptr->MCU_width; in consume_data()
279 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in consume_data()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp360 int start_col = left; in DrawNormalText() local
361 if (start_col < 0) { in DrawNormalText()
362 start_col = 0; in DrawNormalText()
368 if (start_col >= end_col) { in DrawNormalText()
377 FX_LPBYTE src_scan = src_buf + row * src_pitch + (start_col - left) * 3; in DrawNormalText()
378 FX_LPBYTE dest_scan = dest_buf + dest_row * dest_pitch + (start_col << 2); in DrawNormalText()
381 for (int col = start_col; col < end_col; col ++) { in DrawNormalText()
404 if (start_col > left) { in DrawNormalText()
413 for (int col = start_col + 1; col < end_col - 1; col ++) { in DrawNormalText()
435 if (start_col > left) { in DrawNormalText()
[all …]
/external/chromium_org/third_party/cython/src/Cython/Plex/
DScanners.py90 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)

123