Home
last modified time | relevance | path

Searched refs:lines (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/
Dscreen_ui.h133 void DrawTextLines(int* y, const char* const* lines);
Dscreen_ui.cpp219 void ScreenRecoveryUI::DrawTextLines(int* y, const char* const* lines) { in DrawTextLines() argument
220 for (size_t i = 0; lines != nullptr && lines[i] != nullptr; ++i) { in DrawTextLines()
221 DrawTextLine(y, lines[i], false); in DrawTextLines()