OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:y_bottom
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/views/controls/menu/
menu_scroll_view_container.cc
97
int
y_bottom
;
variable
100
y_bottom
= y;
101
y =
y_bottom
+ config.scroll_arrow_height;
103
y_bottom
= y + config.scroll_arrow_height;
108
path.lineTo(SkIntToScalar(x_left), SkIntToScalar(
y_bottom
));
109
path.lineTo(SkIntToScalar(x_right), SkIntToScalar(
y_bottom
));
Completed in 124 milliseconds