OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrawWrappedTextLines
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/
screen_ui.h
148
int
DrawWrappedTextLines
(int x, int y, const char* const* lines) const;
screen_ui.cpp
294
text_y +=
DrawWrappedTextLines
(text_x, text_y, instruction);
380
int ScreenRecoveryUI::
DrawWrappedTextLines
(int x, int y, const char* const* lines) const {
447
y +=
DrawWrappedTextLines
(kMarginWidth, y, menu_headers_);
Completed in 52 milliseconds