Searched refs:gr_get_width (Results 1 – 3 of 3) sorted by relevance
99 int iconWidth = gr_get_width(surface); in draw_background_locked()101 int textWidth = gr_get_width(text_surface); in draw_background_locked()115 int sw = gr_get_width(stageMarkerEmpty); in draw_background_locked()116 int x = (gr_fb_width() - max_stage * gr_get_width(stageMarkerEmpty)) / 2; in draw_background_locked()137 gr_blit(icon, 0, 0, gr_get_width(icon), gr_get_height(icon), iconX, iconY); in draw_progress_locked()142 int width = gr_get_width(progressBarEmpty); in draw_progress_locked()492 int width = gr_get_width(progressBarEmpty); in SetProgress()
54 unsigned int gr_get_width(GRSurface* surface);
256 unsigned int gr_get_width(GRSurface* surface) { in gr_get_width() function