Home
last modified time | relevance | path

Searched refs:source_blob (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset.cc160 hb_blob_t *source_blob = hb_sanitize_context_t ().reference_table<TableType> (plan->source); in _subset() local
161 const TableType *table = source_blob->as<TableType> (); in _subset()
164 if (!source_blob->data) in _subset()
168 hb_blob_destroy (source_blob); in _subset()
175 unsigned buf_size = _plan_estimate_subset_table_size (plan, source_blob->length); in _subset()
181 hb_blob_destroy (source_blob); in _subset()
188 hb_subset_context_t c (source_blob, plan, &serializer, tag); in _subset()
191 hb_blob_destroy (source_blob); in _subset()
H A Dhb-subset-plan.hh189 hb_blob_t *source_blob = source->reference_table (tag); in add_table() local
193 hb_blob_get_length (source_blob)); in add_table()
194 hb_blob_destroy (source_blob); in add_table()
H A Dhb-subset.hh57 hb_blob_t *source_blob; member
66 source_blob (source_blob_), in hb_subset_context_t()
H A Dhb-ot-color-sbix-table.hh345 if (strikes[i].is_null () || c->source_blob->length < (unsigned) strikes[i]) in add_strike()
348 return (this+strikes[i]).subset (c, c->source_blob->length - (unsigned) strikes[i]); in add_strike()
H A Dhb-ot-var-gvar-table.hh428 subset_data_size += get_glyph_var_data_bytes (c->source_blob, old_gid).length; in subset()
460 ? get_glyph_var_data_bytes (c->source_blob, old_gid) in subset()

Completed in 5 milliseconds