Home
last modified time | relevance | path

Searched refs:GDEF (Results 1 – 11 of 11) sorted by relevance

/external/harfbuzz_ng/src/
Dmain.cc175 case GDEF::tableTag: in main()
178 const GDEF &gdef = *CastP<GDEF> (font_data + table.offset); in main()
Dhb-ot-layout.cc51 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF)); in HB_SHAPER_DATA_ENSURE_DECLARE()
52 layout->gdef = OT::Sanitizer<OT::GDEF>::lock_instance (layout->gdef_blob); in HB_SHAPER_DATA_ENSURE_DECLARE()
95 layout->gdef = &OT::Null(OT::GDEF); in HB_SHAPER_DATA_ENSURE_DECLARE()
142 layout->gdef = &OT::Null(OT::GDEF); in HB_SHAPER_DATA_ENSURE_DECLARE()
189 static inline const OT::GDEF&
192 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GDEF); in _get_gdef()
Dhb-ot-layout-private.hh125 struct GDEF;
160 const struct OT::GDEF *gdef;
Dhb-ot-layout-gdef-table.hh339 struct GDEF struct
Dhb-ot-layout-gsub-table.hh1322 const GDEF &gdef = *hb_ot_layout_from_face (font->face)->gdef; in substitute_start()
Dhb-ot-layout-gsubgpos-private.hh470 const GDEF &gdef;
/external/sfntly/cpp/src/sfntly/
Dtag.h60 static const int32_t GDEF; member
Dtag.cc46 const int32_t Tag::GDEF = TAG('G', 'D', 'E', 'F'); member in sfntly::Tag
/external/harfbuzz_ng/
DNEWS62 Currently variations in GSUB/GPOS/GDEF are fully supported,
71 - Fix regression in GDEF glyph class processing.
119 - Blacklist bad GDEF of more fonts (Padauk).
135 - Blacklist bad GDEF of more fonts (Tahoma & others).
155 - Blacklist GDEF table of another set of Times New Roman (Bold) Italic.
165 - Fix GDEF mark-filtering-set, which was broken in 1.2.3.
172 - Synthesize GDEF glyph class for any glyph that does not have one in GDEF.
187 - Blacklist GDEF table of certain versions of Times New Roman (Bold) Italic,
633 - Fix Mongolian Variation Selectors for fonts without GDEF.
1202 - Synthetic GDEF support for fonts without a GDEF table.
/external/fonttools/Lib/fontTools/
Dmerge.py425 otTables.GDEF.mergeMap = {
801 GDEF = font.get('GDEF')
826 GDEF = font.get('GDEF')
/external/fonttools/Doc/
Dchanges.txt76 - Added OpenType support. BASE, GDEF, GPOS, GSUB and JSTF are (almost)