Home
last modified time | relevance | path

Searched refs:dest_blob (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-hmtx-table.hh80 hb_blob_t *dest_blob = hb_blob_copy_writable_or_fail (src_blob); in subset_update_header() local
83 if (unlikely (!dest_blob)) { in subset_update_header()
88 H *table = (H *) hb_blob_get_data (dest_blob, &length); in subset_update_header()
91 bool result = plan->add_table (H::tableTag, dest_blob); in subset_update_header()
92 hb_blob_destroy (dest_blob); in subset_update_header()
Dhb-subset.cc206 hb_blob_t *dest_blob = _repack (tag, serializer); in _subset() local
207 if (dest_blob) in _subset()
211 HB_UNTAG (tag), dest_blob->length); in _subset()
212 result = plan->add_table (tag, dest_blob); in _subset()
213 hb_blob_destroy (dest_blob); in _subset()