Searched refs:GDEF (Results 1 – 11 of 11) sorted by relevance
175 case GDEF::tableTag: in main()178 const GDEF &gdef = *CastP<GDEF> (font_data + table.offset); in main()
115 struct GDEF;142 const struct OT::GDEF *gdef;
53 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF)); in HB_SHAPER_DATA_ENSURE_DECLARE()54 layout->gdef = OT::Sanitizer<OT::GDEF>::lock_instance (layout->gdef_blob); in HB_SHAPER_DATA_ENSURE_DECLARE()101 static inline const OT::GDEF&104 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GDEF); in _get_gdef()
325 struct GDEF struct
1343 const GDEF &gdef = *hb_ot_layout_from_face (font->face)->gdef; in substitute_start()
292 const GDEF &gdef;
60 static const int32_t GDEF; member
46 const int32_t Tag::GDEF = TAG('G', 'D', 'E', 'F'); member in sfntly::Tag
425 otTables.GDEF.mergeMap = {801 GDEF = font.get('GDEF')826 GDEF = font.get('GDEF')
158 - Fix Mongolian Variation Selectors for fonts without GDEF.727 - Synthetic GDEF support for fonts without a GDEF table.
76 - Added OpenType support. BASE, GDEF, GPOS, GSUB and JSTF are (almost)