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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.cc 112 _get_gpos (hb_face_t *face) function
176 case HB_OT_TAG_GPOS: return _get_gpos (face);
712 return &_get_gpos (face) != &OT::Null(OT::GPOS);
751 const OT::GPOS &gpos = _get_gpos (face);
  /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);

Completed in 42 milliseconds