Home | History | Annotate | Download | only in src

Lines Matching refs:gpos

1500  * GPOS -- The Glyph Positioning Table
1503 struct GPOS : GSUBGPOS
1593 GPOS::position_start (hb_font_t *font HB_UNUSED, hb_buffer_t *buffer)
1601 GPOS::position_finish_advances (hb_font_t *font HB_UNUSED, hb_buffer_t *buffer)
1607 GPOS::position_finish_offsets (hb_font_t *font HB_UNUSED, hb_buffer_t *buffer)
1627 const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos);
1628 const PosLookup &l = gpos.get_lookup (lookup_index);
1634 const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos);
1635 const PosLookup &l = gpos.get_lookup (lookup_index);