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()
399 gr_get_height(loop_frames_[0].get()); in GetAnimationBaseline()404 gr_get_height(installing_text_.get()); in GetTextBaseline()408 int elements_sum = gr_get_height(loop_frames_[0].get()) + PixelsFromDp(kLayouts[layout_][ICON]) + in GetProgressBaseline()409 gr_get_height(installing_text_.get()) + PixelsFromDp(kLayouts[layout_][TEXT]) + in GetProgressBaseline()410 gr_get_height(progress_bar_fill_.get()); in GetProgressBaseline()412 return ScreenHeight() - bottom_gap - gr_get_height(progress_bar_fill_.get()); in GetProgressBaseline()423 int stage_height = gr_get_height(stage_marker_empty_.get()); in draw_background_locked()448 int frame_height = gr_get_height(frame); in draw_foreground_locked()456 int height = gr_get_height(progress_bar_empty_.get()); in draw_foreground_locked()565 text_y += gr_get_height(p.second.get()); in SelectAndShowBackgroundText()[all …]
138 unsigned int gr_get_height(const GRSurface* surface);
310 unsigned int gr_get_height(const GRSurface* surface) { in gr_get_height() function