Home | History | Annotate | Download | only in src

Lines Matching defs:gsub

1341  * GSUB -- The Glyph Substitution Table
1344 struct GSUB : GSUBGPOS
1366 GSUB::substitute_start (hb_font_t *font, hb_buffer_t *buffer)
1381 GSUB::substitute_finish (hb_font_t *font HB_UNUSED, hb_buffer_t *buffer HB_UNUSED)
1399 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub);
1400 const SubstLookup &l = gsub.get_lookup (lookup_index);
1406 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub);
1407 const SubstLookup &l = gsub.get_lookup (lookup_index);