HomeSort by relevance Sort by last modified time
    Searched refs:DrawTextLine (Results 1 - 5 of 5) sorted by null

  /bootable/recovery/
vr_ui.h 39 int DrawTextLine(int x, int y, const char* line, bool bold) const override;
wear_ui.cpp 88 y += DrawTextLine(x + 4, y, "Android Recovery", true);
90 y += DrawTextLine(x + 4, y, chunk.c_str(), false);
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...]
screen_ui.h 137 virtual int DrawTextLine(int x, int y, const char* line, bool bold) const;

Completed in 45 milliseconds