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

  /bootable/recovery/
screen_ui.h 132 void DrawTextLine(int* y, const char* line, bool bold);
screen_ui.cpp 214 void ScreenRecoveryUI::DrawTextLine(int* y, const char* line, bool bold) {
221 DrawTextLine(y, lines[i], false);
252 DrawTextLine(&y, "Android Recovery", true);
254 DrawTextLine(&y, chunk.c_str(), false);

Completed in 148 milliseconds