Home
last modified time | relevance | path

Searched refs:GSUB (Results 1 – 8 of 8) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout.cc56 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;
Dhb-ot-layout-private.hh116 struct GSUB;
143 const struct OT::GSUB *gsub;
Dhb-ot-layout-gsub-table.hh1317 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/
Dtag.h62 static const int32_t GSUB; member
Dtag.cc48 const int32_t Tag::GSUB = TAG('G', 'S', 'U', 'B'); member in sfntly::Tag
/external/fonttools/Lib/fontTools/
Dmerge.py430 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/
Dchanges.txt76 - 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/
DNEWS364 - Pass on variation selector to GSUB if not consumed by cmap.
450 matching GSUB/GPOS lookups,
656 - Synthetic-GSUB Arabic fallback shaping.