Searched defs:GSUB (Results 1 – 9 of 9) sorted by relevance
/third_party/harfbuzz/src/ |
D | hb-ot-layout-gsub-table.hh | 1659 struct GSUB : GSUBGPOS struct 1661 static constexpr hb_tag_t tableTag = HB_OT_TAG_GSUB; 1663 const SubstLookup& get_lookup (unsigned int i) const in get_lookup() 1666 bool subset (hb_subset_context_t *c) const in subset() 1672 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 1678 void closure_lookups (hb_face_t *face, in closure_lookups() 1683 typedef GSUBGPOS::accelerator_t<GSUB> accelerator_t;
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gsub-table.hh | 1714 struct GSUB : GSUBGPOS struct 1716 static constexpr hb_tag_t tableTag = HB_OT_TAG_GSUB; 1718 const SubstLookup& get_lookup (unsigned int i) const in get_lookup() 1721 bool subset (hb_subset_context_t *c) const in subset() 1727 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 1733 void closure_lookups (hb_face_t *face, in closure_lookups() 1738 typedef GSUBGPOS::accelerator_t<GSUB> accelerator_t;
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
D | tag.cc | 48 const int32_t Tag::GSUB = TAG('G', 'S', 'U', 'B'); member in sfntly::Tag
|
D | tag.h | 62 static const int32_t GSUB; member
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
D | tag.cc | 48 const int32_t Tag::GSUB = TAG('G', 'S', 'U', 'B'); member in sfntly::Tag
|
D | tag.h | 62 static const int32_t GSUB; member
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gsub-table.hh | 1387 struct GSUB : GSUBGPOS struct 1389 static constexpr hb_tag_t tableTag = HB_OT_TAG_GSUB; 1391 const SubstLookup& get_lookup (unsigned int i) const in get_lookup() 1394 bool subset (hb_subset_context_t *c) const in subset() 1397 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 1403 typedef GSUBGPOS::accelerator_t<GSUB> accelerator_t;
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
D | Tag.java | 68 public static final int GSUB = Tag.intValue(new byte[]{'G', 'S', 'U', 'B'}); field in Tag
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
D | Tag.java | 68 public static final int GSUB = Tag.intValue(new byte[]{'G', 'S', 'U', 'B'}); field in Tag
|