Searched refs:GSUB (Results 1 – 8 of 8) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout.cc | 56 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB)); in HB_SHAPER_DATA_ENSURE_DECLARE() 57 layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->gsub_blob); in HB_SHAPER_DATA_ENSURE_DECLARE() 107 static inline const OT::GSUB& 110 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GSUB); in _get_gsub() 676 return &_get_gsub (face) != &OT::Null(OT::GSUB); in hb_ot_layout_has_substitution() 708 OT::GSUB::substitute_start (font, buffer); in hb_ot_layout_substitute_start() 714 OT::GSUB::substitute_finish (font, buffer); in hb_ot_layout_substitute_finish() 813 const OT::GSUB &table;
|
D | hb-ot-layout-private.hh | 116 struct GSUB; 143 const struct OT::GSUB *gsub;
|
D | hb-ot-layout-gsub-table.hh | 1317 struct GSUB : GSUBGPOS struct 1339 GSUB::substitute_start (hb_font_t *font, hb_buffer_t *buffer) in substitute_start() 1354 GSUB::substitute_finish (hb_font_t *font HB_UNUSED, hb_buffer_t *buffer HB_UNUSED) in substitute_finish() 1372 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); in dispatch_recurse_func() 1379 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); in apply_recurse_func()
|
/external/sfntly/cpp/src/sfntly/ |
D | tag.h | 62 static const int32_t GSUB; member
|
D | tag.cc | 48 const int32_t Tag::GSUB = TAG('G', 'S', 'U', 'B'); member in sfntly::Tag
|
/external/fonttools/Lib/fontTools/ |
D | merge.py | 430 otTables.GSUB.mergeMap = otTables.GPOS.mergeMap = { 802 GSUB = font.get('GSUB') 805 for t in [GSUB, GPOS]: 827 GSUB = font.get('GSUB') 830 for t in [GSUB, GPOS]:
|
/external/fonttools/Doc/ |
D | changes.txt | 76 - Added OpenType support. BASE, GDEF, GPOS, GSUB and JSTF are (almost) 118 - Added experimental CFF/GPOS/GSUB support to ttLib, read-only (but XML dumping 119 of GPOS/GSUB is for now disabled)
|
/external/harfbuzz_ng/ |
D | NEWS | 364 - Pass on variation selector to GSUB if not consumed by cmap. 450 matching GSUB/GPOS lookups, 656 - Synthetic-GSUB Arabic fallback shaping.
|