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

  /bootable/recovery/minui/
graphics.cpp 44 static GRFont* gr_font = NULL; variable
65 return gr_font->cwidth * strlen(s);
70 *x = gr_font->cwidth;
71 *y = gr_font->cheight;
108 GRFont* font = gr_font;
272 gr_font = reinterpret_cast<GRFont*>(calloc(sizeof(*gr_font), 1));
274 int res = res_create_alpha_surface("font", &(gr_font->texture));
279 gr_font->cwidth = gr_font->texture->width / 96
    [all...]
  /external/harfbuzz_ng/src/
hb-graphite2.h 42 HB_EXTERN gr_font *
hb-graphite2.cc 30 #define hb_graphite2_shaper_font_data_t gr_font
181 gr_font *
231 gr_font *grfont = HB_SHAPER_DATA_GET (font);

Completed in 164 milliseconds