Lines Matching refs:GPOS
58 using OT::Layout::GPOS;
174 face->table.GPOS->table.get_length ()) in is_blocklisted()
404 GPOS::is_blocklisted (hb_blob_t *blob HB_UNUSED, in is_blocklisted()
419 case HB_OT_TAG_GPOS: return *face->table.GPOS->table; in get_gsubgpos_table()
1319 const OT::PosLookup& l = face->table.GPOS->table->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
1551 return face->table.GPOS->table->has_data (); in hb_ot_layout_has_positioning()
1566 GPOS::position_start (font, buffer); in hb_ot_layout_position_start()
1581 GPOS::position_finish_advances (font, buffer); in hb_ot_layout_position_finish_advances()
1595 GPOS::position_finish_offsets (font, buffer); in hb_ot_layout_position_finish_offsets()
1630 const GPOS &gpos = *face->table.GPOS->table; in hb_ot_layout_get_size_params()
1801 table (*face->table.GPOS->table), in GPOSProxy()
1802 accels (face->table.GPOS->accels) {} in GPOSProxy()
1804 const GPOS &table;
2391 const OT::PosLookup &lookup = font->face->table.GPOS->table->get_lookup (lookup_index); in hb_ot_layout_lookup_get_optical_bound()