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

  /external/harfbuzz_ng/src/
hb-open-file-private.hh 144 inline unsigned int get_face_count (void) const { return table.len; } function in struct:OT::TTCHeaderVersion1
170 inline unsigned int get_face_count (void) const function in struct:OT::TTCHeader
174 case 1: return u.version1.get_face_count ();
226 inline unsigned int get_face_count (void) const function in struct:OT::OpenTypeFontFile
233 case TTCTag: return u.ttcHeader.get_face_count ();
main.cc 92 int num_fonts = ot.get_face_count ();
hb-uniscribe.cc 403 unsigned int face_count = file.get_face_count ();

Completed in 208 milliseconds