Searched refs:start_col (Results 1 - 25 of 47) sorted by relevance

12

/external/libvterm/src/
H A 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;
21 if(dst->start_col < bounds->start_col) dst->start_col = bounds->start_col;
26 if(dst->end_col < dst->start_col) ds
[all...]
H A Dvterm.c242 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
[all...]
H A Dscreen.c126 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/
H A 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) argument
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) argument
457 elemptr = sample_data[elemr] + start_col;
412 forward_DCT(j_compress_ptr cinfo, jpeg_component_info * compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) argument
502 forward_DCT_float(j_compress_ptr cinfo, jpeg_component_info * compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) argument
[all...]
H A Djsimddct.h45 JDIMENSION start_col,
48 JDIMENSION start_col,
H A Djsimd_none.c181 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col, argument
187 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col, argument
H A Djdcoefct.c161 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;
H A Djctrans.c296 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/
H A Dgrid_layout.cc312 ViewState(ColumnSet* column_set, View* view, int start_col, int start_row, argument
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 local
589 GetColumnWidth(int start_col, int col_span) argument
[all...]
/external/jpeg/
H A Djcdctmgr.c175 * 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;
180 forward_DCT(j_compress_ptr cinfo, jpeg_component_info * compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) argument
270 forward_DCT_float(j_compress_ptr cinfo, jpeg_component_info * compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) argument
H A Djdcoefct.c155 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...]
H A Djctrans.c285 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/
H A Dfpdfapi_jcdctmgr.c176 * 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;
181 forward_DCT(j_compress_ptr cinfo, jpeg_component_info * compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) argument
271 forward_DCT_float(j_compress_ptr cinfo, jpeg_component_info * compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) argument
H A Dfpdfapi_jdcoefct.c156 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;
H A Dfpdfapi_jctrans.c286 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/
H A Djcdctmgr.c175 * 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;
180 forward_DCT(j_compress_ptr cinfo, jpeg_component_info * compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) argument
270 forward_DCT_float(j_compress_ptr cinfo, jpeg_component_info * compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) argument
H A Djdcoefct.c155 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...]
H A Djctrans.c285 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/
H A DScanners.pxd18 cdef public Py_ssize_t start_col
H A DScanners.py61 # 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/
H A Dfx_ge_text.cpp360 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 > lef
[all...]
/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djsimd_i386.c695 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col, argument
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, argument
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);
H A Djsimd_arm.c434 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col, argument
438 jsimd_convsamp_neon(sample_data, start_col, workspace);
442 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col, argument
H A Djsimd_x86_64.c494 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col, argument
497 jsimd_convsamp_sse2(sample_data, start_col, workspace);
501 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col, argument
504 jsimd_convsamp_float_sse2(sample_data, start_col, workspace);
/external/libvterm/include/
H A Dvterm.h33 int start_col; member in struct:__anon25004
41 p.col >= r.start_col && p.col < r.end_col;
48 rect->start_col += col_delta; rect->end_col += col_delta;

Completed in 427 milliseconds

12