Searched refs:gr_get_height (Results 1 – 4 of 4) sorted by relevance
103 int frame_height = gr_get_height(frame); in draw_background_locked()113 int text_y = (ScreenHeight() - gr_get_height(text)) / 2; in draw_background_locked()147 int frame_height = gr_get_height(frame); in draw_circle_foreground_locked()157 int height = gr_get_height(first_progress_frame); in draw_circle_foreground_locked()231 int progress_height = gr_get_height(progress_frames_[0].get()); in GetProgressBaseline()238 gr_get_height(installing_text_.get()); in GetTextBaseline()
406 gr_get_height(loop_frames_[0].get()); in GetAnimationBaseline()411 gr_get_height(installing_text_.get()); in GetTextBaseline()415 int elements_sum = gr_get_height(loop_frames_[0].get()) + PixelsFromDp(kLayouts[layout_][ICON]) + in GetProgressBaseline()416 gr_get_height(installing_text_.get()) + PixelsFromDp(kLayouts[layout_][TEXT]) + in GetProgressBaseline()417 gr_get_height(progress_bar_fill_.get()); in GetProgressBaseline()419 return ScreenHeight() - bottom_gap - gr_get_height(progress_bar_fill_.get()); in GetProgressBaseline()430 int stage_height = gr_get_height(stage_marker_empty_.get()); in draw_background_locked()455 int frame_height = gr_get_height(frame); in draw_foreground_locked()465 int height = gr_get_height(progress_bar_empty_.get()); in draw_foreground_locked()574 text_y += gr_get_height(p.second.get()); in SelectAndShowBackgroundText()[all …]
151 unsigned int gr_get_height(const GRSurface* surface);
355 unsigned int gr_get_height(const GRSurface* surface) { in gr_get_height() function