OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrawHighlightBar
(Results
1 - 4
of
4
) sorted by null
/bootable/recovery/
vr_ui.h
36
void
DrawHighlightBar
(int x, int y, int width, int height) const override;
vr_ui.cpp
56
void VrRecoveryUI::
DrawHighlightBar
(int /* x */, int y, int /* width */, int height) const {
screen_ui.h
133
virtual void
DrawHighlightBar
(int x, int y, int width, int height) const;
screen_ui.cpp
355
void ScreenRecoveryUI::
DrawHighlightBar
(int x, int y, int width, int height) const {
455
DrawHighlightBar
(0, y - 2, ScreenWidth(), char_height_ + 4);
Completed in 46 milliseconds