Lines Matching defs:DrawTextLine
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);