Searched defs:GPOS (Results 1 – 9 of 9) sorted by relevance
| /third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
| D | tag.cc | 47 const int32_t Tag::GPOS = TAG('G', 'P', 'O', 'S'); member in sfntly::Tag
|
| D | tag.h | 61 static const int32_t GPOS; member
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
| D | tag.cc | 47 const int32_t Tag::GPOS = TAG('G', 'P', 'O', 'S'); member in sfntly::Tag
|
| D | tag.h | 61 static const int32_t GPOS; member
|
| /third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
| D | Tag.java | 67 public static final int GPOS = Tag.intValue(new byte[]{'G', 'P', 'O', 'S'}); field in Tag
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
| D | Tag.java | 67 public static final int GPOS = Tag.intValue(new byte[]{'G', 'P', 'O', 'S'}); field in Tag
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-layout-gpos-table.hh | 1600 struct GPOS : GSUBGPOS struct 1602 static constexpr hb_tag_t tableTag = HB_OT_TAG_GPOS; 1604 const PosLookup& get_lookup (unsigned int i) const in get_lookup() 1611 bool subset (hb_subset_context_t *c) const in subset() 1614 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 1620 typedef GSUBGPOS::accelerator_t<GPOS> accelerator_t;
|
| /third_party/harfbuzz/src/ |
| D | hb-ot-layout-gpos-table.hh | 2825 struct GPOS : GSUBGPOS struct 2827 static constexpr hb_tag_t tableTag = HB_OT_TAG_GPOS; 2829 const PosLookup& get_lookup (unsigned int i) const in get_lookup() 2836 bool subset (hb_subset_context_t *c) const in subset() 2842 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 2848 void collect_variation_indices (hb_collect_variation_indices_context_t *c) const in collect_variation_indices() 2858 void closure_lookups (hb_face_t *face, in closure_lookups() 2863 typedef GSUBGPOS::accelerator_t<GPOS> accelerator_t;
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-layout-gpos-table.hh | 2817 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;
|