HomeSort by relevance Sort by last modified time
    Searched refs:gr_font (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/src/
hb-graphite2.h 40 gr_font *
hb-graphite2.cc 30 #define hb_graphite2_shaper_font_data_t gr_font
178 gr_font *
226 gr_font *grfont = HB_SHAPER_DATA_GET (font);
  /bootable/recovery/minui/
graphics.c 55 static GRFont *gr_font = 0; variable
217 return gr_font->cwidth * strlen(s);
222 *x = gr_font->cwidth;
223 *y = gr_font->cheight;
229 GRFont *font = gr_font;
327 gr_font = calloc(sizeof(*gr_font), 1);
329 int res = res_create_surface("font", (void**)&(gr_font->texture));
334 gr_font->cwidth = gr_font->texture->width / 96
    [all...]

Completed in 113 milliseconds