Searched refs:gr_get_height (Results 1 – 4 of 4) sorted by relevance
57 int frame_height = gr_get_height(frame); in draw_background_locked()65 int text_y = GetProgressBaseline() - gr_get_height(text) - 10; in draw_background_locked()
400 gr_get_height(loop_frames_[0].get()); in GetAnimationBaseline()405 gr_get_height(installing_text_.get()); in GetTextBaseline()409 int elements_sum = gr_get_height(loop_frames_[0].get()) + PixelsFromDp(kLayouts[layout_][ICON]) + in GetProgressBaseline()410 gr_get_height(installing_text_.get()) + PixelsFromDp(kLayouts[layout_][TEXT]) + in GetProgressBaseline()411 gr_get_height(progress_bar_fill_.get()); in GetProgressBaseline()413 return ScreenHeight() - bottom_gap - gr_get_height(progress_bar_fill_.get()); in GetProgressBaseline()424 int stage_height = gr_get_height(stage_marker_empty_.get()); in draw_background_locked()449 int frame_height = gr_get_height(frame); in draw_foreground_locked()459 int height = gr_get_height(progress_bar_empty_.get()); in draw_foreground_locked()568 text_y += gr_get_height(p.second.get()); in SelectAndShowBackgroundText()[all …]
139 unsigned int gr_get_height(const GRSurface* surface);
309 unsigned int gr_get_height(const GRSurface* surface) { in gr_get_height() function