OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_num_glyphs
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-maxp-table.hh
46
inline unsigned int
get_num_glyphs
(void) const {
function in struct:OT::maxp
hb-face-private.hh
87
inline unsigned int
get_num_glyphs
(void) const
function in struct:hb_face_t
hb-face.cc
470
return face->
get_num_glyphs
();
478
num_glyphs = maxp_table->
get_num_glyphs
();
/external/harfbuzz_ng/src/
hb-ot-maxp-table.hh
46
inline unsigned int
get_num_glyphs
(void) const {
function in struct:OT::maxp
hb-font.cc
764
return face->
get_num_glyphs
();
772
num_glyphs = maxp_table->
get_num_glyphs
();
hb-font-private.hh
134
inline unsigned int
get_num_glyphs
(void) const
function in struct:hb_face_t
Completed in 1023 milliseconds