HomeSort by relevance Sort by last modified time
    Searched full:start_row (Results 1 - 24 of 24) sorted by null

  /external/libvterm/src/
rect.h 6 #define ARGSrect(r) (r).start_row, (r).start_col, (r).end_row, (r).end_col
11 if(dst->start_row > src->start_row) dst->start_row = src->start_row;
20 if(dst->start_row < bounds->start_row) dst->start_row = bounds->start_row;
25 if(dst->end_row < dst->start_row) dst->end_row = dst->start_row
    [all...]
screen.c 50 /* start_row == -1 => no damage */
116 if(rect.end_row > rect.start_row + 1) {
121 else if(screen->damaged.start_row == -1) {
126 else if(rect.start_row == screen->damaged.start_row) {
144 if(screen->damaged.start_row == -1)
163 .start_row = 0,
192 .start_row = pos.row,
212 dest.start_row == 0 && dest.start_col == 0 && // starts top-left corner
216 for(pos.row = 0; pos.row < src.start_row; pos.row++)
    [all...]
vterm.c 241 if(abs(downward) >= rect.end_row - rect.start_row ||
271 dest.start_row = rect.start_row;
273 src.start_row = rect.start_row + downward;
278 dest.start_row = rect.start_row + upward;
280 src.start_row = rect.start_row;
288 rect.start_row = rect.end_row - downward
    [all...]
state.c 88 int height = rect.end_row - rect.start_row - abs(downward);
91 memmove(state->lineinfo + rect.start_row,
92 state->lineinfo + rect.start_row + downward,
95 memmove(state->lineinfo + rect.start_row - downward,
96 state->lineinfo + rect.start_row,
113 .start_row = state->scrollregion_top,
309 .start_row = state->pos.row,
406 .start_row = state->scrollregion_top,
953 rect.start_row = state->pos.row;
1033 rect.start_row = state->pos.row; rect.end_row = state->pos.row + 1
    [all...]
  /external/jpeg/
jmemmgr.c 513 * strips; that is, successive access start_row numbers differ by exactly
757 JDIMENSION start_row, JDIMENSION num_rows,
759 /* Access the part of a virtual sample array starting at start_row */
763 JDIMENSION end_row = start_row + num_rows;
772 if (start_row < ptr->cur_start_row ||
786 * start_row = 0, so the limiting case applies and we load from 0 anyway.
788 if (start_row > ptr->cur_start_row) {
789 ptr->cur_start_row = start_row;
810 if (ptr->first_undef_row < start_row) {
813 undef_row = start_row; /* but reader is allowed to read ahead *
    [all...]
jcdctmgr.c 175 * position start_row/start_col, and moving to the right for any additional
182 JDIMENSION start_row, JDIMENSION start_col,
193 sample_data += start_row; /* fold in the vertical offset once */
272 JDIMENSION start_row, JDIMENSION start_col,
283 sample_data += start_row; /* fold in the vertical offset once */
jpegint.h 108 JDIMENSION start_row, JDIMENSION start_col,
jpeglib.h     [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jmemmgr.c 516 * strips; that is, successive access start_row numbers differ by exactly
760 JDIMENSION start_row, JDIMENSION num_rows,
762 /* Access the part of a virtual sample array starting at start_row */
766 JDIMENSION end_row = start_row + num_rows;
775 if (start_row < ptr->cur_start_row ||
789 * start_row = 0, so the limiting case applies and we load from 0 anyway.
791 if (start_row > ptr->cur_start_row) {
792 ptr->cur_start_row = start_row;
813 if (ptr->first_undef_row < start_row) {
816 undef_row = start_row; /* but reader is allowed to read ahead *
    [all...]
fpdfapi_jcdctmgr.c 176 * position start_row/start_col, and moving to the right for any additional
183 JDIMENSION start_row, JDIMENSION start_col,
194 sample_data += start_row; /* fold in the vertical offset once */
273 JDIMENSION start_row, JDIMENSION start_col,
284 sample_data += start_row; /* fold in the vertical offset once */
jpegint.h 108 JDIMENSION start_row, JDIMENSION start_col,
jpeglib.h     [all...]
  /external/libvterm/include/
vterm.h 31 int start_row; member in struct:__anon13953
40 return p.row >= r.start_row && p.row < r.end_row &&
47 rect->start_row += row_delta; rect->end_row += row_delta;
  /external/libmpeg2/decoder/
impeg2d_dec_hdr.c 887 WORD32 start_row; local
889 start_row = s_job.i2_start_mb_y << 4;
891 num_rows -= start_row;
894 start_row, num_rows);
953 WORD32 start_row; local
    [all...]
  /external/webp/src/enc/
analysis.c 426 int start_row, int end_row) {
432 VP8IteratorSetRow(&job->it, start_row);
433 VP8IteratorSetCountDown(&job->it, (end_row - start_row) * enc->mb_w_);
439 job->delta_progress = (start_row == 0) ? 20 : 0;
  /external/lldb/examples/synthetic/
libcxx.py 683 start_row, junk = divmod(map_begin - map_first, self.pointer_size)
687 if not start_row*self.block_size <= start < (start_row+1)*self.block_size:
690 end_row = start_row + active_rows
  /packages/apps/Terminal/jni/
com_android_terminal_Terminal.cpp 168 return env->CallIntMethod(term->getCallbacks(), damageMethod, rect.start_row, rect.end_row,
180 dest.start_row, dest.end_row, dest.start_col, dest.end_col,
181 src.start_row, src.end_row, src.start_col, src.end_col);
  /external/webp/src/dec/
vp8l.c 640 const int start_row = dec->last_row_; local
641 const int end_row = start_row + num_rows;
650 VP8LInverseTransform(transform, start_row, end_row, rows_in, rows_out);
658 const int start_row = dec->last_row_; local
659 const int end_row = start_row + num_rows;
661 uint8_t* rows_out = (uint8_t*)dec->io_->opaque + dec->io_->width * start_row;
665 VP8LColorIndexInverseTransformAlpha(transform, start_row, end_row, rows_in,
    [all...]
  /external/pdfium/core/include/thirdparties/libjpeg/
jpegint.h 108 JDIMENSION start_row, JDIMENSION start_col,
jpeglib.h     [all...]
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 791 int start_col, end_col, start_row, end_row; local
803 start_row = MAX(-range, x->mv_row_min - ref_mv->row);
808 for (r = start_row; r <= end_row; ++r) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.c 906 int start_row, end_row; local
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 200 /* Selects row span of the input array: arr(start_row:delta_row:end_row,:)
203 int start_row, int end_row,
    [all...]

Completed in 999 milliseconds