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

  /external/harfbuzz/src/
harfbuzz-shaper.h 228 HB_Face HB_NewFace(void *font, HB_GetFontTableFunc tableFunc);
229 void HB_FreeFace(HB_Face face);
272 HB_Face face; /* input: the shaper state; current script, access to the OpenType tables , etc. */
harfbuzz-global.h 114 typedef struct HB_FaceRec_ *HB_Face;
harfbuzz-shaper.cpp     [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.h 197 HB_Face HB_NewFace(void *font, HB_GetFontTableFunc tableFunc);
198 void HB_FreeFace(HB_Face face);
241 HB_Face face; /* input: the shaper state; current script, access to the OpenType tables , etc. */
harfbuzz-global.h 121 typedef struct HB_FaceRec_ *HB_Face;
harfbuzz-shaper.cpp 542 static HB_Bool checkScript(HB_Face face, int script)
614 HB_Face HB_NewFace(void *font, HB_GetFontTableFunc tableFunc)
616 HB_Face face = (HB_Face )malloc(sizeof(HB_FaceRec));
677 void HB_FreeFace(HB_Face face)
703 HB_Face face = shaper_item->face;
795 HB_Face face = item->face;
852 HB_Face face = item->face;
    [all...]
  /external/harfbuzz_ng/src/
hb-old.cc 279 HB_Face old_face = HB_SHAPER_DATA_GET (face);
  /external/harfbuzz/tests/shaping/
main.cpp 214 HB_Face hbFace = HB_NewFace(face, hb_getSFntTable);

Completed in 242 milliseconds