Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-cff2-table.hh547 hb_blob_t *head_blob = hb_sanitize_context_t().reference_table<head> (plan->source); in subset() local
548 success = success && head_blob && plan->add_table (HB_OT_TAG_head, head_blob); in subset()
549 hb_blob_destroy (head_blob); in subset()
Dhb-ot-cff1-table.hh1290 hb_blob_t *head_blob = hb_sanitize_context_t().reference_table<head> (plan->source); in subset() local
1291 success = success && head_blob && plan->add_table (HB_OT_TAG_head, head_blob); in subset()
1292 hb_blob_destroy (head_blob); in subset()
Dhb-ot-glyf-table.hh213 hb_blob_t *head_blob = hb_sanitize_context_t ().reference_table<head> (plan->source); in _add_head_and_set_loca_version() local
214 hb_blob_t *head_prime_blob = hb_blob_copy_writable_or_fail (head_blob); in _add_head_and_set_loca_version()
215 hb_blob_destroy (head_blob); in _add_head_and_set_loca_version()