OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DrawTextLine
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/
vr_ui.cpp
42
int VrRecoveryUI::
DrawTextLine
(int x, int y, const char* line, bool bold) const {
screen_ui.cpp
288
text_y +=
DrawTextLine
(text_x, text_y, header.c_str(), true);
300
text_y +=
DrawTextLine
(text_x, text_y, p.first.c_str(), false);
367
int ScreenRecoveryUI::
DrawTextLine
(int x, int y, const char* line, bool bold) const {
375
offset +=
DrawTextLine
(x, y + offset, lines[i], false);
402
offset +=
DrawTextLine
(x, y + offset, sub.c_str(), false);
437
y +=
DrawTextLine
(x, y, "Android Recovery", true);
441
y +=
DrawTextLine
(x, y, chunk.c_str(), false);
458
y +=
DrawTextLine
(x, y, menu_[i].c_str(), true);
461
y +=
DrawTextLine
(x, y, menu_[i].c_str(), false);
474
DrawTextLine
(kMarginWidth, ty, text_[row], false)
[
all
...]
Completed in 61 milliseconds