Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout.cc239 hb_blob_t *morx_blob = font->face->table.morx.get_blob (); in hb_aat_layout_substitute()
248 hb_blob_t *mort_blob = font->face->table.mort.get_blob (); in hb_aat_layout_substitute()
315 hb_blob_t *kerx_blob = font->face->table.kerx.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.hh95 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-machinery.hh302 hb_blob_t* get_blob () const { return this->get_stored (); } in get_blob() function
/third_party/harfbuzz/src/
Dhb-aat-layout.cc246 hb_blob_t *morx_blob = font->face->table.morx.get_blob (); in hb_aat_layout_substitute()
255 hb_blob_t *mort_blob = font->face->table.mort.get_blob (); in hb_aat_layout_substitute()
312 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.hh593 if (unlikely (this->table->is_blocklisted (this->table.get_blob (), face))) in init()
595 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
/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
/third_party/flatbuffers/rust/flexbuffers/src/reader/
Dde.rs190 (Blob, _) => visitor.visit_borrowed_bytes(self.get_blob()?.0), in deserialize_any()
219 visitor.visit_byte_buf(self.get_blob()?.0.to_vec()) in deserialize_byte_buf()
Dmod.rs368 pub fn get_blob(&self) -> Result<Blob<B>, Error> { in get_blob() method
378 self.get_blob().unwrap_or(Blob(B::empty())) in as_blob()
/third_party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/
Drwyw.rs122 |(i, x)| r.idx(i).get_blob().unwrap().0.iter().eq(x.iter())
273 assert_eq!(r.idx(0).get_blob(), Ok(Blob([1, 2, 3, 4].as_ref()))); in store_and_read_blob()
274 assert_eq!(r.idx(1).get_blob(), Ok(Blob([5, 6, 7].as_ref()))); in store_and_read_blob()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/fuchsia/
Damber_ctl.dart20 // get_blob - get the specified content blob

12