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

  /external/libvpx/libvpx/vp9/common/
vp9_mv.h 38 int min_row, int max_row) {
40 mv->row = clamp(mv->row, min_row, max_row);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_mv.h 46 int min_row, int max_row) {
48 mv->row = clamp(mv->row, min_row, max_row);
  /external/chromium_org/media/cast/test/utility/
barcode.cc 86 int max_row) {
93 for (int row = min_row; row < max_row; row++) {
97 value /= max_row - min_row;
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 612 int max_row = (max_y - kVerticalInset) / row_height_; local
614 max_row++;
616 PaintRows(canvas, min_row, max_row, &root_, root_depth(), &current_row);
747 int max_row,
751 if (*row >= max_row)
754 if (*row >= min_row && *row < max_row)
760 for (int i = 0; i < node->child_count() && *row < max_row; ++i)
761 PaintRows(canvas, min_row, max_row, node->GetChild(i), depth, row);
tree_view.h 273 // Recursively paints rows from |min_row| to |max_row|. |node| is the node for
278 int max_row,
  /external/chromium_org/ui/views/controls/table/
table_view.cc 111 max_row(0),
492 for (int i = region.min_row; i < region.max_row; ++i) {
551 for (int i = region.min_row; i < region.max_row; ) {
708 region.max_row = bounds.bottom() / row_height_;
710 region.max_row++;
711 region.max_row = std::min(region.max_row, RowCount());
table_view.h 205 int max_row; member in struct:views::TableView::PaintRegion
table_view_unittest.cc 25 base::IntToString(region.max_row) + " cols=" +
  /external/chromium_org/ui/views/layout/
grid_layout.cc 1013 int max_row = view_state->start_row + view_state->row_span; local
    [all...]

Completed in 3190 milliseconds