Home
last modified time | relevance | path

Searched defs:y (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/recovery_ui/
Dvr_ui.cpp43 void VrRecoveryUI::DrawTextIcon(int x, int y, const GRSurface* surface) const { in DrawTextIcon()
48 int VrRecoveryUI::DrawTextLine(int x, int y, const std::string& line, bool bold) const { in DrawTextLine()
62 void VrRecoveryUI::DrawHighlightBar(int /* x */, int y, int /* width */, int height) const { in DrawHighlightBar() argument
69 void VrRecoveryUI::DrawFill(int x, int y, int w, int h) const { in DrawFill()
Dscreen_ui.cpp176 int TextMenu::DrawItems(int x, int y, int screen_width, bool long_press) const { in DrawItems()
239 int GraphicMenu::DrawItems(int x, int y, int screen_width, bool long_press) const { in DrawItems()
284 bool GraphicMenu::ValidateGraphicSurface(size_t max_width, size_t max_height, int y, in ValidateGraphicSurface()
433 int y = ScreenHeight() - stage_height - margin_height_; in draw_background_locked() local
627 void ScreenRecoveryUI::DrawHighlightBar(int x, int y, int width, int height) const { in DrawHighlightBar()
631 void ScreenRecoveryUI::DrawFill(int x, int y, int w, int h) const { in DrawFill()
635 void ScreenRecoveryUI::DrawTextIcon(int x, int y, const GRSurface* surface) const { in DrawTextIcon()
639 int ScreenRecoveryUI::DrawTextLine(int x, int y, const std::string& line, bool bold) const { in DrawTextLine()
644 int ScreenRecoveryUI::DrawTextLines(int x, int y, const std::vector<std::string>& lines) const { in DrawTextLines()
652 int ScreenRecoveryUI::DrawWrappedTextLines(int x, int y, in DrawWrappedTextLines()
[all …]
/bootable/recovery/minui/
Dresources.cpp233 for (png_uint_32 y = 0; y < height; ++y) { in res_create_display_surface() local
307 for (png_uint_32 y = 0; y < height; ++y) { in res_create_multi_display_surface() local
348 for (png_uint_32 y = 0; y < height; ++y) { in res_create_alpha_surface() local
403 for (png_uint_32 y = 0; y < png_handler.height(); ++y) { in get_locales_in_png() local
437 for (png_uint_32 y = 0; y < height; ++y) { in res_create_localized_alpha_surface() local
Dgraphics.cpp48 static bool outside(int x, int y) { in outside()
70 int gr_font_size(const GRFont* font, int* x, int* y) { in gr_font_size()
167 static uint32_t* PixelAt(GRSurface* surface, int x, int y, int row_pixels) { in PixelAt()
201 void gr_text(const GRFont* font, int x, int y, const char* s, bool bold) { in gr_text()
234 void gr_texticon(int x, int y, const GRSurface* icon) { in gr_texticon()
273 for (int y = 0; y < gr_draw->height; ++y) { in gr_clear() local
295 for (int y = y1; y < y2; ++y) { in gr_fill() local
326 for (int y = 0; y < h; y += 1) { in gr_blit() local
/bootable/recovery/tests/unit/
Dresources_test.cpp110 for (png_uint_32 y = 0; y < png_->height(); ++y) { in TEST_P() local