Home
last modified time | relevance | path

Searched refs:DrawSurface (Results 1 – 6 of 6) sorted by relevance

/bootable/recovery/recovery_ui/include/recovery_ui/
Dvr_ui.h36 void DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx,
Dscreen_ui.h63 virtual void DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx,
330 void DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx,
/bootable/recovery/recovery_ui/
Dwear_ui.cpp150 DrawSurface(frame, 0, 0, frame_width, frame_height, frame_x, frame_y); in draw_circle_foreground_locked()
166 DrawSurface(frame, 0, 0, width, height, progress_x, progress_y); in draw_circle_foreground_locked()
Dscreen_ui.cpp436 DrawSurface(stage_surface.get(), 0, 0, stage_width, stage_height, x, y); in draw_background_locked()
460 DrawSurface(frame, 0, 0, frame_width, frame_height, frame_x, frame_y); in draw_foreground_locked()
481 DrawSurface(progress_bar_fill_.get(), width - pos, 0, pos, height, in draw_foreground_locked()
485 DrawSurface(progress_bar_empty_.get(), 0, 0, width - pos, height, progress_x, progress_y); in draw_foreground_locked()
490 DrawSurface(progress_bar_fill_.get(), 0, 0, pos, height, progress_x, progress_y); in draw_foreground_locked()
493 DrawSurface(progress_bar_empty_.get(), pos, 0, width - pos, height, progress_x + pos, in draw_foreground_locked()
617 void ScreenRecoveryUI::DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface() function in ScreenRecoveryUI
723 DrawSurface(fastbootd_logo_.get(), 0, 0, width, height, centered_x, y); in draw_menu_and_text_buffer_locked()
Dvr_ui.cpp37 void VrRecoveryUI::DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface() function in VrRecoveryUI
/bootable/recovery/tests/unit/
Dscreen_ui_test.cpp54 void DrawSurface(const GRSurface* /* surface */, int /* sx */, int /* sy */, int /* w */, in DrawSurface() function in MockDrawFunctions