Searched refs:gr_font (Results 1 – 1 of 1) sorted by relevance
44 static GRFont* gr_font = NULL; variable65 return gr_font->cwidth * strlen(s); in gr_measure()70 *x = gr_font->cwidth; in gr_font_size()71 *y = gr_font->cheight; in gr_font_size()108 GRFont* font = gr_font; in gr_text()272 gr_font = reinterpret_cast<GRFont*>(calloc(sizeof(*gr_font), 1)); in gr_init_font()274 int res = res_create_alpha_surface("font", &(gr_font->texture)); in gr_init_font()279 gr_font->cwidth = gr_font->texture->width / 96; in gr_init_font()280 gr_font->cheight = gr_font->texture->height / 2; in gr_init_font()285 gr_font->texture = reinterpret_cast<GRSurface*>(malloc(sizeof(*gr_font->texture))); in gr_init_font()[all …]