Home
last modified time | relevance | path

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

/bootable/recovery/
Dscreen_ui.cpp132 gr_get_height(loopFrames[0]); in GetAnimationBaseline()
137 gr_get_height(installing_text); in GetTextBaseline()
142 gr_get_height(progressBarFill); in GetProgressBaseline()
154 int stage_height = gr_get_height(stageMarkerEmpty); in draw_background_locked()
180 int frame_height = gr_get_height(frame); in draw_foreground_locked()
188 int height = gr_get_height(progressBarEmpty); in draw_foreground_locked()
Dwear_ui.cpp91 int height = gr_get_height(surface); in draw_background_locked()
/bootable/recovery/minui/
Dminui.h65 unsigned int gr_get_height(GRSurface* surface);
Dgraphics.cpp260 unsigned int gr_get_height(GRSurface* surface) { in gr_get_height() function