/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-layout.cc | 239 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()
|
D | hb-ot-color-cbdt-table.hh | 480 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()
|
D | hb-blob.hh | 95 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-layout-gdef-table.hh | 420 if (unlikely (this->table->is_blacklisted (this->table.get_blob (), face))) in init() 422 hb_blob_destroy (this->table.get_blob ()); in init()
|
D | hb-ot-color-sbix-table.hh | 164 return choose_strike (font).get_glyph_blob (glyph_id, table.get_blob (), in reference_png()
|
D | hb-machinery.hh | 302 hb_blob_t* get_blob () const { return this->get_stored (); } in get_blob() function
|
/third_party/harfbuzz/src/ |
D | hb-aat-layout.cc | 246 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()
|
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 | 593 if (unlikely (this->table->is_blocklisted (this->table.get_blob (), face))) in init() 595 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
|
/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
|
/third_party/flatbuffers/rust/flexbuffers/src/reader/ |
D | de.rs | 190 (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()
|
D | mod.rs | 368 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/ |
D | rwyw.rs | 122 |(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/ |
D | amber_ctl.dart | 20 // get_blob - get the specified content blob
|