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.cpp170 int TextMenu::DrawItems(int x, int y, int screen_width, bool long_press) const { in DrawItems()
233 int GraphicMenu::DrawItems(int x, int y, int screen_width, bool long_press) const { in DrawItems()
278 bool GraphicMenu::ValidateGraphicSurface(size_t max_width, size_t max_height, int y, in ValidateGraphicSurface()
426 int y = ScreenHeight() - stage_height - margin_height_; in draw_background_locked() local
618 void ScreenRecoveryUI::DrawHighlightBar(int x, int y, int width, int height) const { in DrawHighlightBar()
622 void ScreenRecoveryUI::DrawFill(int x, int y, int w, int h) const { in DrawFill()
626 void ScreenRecoveryUI::DrawTextIcon(int x, int y, const GRSurface* surface) const { in DrawTextIcon()
630 int ScreenRecoveryUI::DrawTextLine(int x, int y, const std::string& line, bool bold) const { in DrawTextLine()
635 int ScreenRecoveryUI::DrawTextLines(int x, int y, const std::vector<std::string>& lines) const { in DrawTextLines()
643 int ScreenRecoveryUI::DrawWrappedTextLines(int x, int y, in DrawWrappedTextLines()
[all …]
/bootable/recovery/minui/
Dgraphics.cpp47 static bool outside(int x, int y) { in outside()
69 int gr_font_size(const GRFont* font, int* x, int* y) { in gr_font_size()
124 static uint32_t* PixelAt(GRSurface* surface, int x, int y, int row_pixels) { in PixelAt()
158 void gr_text(const GRFont* font, int x, int y, const char* s, bool bold) { in gr_text()
191 void gr_texticon(int x, int y, const GRSurface* icon) { in gr_texticon()
228 for (int y = 0; y < gr_draw->height; ++y) { in gr_clear() local
250 for (int y = y1; y < y2; ++y) { in gr_fill() local
281 for (int y = 0; y < h; y += 1) { in gr_blit() local
Dresources.cpp206 for (png_uint_32 y = 0; y < height; ++y) { in res_create_display_surface() local
278 for (png_uint_32 y = 0; y < height; ++y) { in res_create_multi_display_surface() local
324 for (png_uint_32 y = 0; y < height; ++y) { in res_create_alpha_surface() local
379 for (png_uint_32 y = 0; y < png_handler.height(); ++y) { in get_locales_in_png() local
413 for (png_uint_32 y = 0; y < height; ++y) { in res_create_localized_alpha_surface() local
/bootable/recovery/tests/unit/
Dresources_test.cpp110 for (png_uint_32 y = 0; y < png_->height(); ++y) { in TEST_P() local