Searched refs:gr_get_width (Results 1 – 3 of 3) sorted by relevance
97 int iconWidth = gr_get_width(surface); in draw_install_overlay_locked()115 int iconWidth = gr_get_width(surface); in draw_background_locked()117 int textWidth = gr_get_width(text_surface); in draw_background_locked()148 int width = gr_get_width(progressBarEmpty); in draw_progress_locked()429 overlay_offset_x = install_overlay_offset_x + (gr_fb_width() - gr_get_width(bg)) / 2; in SetBackground()472 int width = gr_get_width(progressBarIndeterminate[0]); in SetProgress()
46 unsigned int gr_get_width(gr_surface surface);
273 int w = gr_get_width(icon); in gr_texticon()277 gl->recti(gl, x, y, x+gr_get_width(icon), y+gr_get_height(icon)); in gr_texticon()311 unsigned int gr_get_width(gr_surface surface) { in gr_get_width() function