OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_face_count
(Results
1 - 4
of
4
) sorted by null
/external/harfbuzz_ng/src/
hb-open-file-private.hh
132
inline unsigned int
get_face_count
(void) const { return table.len; }
function in struct:OT::TTCHeaderVersion1
158
inline unsigned int
get_face_count
(void) const
function in struct:OT::TTCHeader
162
case 1: return u.version1.
get_face_count
();
214
inline unsigned int
get_face_count
(void) const
function in struct:OT::OpenTypeFontFile
221
case TTCTag: return u.ttcHeader.
get_face_count
();
main.cc
91
int num_fonts = ot.
get_face_count
();
hb-directwrite.cc
149
unsigned int face_count = file.
get_face_count
();
hb-uniscribe.cc
402
unsigned int face_count = file.
get_face_count
();
Completed in 762 milliseconds