Home
last modified time | relevance | path

Searched refs:glyf_prime (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-subset-glyf.cc141 static bool _remove_composite_instruction_flag (char *glyf_prime, unsigned int length) in _remove_composite_instruction_flag() argument
145 …if (unlikely (!OT::glyf::CompositeGlyphHeader::get_iterator (glyf_prime, length, &composite_it))) … in _remove_composite_instruction_flag()
231 hb_blob_t **glyf_prime /* OUT */, in _hb_subset_glyf_and_loca() argument
267 *glyf_prime = hb_blob_create (glyf_prime_data, in _hb_subset_glyf_and_loca()
291 hb_blob_t **glyf_prime, /* OUT */ in hb_subset_glyf_and_loca() argument
303 glyf_prime, in hb_subset_glyf_and_loca()
Dhb-ot-glyf-table.hh86 hb_blob_t *glyf_prime = nullptr; in subset() local
91 if (hb_subset_glyf_and_loca (plan, &use_short_loca, &glyf_prime, &loca_prime)) { in subset()
92 success = success && plan->add_table (HB_OT_TAG_glyf, glyf_prime); in subset()
99 hb_blob_destroy (glyf_prime); in subset()
Dhb-subset-glyf.hh37 hb_blob_t **glyf_prime /* OUT */,