OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_row
(Results
1 - 7
of
7
) 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/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(), ¤t_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
269
// Recursively paints rows from |min_row| to |
max_row
|. |node| is the node for
274
int
max_row
,
/external/chromium_org/ui/views/controls/table/
table_view.cc
110
max_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
; ) {
707
region.
max_row
= bounds.bottom() / row_height_;
709
region.
max_row
++;
710
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
1021
int
max_row
= view_state->start_row + view_state->row_span;
local
[
all
...]
Completed in 525 milliseconds