HomeSort by relevance Sort by last modified time
    Searched refs:start_row (Results 1 - 25 of 38) sorted by null

1 2

  /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...]
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...]
screen.c 48 /* start_row == -1 => no damage */
114 if(rect.end_row > rect.start_row + 1) {
119 else if(screen->damaged.start_row == -1) {
124 else if(rect.start_row == screen->damaged.start_row) {
142 if(screen->damaged.start_row == -1)
161 .start_row = 0,
190 .start_row = pos.row,
208 dest.start_row == 0 && dest.start_col == 0 && // starts top-left corner
212 for(pos.row = 0; pos.row < src.start_row; pos.row++)
    [all...]
state.c 98 .start_row = state->scrollregion_top,
258 .start_row = state->pos.row,
354 .start_row = state->scrollregion_top,
869 rect.start_row = state->pos.row;
946 rect.start_row = state->pos.row; rect.end_row = state->pos.row + 1;
951 rect.start_row = state->pos.row + 1; rect.end_row = state->rows;
953 if(rect.end_row > rect.start_row)
958 rect.start_row = 0; rect.end_row = state->pos.row;
963 rect.start_row = state->pos.row; rect.end_row = state->pos.row + 1;
965 if(rect.end_row > rect.start_row)
    [all...]
  /external/chromium_org/ui/views/layout/
grid_layout.cc 312 ViewState(ColumnSet* column_set, View* view, int start_col, int start_row,
318 start_row(start_row),
330 DCHECK(view && start_col >= 0 && start_row >= 0 && col_span > 0 &&
338 const int start_row; member in struct:views::ViewState
818 int y = rows_[view_state->start_row]->Location() + insets_.top();
819 int height = LayoutElement::TotalSize(view_state->start_row,
822 y += rows_[view_state->start_row]->max_ascent() - view_state->baseline;
915 Row* row = rows_[view_state->start_row];
1012 int start_row = view_state->start_row; local
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
jmemmgr.c 546 * strips; that is, successive access start_row numbers differ by exactly
790 JDIMENSION start_row, JDIMENSION num_rows,
792 /* Access the part of a virtual sample array starting at start_row */
796 JDIMENSION end_row = start_row + num_rows;
805 if (start_row < ptr->cur_start_row ||
819 * start_row = 0, so the limiting case applies and we load from 0 anyway.
821 if (start_row > ptr->cur_start_row) {
822 ptr->cur_start_row = start_row;
843 if (ptr->first_undef_row < start_row) {
846 undef_row = start_row; /* but reader is allowed to read ahead *
    [all...]
jcdctmgr.c 407 * position start_row/start_col, and moving to the right for any additional
414 JDIMENSION start_row, JDIMENSION start_col,
430 sample_data += start_row; /* fold in the vertical offset once */
504 JDIMENSION start_row, JDIMENSION start_col,
521 sample_data += start_row; /* fold in the vertical offset once */
jpeglib.h     [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 */
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 */
jpeglib.h     [all...]
  /external/qemu/distrib/jpeg-6b/
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 */
jpeglib.h     [all...]
  /external/chromium_org/ui/views/controls/
prefix_selector.cc 180 const int start_row = row; local
188 } while (row != start_row);
  /external/libvterm/include/
vterm.h 31 int start_row; member in struct:__anon8702
40 return p.row >= r.start_row && p.row < r.end_row &&
47 rect->start_row += row_delta; rect->end_row += row_delta;
  /external/chromium_org/third_party/libwebp/enc/
analysis.c 422 int start_row, int end_row) {
428 VP8IteratorSetRow(&job->it, start_row);
429 VP8IteratorSetCountDown(&job->it, (end_row - start_row) * enc->mb_w_);
435 job->delta_progress = (start_row == 0) ? 20 : 0;
  /external/webp/src/enc/
analysis.c 422 int start_row, int end_row) {
428 VP8IteratorSetRow(&job->it, start_row);
429 VP8IteratorSetCountDown(&job->it, (end_row - start_row) * enc->mb_w_);
435 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
  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 639 const int start_row = dec->last_row_; local
640 const int end_row = start_row + num_rows;
649 VP8LInverseTransform(transform, start_row, end_row, rows_in, rows_out);
657 const int start_row = dec->last_row_; local
658 const int end_row = start_row + num_rows;
660 uint8_t* rows_out = (uint8_t*)dec->io_->opaque + dec->io_->width * start_row;
664 VP8LColorIndexInverseTransformAlpha(transform, start_row, end_row, rows_in,
    [all...]
  /external/webp/src/dec/
vp8l.c 639 const int start_row = dec->last_row_; local
640 const int end_row = start_row + num_rows;
649 VP8LInverseTransform(transform, start_row, end_row, rows_in, rows_out);
657 const int start_row = dec->last_row_; local
658 const int end_row = start_row + num_rows;
660 uint8_t* rows_out = (uint8_t*)dec->io_->opaque + dec->io_->width * start_row;
664 VP8LColorIndexInverseTransformAlpha(transform, start_row, end_row, rows_in,
    [all...]
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h     [all...]

Completed in 1351 milliseconds

1 2