Home
last modified time | relevance | path

Searched refs:gpos_lookups (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafshaper.c108 hb_set_t* gpos_lookups = NULL; /* GPOS lookups for a given script */ in af_shaper_get_coverage() local
221 gpos_lookups = hb_set_create(); in af_shaper_get_coverage()
227 gpos_lookups ); in af_shaper_get_coverage()
234 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gpos_lookups, &idx ); ) in af_shaper_get_coverage()
402 hb_set_destroy( gpos_lookups ); in af_shaper_get_coverage()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-plan.cc188 const hb_map_t *gpos_lookups, in _collect_layout_variation_indices()
201 OT::hb_collect_variation_indices_context_t c (layout_variation_indices, glyphset, gpos_lookups); in _collect_layout_variation_indices()
374 plan->gpos_lookups, in _populate_gids_to_retain()
406 plan->gpos_lookups, in _populate_gids_to_retain()
506 plan->gpos_lookups = hb_map_create (); in hb_subset_plan_create()
571 hb_map_destroy (plan->gpos_lookups); in hb_subset_plan_destroy()
186 _collect_layout_variation_indices(hb_face_t *face, const hb_set_t *glyphset, const hb_map_t *gpos_lookups, hb_set_t *layout_variation_indices, hb_map_t *layout_variation_idx_map) _collect_layout_variation_indices() argument
H A Dhb-subset-plan.hh84 hb_map_t *gpos_lookups; member
H A Dhb-ot-layout-gsubgpos.hh1914 const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpos_lookups;
2103 const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpos_lookups;
2273 const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpos_lookups;
2887 const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpos_lookups;
3114 const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpos_lookups;
3349 const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpos_lookups;
H A Dhb-ot-layout-common.hh219 const hb_map_t *gpos_lookups; member
226 gpos_lookups (gpos_lookups_) {} in hb_collect_variation_indices_context_t()
H A Dhb-ot-layout-gpos-table.hh2830 hb_subset_layout_context_t l (c, tableTag, c->plan->gpos_lookups, c->plan->gpos_langsys, c->plan->gpos_features); in subset()
2844 if (!c->gpos_lookups->has (i)) continue; in collect_variation_indices()

Completed in 16 milliseconds