Searched refs:lines (Results 1 – 2 of 2) sorted by relevance
133 void DrawTextLines(int* y, const char* const* lines);
219 void ScreenRecoveryUI::DrawTextLines(int* y, const char* const* lines) { in DrawTextLines() argument220 for (size_t i = 0; lines != nullptr && lines[i] != nullptr; ++i) { in DrawTextLines()221 DrawTextLine(y, lines[i], false); in DrawTextLines()