Home | History | Annotate | Download | only in src

Lines Matching full:gsub

1294  * GSUB -- The Glyph Substitution Table
1297 struct GSUB : GSUBGPOS
1319 GSUB::substitute_start (hb_font_t *font, hb_buffer_t *buffer)
1334 GSUB::substitute_finish (hb_font_t *font HB_UNUSED, hb_buffer_t *buffer HB_UNUSED)
1352 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub);
1353 const SubstLookup &l = gsub.get_lookup (lookup_index);
1359 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub);
1360 const SubstLookup &l = gsub.get_lookup (lookup_index);