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

/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.c128 if(screen->damaged.start_col > rect.start_col)
129 screen->damaged.start_col = rect.start_col;
165 .start_col = 0,
194 .start_col = pos.col,
212 dest.start_row == 0 && dest.start_col == 0 && // starts top-left corner
224 int cols = src.end_col - src.start_col;
240 memmove(getcell(screen, row, dest.start_col),
241 getcell(screen, row + downward, src.start_col),
[all...]
H A Dstate.c87 if(rect.start_col == 0 && rect.end_col == state->cols && rightward == 0) {
115 .start_col = SCROLLREGION_LEFT(state),
311 .start_col = state->pos.col,
408 .start_col = SCROLLREGION_LEFT(state),
955 rect.start_col = state->pos.col;
1034 rect.start_col = state->pos.col; rect.end_col = state->cols;
1035 if(rect.end_col > rect.start_col)
1039 rect.start_col = 0;
1048 rect.start_col = 0; rect.end_col = state->cols;
1051 if(rect.end_col > rect.start_col)
[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;
H A Djccoefct.c346 JDIMENSION start_col; local
372 start_col = MCU_col_num * compptr->MCU_width;
374 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
H A Djpegint.h108 JDIMENSION start_row, JDIMENSION 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;
H A Dfpdfapi_jccoefct.c347 JDIMENSION start_col; local
373 start_col = MCU_col_num * compptr->MCU_width;
375 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
H A Djpegint.h108 JDIMENSION start_row, JDIMENSION start_col,
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_text.cpp335 int start_col = left; local
336 if (start_col < 0) {
337 start_col = 0;
343 if (start_col >= end_col) {
352 FX_LPBYTE src_scan = src_buf + row * src_pitch + (start_col - left) * 3;
353 FX_LPBYTE dest_scan = dest_buf + dest_row * dest_pitch + (start_col << 2);
356 for (int col = start_col; col < end_col; col ++) {
379 if (start_col > left) {
388 for (int col = start_col + 1; col < end_col - 1; col ++) {
410 if (start_col > lef
[all...]
/external/libvterm/include/
H A Dvterm.h33 int start_col; member in struct:__anon9637
41 p.col >= r.start_col && p.col < r.end_col;
48 rect->start_col += col_delta; rect->end_col += col_delta;
/external/google-breakpad/src/processor/
H A Dstackwalk_common.cc66 // pass 0 for |start_col|. For registers in a set, pass the most recent
72 static int PrintRegister(const char *name, uint32_t value, int start_col) { argument
76 if (start_col + static_cast<ssize_t>(strlen(buffer)) > kMaxWidth) {
77 start_col = 0;
82 return start_col + strlen(buffer);
86 static int PrintRegister64(const char *name, uint64_t value, int start_col) { argument
90 if (start_col + static_cast<ssize_t>(strlen(buffer)) > kMaxWidth) {
91 start_col = 0;
96 return start_col + strlen(buffer);
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpegint.h108 JDIMENSION start_row, JDIMENSION start_col,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c791 int start_col, end_col, start_row, end_row; local
804 start_col = MAX(-range, x->mv_col_min - ref_mv->col);
809 for (c = start_col; c <= end_col; c += 4) {
/external/clang/tools/c-index-test/
H A Dc-index-test.c1663 unsigned start_line, unsigned start_col,
1669 PrintExtent(stdout, start_line, start_col, end_line, end_col);
1683 unsigned start_line = 1, start_col = 1; local
1717 print_cursor_file_scan(TU, prevCursor, start_line, start_col,
1720 start_col = col;
1662 print_cursor_file_scan(CXTranslationUnit TU, CXCursor cursor, unsigned start_line, unsigned start_col, unsigned end_line, unsigned end_col, const char *prefix) argument
/external/opencv/cxcore/src/
H A Dcxarray.cpp1574 cvGetCols( const CvArr* arr, CvMat* submat, int start_col, int end_col ) argument
1592 if( (unsigned)start_col >= (unsigned)cols ||
1606 submat->cols = end_col - start_col;
1608 submat->data.ptr = mat->data.ptr + (size_t)start_col*CV_ELEM_SIZE(mat->type);
/external/opencv/cxcore/include/
H A Dcxcore.h212 /* Selects column span of the input array: arr(:,start_col:end_col)
215 int start_col, int end_col );
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 408 milliseconds