Searched refs:gr_get_width (Results 1 – 4 of 4) sorted by relevance
56 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()
425 int stage_width = gr_get_width(stage_marker_empty_.get()); in draw_background_locked()426 int x = (ScreenWidth() - max_stage * gr_get_width(stage_marker_empty_.get())) / 2; in draw_background_locked()436 int text_x = (ScreenWidth() - gr_get_width(text_surface)) / 2; in draw_background_locked()448 int frame_width = gr_get_width(frame); in draw_foreground_locked()458 int width = gr_get_width(progress_bar_empty_.get()); in draw_foreground_locked()714 auto width = gr_get_width(fastbootd_logo_.get()); in draw_menu_and_text_buffer_locked()1035 int width = gr_get_width(progress_bar_empty_.get()); in SetProgress()
138 unsigned int gr_get_width(const GRSurface* surface);
302 unsigned int gr_get_width(const GRSurface* surface) { in gr_get_width() function