Searched refs:glyf_prime (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-subset-glyf.cc | 141 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()
|
D | hb-ot-glyf-table.hh | 86 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()
|
D | hb-subset-glyf.hh | 37 hb_blob_t **glyf_prime /* OUT */,
|