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 - 5
of
5
) sorted by null
/external/chromium_org/third_party/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
();
hb-uniscribe.cc
398
unsigned int face_count = file.
get_face_count
();
/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 72 milliseconds