Home
last modified time | relevance | path

Searched defs:GPOS (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/OT/Layout/GPOS/
DGPOS.hh27 struct GPOS : GSUBGPOS struct
29 static constexpr hb_tag_t tableTag = HB_OT_TAG_GPOS;
31 using Lookup = PosLookup;
33 const PosLookup& get_lookup (unsigned int i) const in get_lookup()
40 bool subset (hb_subset_context_t *c) const in subset()
46 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
55 void collect_variation_indices (hb_collect_variation_indices_context_t *c) const in collect_variation_indices()
65 void closure_lookups (hb_face_t *face, in closure_lookups()
70 typedef GSUBGPOS::accelerator_t<GPOS> accelerator_t;
/external/sfntly/cpp/src/sfntly/
Dtag.cc47 const int32_t Tag::GPOS = TAG('G', 'P', 'O', 'S'); member in sfntly::Tag
Dtag.h61 static const int32_t GPOS; member