Home
last modified time | relevance | path

Searched refs:gr_get_width (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/recovery_ui/
Dwear_ui.cpp56 int frame_width = gr_get_width(frame); in draw_background_locked()
64 int text_x = (ScreenWidth() - gr_get_width(text)) / 2; in draw_background_locked()
Dscreen_ui.cpp424 int stage_width = gr_get_width(stage_marker_empty_.get()); in draw_background_locked()
425 int x = (ScreenWidth() - max_stage * gr_get_width(stage_marker_empty_.get())) / 2; in draw_background_locked()
435 int text_x = (ScreenWidth() - gr_get_width(text_surface)) / 2; in draw_background_locked()
447 int frame_width = gr_get_width(frame); in draw_foreground_locked()
455 int width = gr_get_width(progress_bar_empty_.get()); in draw_foreground_locked()
707 auto width = gr_get_width(fastbootd_logo_.get()); in draw_menu_and_text_buffer_locked()
1000 int width = gr_get_width(progress_bar_empty_.get()); in SetProgress()
/bootable/recovery/minui/include/minui/
Dminui.h137 unsigned int gr_get_width(const GRSurface* surface);
/bootable/recovery/minui/
Dgraphics.cpp303 unsigned int gr_get_width(const GRSurface* surface) { in gr_get_width() function