Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
DTag.java67 public static final int GPOS = Tag.intValue(new byte[]{'G', 'P', 'O', 'S'}); field in Tag
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh2817 struct GPOS : GSUBGPOS struct
2819 static constexpr hb_tag_t tableTag = HB_OT_TAG_GPOS;
2821 const PosLookup& get_lookup (unsigned int i) const in get_lookup()
2828 bool subset (hb_subset_context_t *c) const in subset()
2834 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
2840 void collect_variation_indices (hb_collect_variation_indices_context_t *c) const in collect_variation_indices()
2850 void closure_lookups (hb_face_t *face, in closure_lookups()
2855 typedef GSUBGPOS::accelerator_t<GPOS> accelerator_t;