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

  /external/libvpx/libvpx/vp9/common/
vp9_mv.h 34 int min_row, int max_row) {
36 mv->row = clamp(mv->row, min_row, max_row);
  /external/chromium_org/ui/views/controls/table/
table_view.h 204 int min_row; member in struct:views::TableView::PaintRegion
table_view.cc 109 : min_row(0),
491 for (int i = region.min_row; i < region.max_row; ++i) {
550 for (int i = region.min_row; i < region.max_row; ) {
705 region.min_row = std::min(RowCount() - 1,
table_view_unittest.cc 24 return "rows=" + base::IntToString(region.min_row) + " " +
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 611 int min_row = std::max(0, (min_y - kVerticalInset) / row_height_); local
616 PaintRows(canvas, min_row, max_row, &root_, root_depth(), &current_row);
746 int min_row,
754 if (*row >= min_row && *row < max_row)
761 PaintRows(canvas, min_row, max_row, node->GetChild(i), depth, row);
tree_view.h 269 // Recursively paints rows from |min_row| to |max_row|. |node| is the node for
273 int min_row,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 1305 int min_row, min_col; \/\/ top left row\/col of the pads display area member in class:NCursesPad
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 1305 int min_row, min_col; \/\/ top left row\/col of the pads display area member in class:NCursesPad
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 1305 int min_row, min_col; \/\/ top left row\/col of the pads display area member in class:NCursesPad
    [all...]

Completed in 72 milliseconds