Searched refs:gpos (Results 1 – 8 of 8) sorted by relevance
61 layout->gpos = OT::Sanitizer<OT::GPOS>::lock_instance (layout->gpos_blob); in HB_SHAPER_DATA_ENSURE_DECLARE()93 layout->gpos_lookup_count = layout->gpos->get_lookup_count (); in HB_SHAPER_DATA_ENSURE_DECLARE()96 …layout->gpos_accels = (hb_ot_layout_lookup_accelerator_t *) calloc (layout->gpos->get_lookup_count… in HB_SHAPER_DATA_ENSURE_DECLARE()108 layout->gpos_accels[i].init (layout->gpos->get_lookup (i)); in HB_SHAPER_DATA_ENSURE_DECLARE()147 return *hb_ot_layout_from_face (face)->gpos; in _get_gpos()748 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()861 const OT::GPOS &gpos = _get_gpos (face); in hb_ot_layout_get_size_params() local864 unsigned int num_features = gpos.get_feature_count (); in hb_ot_layout_get_size_params()867 if (tag == gpos.get_feature_tag (i)) in hb_ot_layout_get_size_params()869 const OT::Feature &f = gpos.get_feature (i); in hb_ot_layout_get_size_params()[all …]
1630 const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos); in dispatch_recurse_func() local1631 const PosLookup &l = gpos.get_lookup (lookup_index); in dispatch_recurse_func()1637 const GPOS &gpos = *(hb_ot_layout_from_face (c->face)->gpos); in apply_recurse_func() local1638 const PosLookup &l = gpos.get_lookup (lookup_index); in apply_recurse_func()
73 hb-ot-layout-gpos-table.hh \
158 const struct OT::GPOS *gpos; member
453 hb_glyph_position_t* gpos; in af_get_char_index() local471 gpos = hb_buffer_get_glyph_positions( buf, &gcount ); in af_get_char_index()485 *y_offset = gpos[0].y_offset; in af_get_char_index()
36 FT_Bytes *gpos,
1342 char *genie, *gpos, *gend; in wext_get_scan_iwevgenie() local1348 gpos = genie = custom; in wext_get_scan_iwevgenie()1355 tmp = os_realloc(res->ie, res->ie_len + gend - gpos); in wext_get_scan_iwevgenie()1358 os_memcpy(tmp + res->ie_len, gpos, gend - gpos); in wext_get_scan_iwevgenie()1360 res->ie_len += gend - gpos; in wext_get_scan_iwevgenie()