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
93
int
y_bottom
;
variable
96
y_bottom
= y;
97
y =
y_bottom
+ config.scroll_arrow_height;
99
y_bottom
= y + config.scroll_arrow_height;
104
path.lineTo(SkIntToScalar(x_left), SkIntToScalar(
y_bottom
));
105
path.lineTo(SkIntToScalar(x_right), SkIntToScalar(
y_bottom
));
Completed in 117 milliseconds