Searched refs:get_blob (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-layout.cc | 247 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()
|
D | hb-blob.hh | 89 hb_blob_t * get_blob () const { return b.get_raw (); } in get_blob() function
|
D | hb-ot-color-svg-table.hh | 88 return table->get_glyph_entry (glyph_id).reference_blob (table.get_blob (), in reference_blob_for_glyph()
|
D | hb-ot-meta-table.hh | 79 { return table->dataMaps.lsearch (tag).reference_entry (table.get_blob ()); } in reference_entry()
|
D | hb-ot-color-cbdt-table.hh | 900 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()
|
D | hb-ot-layout-gdef-table.hh | 591 if (unlikely (this->table->is_blocklisted (this->table.get_blob (), face))) in init() 593 hb_blob_destroy (this->table.get_blob ()); in init()
|
D | hb-machinery.hh | 291 hb_blob_t* get_blob () const { return this->get_stored (); } in get_blob() function
|
D | hb-ot-color-sbix-table.hh | 228 return choose_strike (font).get_glyph_blob (glyph_id, table.get_blob (), in reference_png()
|
D | hb-ot-var-gvar-table.hh | 544 hb_bytes_t var_data_bytes = table->get_glyph_var_data_bytes (table.get_blob (), glyph); in apply_deltas_to_points()
|
D | hb-ot-layout.cc | 129 hb_blob_t *blob = font->face->table.kern.get_blob (); in hb_ot_layout_kern()
|
D | hb-ot-color-colr-table.hh | 1281 bool is_valid () { return colr.get_blob ()->length; } in is_valid()
|
D | hb-ot-layout-gsubgpos.hh | 3842 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/ |
D | 0001-cve.patch | 33562 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 ();
|