Home
last modified time | relevance | path

Searched refs:get_blob (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout.cc247 hb_blob_t *morx_blob = font->face->table.morx.get_blob (); in hb_aat_layout_substitute()
258 hb_blob_t *mort_blob = font->face->table.mort.get_blob (); in hb_aat_layout_substitute()
317 hb_blob_t *kerx_blob = font->face->table.kerx.get_blob (); in hb_aat_layout_position()
Dhb-blob.hh89 hb_blob_t * get_blob () const { return b.get_raw (); } in get_blob() function
Dhb-ot-color-svg-table.hh88 return table->get_glyph_entry (glyph_id).reference_blob (table.get_blob (), in reference_blob_for_glyph()
Dhb-ot-meta-table.hh79 { return table->dataMaps.lsearch (tag).reference_entry (table.get_blob ()); } in reference_entry()
Dhb-ot-color-cbdt-table.hh900 return hb_blob_create_sub_blob (cbdt.get_blob (), in reference_png()
909 return hb_blob_create_sub_blob (cbdt.get_blob (), in reference_png()
918 return hb_blob_create_sub_blob (cbdt.get_blob (), in reference_png()
Dhb-ot-layout-gdef-table.hh591 if (unlikely (this->table->is_blocklisted (this->table.get_blob (), face))) in init()
593 hb_blob_destroy (this->table.get_blob ()); in init()
Dhb-machinery.hh291 hb_blob_t* get_blob () const { return this->get_stored (); } in get_blob() function
Dhb-ot-color-sbix-table.hh228 return choose_strike (font).get_glyph_blob (glyph_id, table.get_blob (), in reference_png()
Dhb-ot-var-gvar-table.hh544 hb_bytes_t var_data_bytes = table->get_glyph_var_data_bytes (table.get_blob (), glyph); in apply_deltas_to_points()
Dhb-ot-layout.cc129 hb_blob_t *blob = font->face->table.kern.get_blob (); in hb_ot_layout_kern()
Dhb-ot-color-colr-table.hh1281 bool is_valid () { return colr.get_blob ()->length; } in is_valid()
Dhb-ot-layout-gsubgpos.hh3842 if (unlikely (this->table->is_blocklisted (this->table.get_blob (), face))) in init()
3844 hb_blob_destroy (this->table.get_blob ()); in init()
/third_party/chromium/patch/
D0001-cve.patch33562 bool is_valid () { return colr.get_blob ()->length; }
33900 + loca_table = face->table.loca.get_blob (); // Needs no destruct!
34601 - if (unlikely (this->table->is_blocklisted (this->table.get_blob (), face)))
34603 + if (unlikely (table->is_blocklisted (table.get_blob (), face)))
34605 - hb_blob_destroy (this->table.get_blob ());
34607 + hb_blob_destroy (table.get_blob ());
37382 if (unlikely (this->table->is_blocklisted (this->table.get_blob (), face)))
38202 { return table->dataMaps.lsearch (tag).reference_entry (table.get_blob ()); }
42223 + hb_blob_t *loca_blob = face->table.loca.get_blob ();