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

  /external/harfbuzz_ng/src/
hb-open-file-private.hh 130 inline unsigned int get_face_count (void) const { return table.len; } function in struct:OT::TTCHeaderVersion1
155 inline unsigned int get_face_count (void) const function in struct:OT::TTCHeader
159 case 1: return u.version1.get_face_count ();
208 inline unsigned int get_face_count (void) const function in struct:OT::OpenTypeFontFile
215 case TTCTag: return u.ttcHeader.get_face_count ();
main.cc 91 int num_fonts = ot.get_face_count ();

Completed in 2447 milliseconds