Searched refs:gpos_lookups (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | afshaper.c | 108 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 D | hb-subset-plan.cc | 188 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 D | hb-subset-plan.hh | 84 hb_map_t *gpos_lookups; member
|
H A D | hb-ot-layout-gsubgpos.hh | 1914 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 D | hb-ot-layout-common.hh | 219 const hb_map_t *gpos_lookups; member 226 gpos_lookups (gpos_lookups_) {} in hb_collect_variation_indices_context_t()
|
H A D | hb-ot-layout-gpos-table.hh | 2830 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