Searched refs:DrawSurface (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/recovery_ui/include/recovery_ui/ |
D | vr_ui.h | 36 void DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx,
|
D | screen_ui.h | 63 virtual void DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx, 327 void DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx,
|
/bootable/recovery/recovery_ui/ |
D | vr_ui.cpp | 37 void VrRecoveryUI::DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface() function in VrRecoveryUI
|
D | screen_ui.cpp | 429 DrawSurface(stage_surface.get(), 0, 0, stage_width, stage_height, x, y); in draw_background_locked() 451 DrawSurface(frame, 0, 0, frame_width, frame_height, frame_x, frame_y); in draw_foreground_locked() 472 DrawSurface(progress_bar_fill_.get(), width - pos, 0, pos, height, in draw_foreground_locked() 476 DrawSurface(progress_bar_empty_.get(), 0, 0, width - pos, height, progress_x, progress_y); in draw_foreground_locked() 481 DrawSurface(progress_bar_fill_.get(), 0, 0, pos, height, progress_x, progress_y); in draw_foreground_locked() 484 DrawSurface(progress_bar_empty_.get(), pos, 0, width - pos, height, progress_x + pos, in draw_foreground_locked() 608 void ScreenRecoveryUI::DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface() function in ScreenRecoveryUI 714 DrawSurface(fastbootd_logo_.get(), 0, 0, width, height, centered_x, y); in draw_menu_and_text_buffer_locked()
|
/bootable/recovery/tests/unit/ |
D | screen_ui_test.cpp | 54 void DrawSurface(const GRSurface* /* surface */, int /* sx */, int /* sy */, int /* w */, in DrawSurface() function in MockDrawFunctions
|