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

  /external/chromium_org/ui/views/layout/
grid_layout.cc 319 ViewState(ColumnSet* column_set, View* view, int start_col, int start_row,
325 start_row(start_row),
337 DCHECK(view && start_col >= 0 && start_row >= 0 && col_span > 0 &&
345 const int start_row; member in struct:views::ViewState
830 int y = rows_[view_state->start_row]->Location() + insets_.top();
831 int height = LayoutElement::TotalSize(view_state->start_row,
834 y += rows_[view_state->start_row]->max_ascent() - view_state->baseline;
927 Row* row = rows_[view_state->start_row];
1021 int start_row = view_state->start_row; local
    [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...]
jpegint.h 108 JDIMENSION start_row, JDIMENSION start_col,
  /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...]
jpegint.h 108 JDIMENSION start_row, JDIMENSION start_col,
  /external/chromium_org/ui/views/controls/
prefix_selector.cc 162 const int start_row = row; local
170 } while (row != start_row);
  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 615 const int start_row = dec->last_row_; local
616 const int end_row = start_row + num_rows;
625 VP8LInverseTransform(transform, start_row, end_row, rows_in, rows_out);
633 const int start_row = dec->last_row_; local
634 const int end_row = start_row + num_rows;
636 uint8_t* rows_out = (uint8_t*)dec->io_->opaque + dec->io_->width * start_row;
640 VP8LColorIndexInverseTransformAlpha(transform, start_row, end_row, rows_in,
    [all...]
  /external/webp/src/dec/
vp8l.c 615 const int start_row = dec->last_row_; local
616 const int end_row = start_row + num_rows;
625 VP8LInverseTransform(transform, start_row, end_row, rows_in, rows_out);
633 const int start_row = dec->last_row_; local
634 const int end_row = start_row + num_rows;
636 uint8_t* rows_out = (uint8_t*)dec->io_->opaque + dec->io_->width * start_row;
640 VP8LColorIndexInverseTransformAlpha(transform, start_row, end_row, rows_in,
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp     [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 607 milliseconds