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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.h 42 gr_font *
hb-graphite2.cc 30 #define hb_graphite2_shaper_font_data_t gr_font
175 gr_font *
223 gr_font *grfont = HB_SHAPER_DATA_GET (font);
  /external/harfbuzz_ng/src/
hb-graphite2.h 42 gr_font *
hb-graphite2.cc 30 #define hb_graphite2_shaper_font_data_t gr_font
175 gr_font *
224 gr_font *grfont = HB_SHAPER_DATA_GET (font);
  /bootable/recovery/minui/
graphics.c 43 static GRFont* gr_font = NULL; variable
66 return gr_font->cwidth * strlen(s);
71 *x = gr_font->cwidth;
72 *y = gr_font->cheight;
111 GRFont *font = gr_font;
270 gr_font = calloc(sizeof(*gr_font), 1);
272 int res = res_create_alpha_surface("font", &(gr_font->texture));
277 gr_font->cwidth = gr_font->texture->width / 96
    [all...]

Completed in 282 milliseconds