Lines Matching refs:GPOS
125 face->table.GPOS->table.get_length ()) in is_blacklisted()
316 OT::GPOS::is_blacklisted (hb_blob_t *blob HB_UNUSED, in is_blacklisted()
328 case HB_OT_TAG_GPOS: return *face->table.GPOS->table; in get_gsubgpos_table()
899 const OT::PosLookup& l = face->table.GPOS->table->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
1100 return face->table.GPOS->table->has_data (); in hb_ot_layout_has_positioning()
1106 OT::GPOS::position_start (font, buffer); in hb_ot_layout_position_start()
1112 OT::GPOS::position_finish_advances (font, buffer); in hb_ot_layout_position_finish_advances()
1118 OT::GPOS::position_finish_offsets (font, buffer); in hb_ot_layout_position_finish_offsets()
1134 const OT::GPOS &gpos = *face->table.GPOS->table; in hb_ot_layout_get_size_params()
1321 table (*face->table.GPOS->table), in GPOSProxy()
1322 accels (face->table.GPOS->accels) {} in GPOSProxy()
1324 const OT::GPOS &table;