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

  /external/freetype/src/autofit/
afglobal.h 106 hb_font_t* hb_font; member in struct:AF_FaceGlobalsRec_
afglobal.c 328 globals->hb_font = hb_ft_font_create( face, NULL );
373 hb_font_destroy( globals->hb_font );
374 globals->hb_font = NULL;
hbshim.c 126 face = hb_font_get_face( globals->hb_font );
447 hb_font_t* font = metrics->globals->hb_font;
  /external/harfbuzz_ng/src/
hb-graphite2.cc 156 static float hb_graphite2_get_advance (const void *hb_font, unsigned short gid)
158 return ((hb_font_t *) hb_font)->get_glyph_h_advance (gid);

Completed in 1039 milliseconds