Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-aat-layout.cc226 hb_blob_t *morx_blob = font->face->table.morx.get_blob (); in hb_aat_layout_substitute()
235 hb_blob_t *mort_blob = font->face->table.mort.get_blob (); in hb_aat_layout_substitute()
286 hb_blob_t *kerx_blob = font->face->table.kerx.get_blob (); in hb_aat_layout_position()
289 hb_blob_t *ankr_blob = font->face->table.ankr.get_blob ();; in hb_aat_layout_position()
Dhb-ot-color-cbdt-table.hh480 return hb_blob_create_sub_blob (cbdt.get_blob (), in reference_png()
489 return hb_blob_create_sub_blob (cbdt.get_blob (), in reference_png()
498 return hb_blob_create_sub_blob (cbdt.get_blob (), in reference_png()
Dhb-blob.hh93 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-layout-gdef-table.hh420 if (unlikely (this->table->is_blacklisted (this->table.get_blob (), face))) in init()
422 hb_blob_destroy (this->table.get_blob ()); in init()
Dhb-ot-color-sbix-table.hh164 return choose_strike (font).get_glyph_blob (glyph_id, table.get_blob (), in reference_png()
Dhb-ot-hmtx-table.hh116 const char *source_table = hb_blob_get_data (_mtx.table.get_blob (), nullptr); in subset()
Dhb-machinery.hh900 hb_blob_t* get_blob () const { return this->get_stored (); } in get_blob() function
Dhb-ot-layout-gsubgpos.hh2750 if (unlikely (this->table->is_blacklisted (this->table.get_blob (), face))) in init()
2752 hb_blob_destroy (this->table.get_blob ()); in init()
Dhb-ot-layout.cc88 hb_blob_t *blob = font->face->table.kern.get_blob (); in hb_ot_layout_kern()