Lines Matching refs:plan
120 _update_components (hb_subset_plan_t * plan, in _update_components() argument
132 if (!plan->new_gid_for_old_gid (iterator.current->glyphIndex, in _update_components()
156 _write_glyf_and_loca_prime (hb_subset_plan_t *plan, in _write_glyf_and_loca_prime() argument
166 hb_vector_t<hb_codepoint_t> &glyph_ids = plan->glyphs; in _write_glyf_and_loca_prime()
212 _update_components (plan, glyf_prime_data_next, length); in _write_glyf_and_loca_prime()
229 hb_subset_plan_t *plan, in _hb_subset_glyf_and_loca() argument
235 hb_vector_t<hb_codepoint_t> &glyphs_to_retain = plan->glyphs; in _hb_subset_glyf_and_loca()
244 plan->drop_hints, in _hb_subset_glyf_and_loca()
255 if (unlikely (!_write_glyf_and_loca_prime (plan, glyf, glyf_data, in _hb_subset_glyf_and_loca()
289 hb_subset_glyf_and_loca (hb_subset_plan_t *plan, in hb_subset_glyf_and_loca() argument
294 hb_blob_t *glyf_blob = hb_sanitize_context_t ().reference_table<OT::glyf> (plan->source); in hb_subset_glyf_and_loca()
298 glyf.init (plan->source); in hb_subset_glyf_and_loca()
301 plan, in hb_subset_glyf_and_loca()