Home
last modified time | relevance | path

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

/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
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh1620 struct GPOS : GSUBGPOS struct
1622 enum { tableTag = HB_OT_TAG_GPOS };
1624 const PosLookup& get_lookup (unsigned int i) const in get_lookup()
1631 bool subset (hb_subset_context_t *c) const in subset()
1634 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
1640 typedef GSUBGPOS::accelerator_t<GPOS> accelerator_t;