Searched refs:gr_get_height (Results 1 – 3 of 3) sorted by relevance
98 int iconHeight = gr_get_height(surface); in draw_install_overlay_locked()116 int iconHeight = gr_get_height(surface); in draw_background_locked()118 int textHeight = gr_get_height(text_surface); in draw_background_locked()147 int iconHeight = gr_get_height(backgroundIcon[INSTALLING_UPDATE]); in draw_progress_locked()149 int height = gr_get_height(progressBarEmpty); in draw_progress_locked()415 (gr_fb_height() - (gr_get_height(bg) + gr_get_height(text) + 40)) / 2; in SetBackground()
47 unsigned int gr_get_height(gr_surface surface);
260 int h = gr_get_height(icon); in gr_texticon()263 gl->recti(gl, x, y, x+gr_get_width(icon), y+gr_get_height(icon)); in gr_texticon()295 unsigned int gr_get_height(gr_surface surface) { in gr_get_height() function