Searched refs:GDEF (Results 1 – 14 of 14) sorted by relevance
/external/harfbuzz_ng/src/ |
D | main.cc | 176 case GDEF::tableTag: in main() 179 const GDEF &gdef = *CastP<GDEF> (font_data + table.offset); in main()
|
D | hb-ot-layout.cc | 53 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF)); in _hb_ot_layout_create() 54 layout->gdef = OT::Sanitizer<OT::GDEF>::lock_instance (layout->gdef_blob); in _hb_ot_layout_create() 97 layout->gdef = &OT::Null(OT::GDEF); in _hb_ot_layout_create() 169 layout->gdef = &OT::Null(OT::GDEF); in _hb_ot_layout_create() 216 static inline const OT::GDEF& 219 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GDEF); in _get_gdef()
|
D | hb-ot-layout-private.hh | 125 struct GDEF; 160 const struct OT::GDEF *gdef;
|
D | hb-ot-layout-gdef-table.hh | 339 struct GDEF struct
|
D | hb-ot-layout-gsub-table.hh | 1318 const GDEF &gdef = *hb_ot_layout_from_face (font->face)->gdef; in substitute_start()
|
D | hb-ot-layout-gsubgpos-private.hh | 431 const GDEF &gdef;
|
/external/sfntly/cpp/src/sfntly/ |
D | tag.h | 60 static const int32_t GDEF; member
|
D | tag.cc | 46 const int32_t Tag::GDEF = TAG('G', 'D', 'E', 'F'); member in sfntly::Tag
|
/external/harfbuzz_ng/ |
D | NEWS | 196 - Backlist GDEF of more versions of Padauk and Tahoma. 289 Currently variations in GSUB/GPOS/GDEF are fully supported, 298 - Fix regression in GDEF glyph class processing. 346 - Blacklist bad GDEF of more fonts (Padauk). 362 - Blacklist bad GDEF of more fonts (Tahoma & others). 382 - Blacklist GDEF table of another set of Times New Roman (Bold) Italic. 392 - Fix GDEF mark-filtering-set, which was broken in 1.2.3. 399 - Synthesize GDEF glyph class for any glyph that does not have one in GDEF. 414 - Blacklist GDEF table of certain versions of Times New Roman (Bold) Italic, 860 - Fix Mongolian Variation Selectors for fonts without GDEF. [all …]
|
/external/fonttools/Lib/fontTools/ |
D | merge.py | 425 otTables.GDEF.mergeMap = { 801 GDEF = font.get('GDEF') 826 GDEF = font.get('GDEF')
|
/external/fonttools/Doc/ |
D | changes.txt | 76 - Added OpenType support. BASE, GDEF, GPOS, GSUB and JSTF are (almost)
|
/external/freetype/ |
D | ChangeLog.23 | 1149 otv_{GPOS|GSUB|GDEF|JSTF|MATH}_validate(). 3686 GDEF tables need `glyph_count' too for validation. Problem reported
|
D | ChangeLog | 1821 [otvalid] Handle `GDEF' v1.2 and v1.3 tables.
|
/external/freetype/docs/ |
D | CHANGES | 2431 been added to validate OpenType tables (BASE, GDEF, GPOS, GSUB,
|