Home | History | Annotate | Download | only in src

Lines Matching defs:gsub

1334  * GSUB -- The Glyph Substitution Table
1337 struct GSUB : GSUBGPOS
1359 GSUB::substitute_start (hb_font_t *font, hb_buffer_t *buffer)
1374 GSUB::substitute_finish (hb_font_t *font HB_UNUSED, hb_buffer_t *buffer HB_UNUSED)
1392 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub);
1393 const SubstLookup &l = gsub.get_lookup (lookup_index);
1399 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub);
1400 const SubstLookup &l = gsub.get_lookup (lookup_index);