Home
last modified time | relevance | path

Searched refs:GSUB (Results 1 – 17 of 17) 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_ot_layout_create()
57 layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->gsub_blob); in _hb_ot_layout_create()
222 static inline const OT::GSUB&
225 if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::GSUB); in _get_gsub()
883 return &_get_gsub (face) != &OT::Null(OT::GSUB); in hb_ot_layout_has_substitution()
920 OT::GSUB::substitute_start (font, buffer); in hb_ot_layout_substitute_start()
1035 const OT::GSUB &table;
Dhb-ot-layout-private.hh126 struct GSUB;
161 const struct OT::GSUB *gsub;
Dhb-ot-layout-gsub-table.hh1294 struct GSUB : GSUBGPOS struct
1314 GSUB::substitute_start (hb_font_t *font, hb_buffer_t *buffer) in substitute_start()
1342 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); in dispatch_recurse_func()
1349 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); in apply_recurse_func()
/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/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/one-true-awk/
Dawkgram.y56 %token <i> SUB GSUB IF INDEX LSUBSTR MATCHFCN NEXT NEXTFILE
83 %left GSUB IF INDEX LSUBSTR MATCHFCN NEXT NUMBER
348 SUB | GSUB
Dmaketab.c56 { GSUB, "gsub", "gsub" },
Dlex.c65 { "gsub", GSUB, GSUB },
/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/
DNEWS289 Currently variations in GSUB/GPOS/GDEF are fully supported,
1066 - Pass on variation selector to GSUB if not consumed by cmap.
1152 matching GSUB/GPOS lookups,
1358 - Synthetic-GSUB Arabic fallback shaping.
/external/freetype/
DChangeLog.251757 of GSUB lookups into output coverage. Otherwise, ligatures are not
2533 so that we can skip glyphs that have both GSUB and GPOS data.
DChangeLog.222313 `cmap', `BASE', and `GSUB' tables are present with the same format
DChangeLog.231149 otv_{GPOS|GSUB|GDEF|JSTF|MATH}_validate().
1719 otvalid: Prevent an overflow by GPOS/GSUB 32b-bit offset.
DChangeLog.211623 (otl_jstf_validate): Add two parameters to pass GPOS and GSUB
6556 support for the first GSUB lookups. Nothing that really compiles
DChangeLog1793 [otvalid] Handle `GSUB' and `GPOS' v1.1 tables.
/external/freetype/docs/
DCHANGES2431 been added to validate OpenType tables (BASE, GDEF, GPOS, GSUB,