Searched refs:dest_blob (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-hmtx-table.hh | 72 hb_blob_t *dest_blob = hb_blob_copy_writable_or_fail (src_blob); in subset_update_header() local 75 if (unlikely (!dest_blob)) { in subset_update_header() 80 H *table = (H *) hb_blob_get_data (dest_blob, &length); in subset_update_header() 83 bool result = plan->add_table (H::tableTag, dest_blob); in subset_update_header() 84 hb_blob_destroy (dest_blob); in subset_update_header()
|
D | hb-subset.cc | 111 hb_blob_t *dest_blob = serializer.copy_blob (); in _subset2() local 112 …ET, nullptr, "OT::%c%c%c%c final subset table size: %u bytes.", HB_UNTAG (tag), dest_blob->length); in _subset2() 113 result = c.plan->add_table (tag, dest_blob); in _subset2() 114 hb_blob_destroy (dest_blob); in _subset2()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-hmtx-table.hh | 80 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()
|
D | hb-subset.cc | 206 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()
|
/third_party/harfbuzz/src/ |
D | hb-ot-hmtx-table.hh | 80 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()
|
D | hb-subset.cc | 182 hb_blob_t *dest_blob = _repack (tag, serializer); in _subset() local 183 if (dest_blob) in _subset() 187 HB_UNTAG (tag), dest_blob->length); in _subset() 188 result = plan->add_table (tag, dest_blob); in _subset() 189 hb_blob_destroy (dest_blob); in _subset()
|