OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_get_gpos
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-layout.cc
106
_get_gpos
(hb_face_t *face)
function
170
case HB_OT_TAG_GPOS: return
_get_gpos
(face);
706
return &
_get_gpos
(face) != &OT::Null(OT::GPOS);
745
const OT::GPOS &gpos =
_get_gpos
(face);
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.cc
114
_get_gpos
(hb_face_t *face)
function
178
case HB_OT_TAG_GPOS: return
_get_gpos
(face);
716
return &
_get_gpos
(face) != &OT::Null(OT::GPOS);
739
const OT::GPOS &gpos =
_get_gpos
(face);
Completed in 138 milliseconds