/external/harfbuzz_ng/src/ |
D | hb-machinery.hh | 287 hb_blob_t *get_blob () { return this->get ()->get_blob (); } in get_blob() function 311 hb_blob_t* get_blob () const { return this->get_stored (); } in get_blob() function
|
D | hb-aat-layout.cc | 268 AAT::hb_aat_apply_context_t c (plan, font, buffer, accel.get_blob ()); in hb_aat_layout_substitute() 281 AAT::hb_aat_apply_context_t c (plan, font, buffer, accel.get_blob ()); in hb_aat_layout_substitute() 339 AAT::hb_aat_apply_context_t c (plan, font, buffer, accel.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-static.cc | 78 hb_blob_t *loca_blob = face->table.loca.get_blob (); in load_num_glyphs_from_loca()
|
D | hb-ot-meta-table.hh | 80 { return table->dataMaps.lsearch (tag).reference_entry (table.get_blob ()); } in reference_entry()
|
D | hb-ot-kern-table.hh | 394 hb_blob_t *get_blob () const { return table.get_blob (); } in get_blob() function
|
D | hb-ot-layout.cc | 134 hb_blob_t *blob = font->face->table.kern.get_blob (); in hb_ot_layout_kern() 2014 OT::hb_ot_apply_context_t c (table_index, font, buffer, proxy.accel.get_blob ()); in apply() 2689 hb_blob_t *blob = font->face->table.GPOS->get_blob (); in hb_ot_layout_lookup_get_optical_bound()
|
D | hb-ot-cff2-table.hh | 491 hb_blob_t *get_blob () const { return blob; } in get_blob() function
|
D | hb-aat-layout-kerx-table.hh | 1147 hb_blob_t *get_blob () const { return table.get_blob (); } in get_blob() function
|
D | hb-aat-layout-morx-table.hh | 1319 hb_blob_t *get_blob () const { return table.get_blob (); } in get_blob() function
|
D | hb-subset.cc | 324 hb_blob_t *blob = source_blob.get_blob(); in _subset()
|
/external/igt-gpu-tools/tests/ |
D | kms_color.c | 536 get_blob(data_t *data, igt_pipe_t *pipe, enum igt_atomic_crtc_properties prop) in get_blob() function 594 blob = get_blob(data, primary->pipe, IGT_CRTC_DEGAMMA_LUT); in test_pipe_legacy_gamma_reset() 602 blob = get_blob(data, primary->pipe, IGT_CRTC_CTM); in test_pipe_legacy_gamma_reset() 608 blob = get_blob(data, primary->pipe, IGT_CRTC_GAMMA_LUT); in test_pipe_legacy_gamma_reset() 641 igt_assert(get_blob(data, primary->pipe, in test_pipe_legacy_gamma_reset() 645 igt_assert(get_blob(data, primary->pipe, IGT_CRTC_CTM) == NULL); in test_pipe_legacy_gamma_reset() 647 blob = get_blob(data, primary->pipe, IGT_CRTC_GAMMA_LUT); in test_pipe_legacy_gamma_reset()
|
/external/virglrenderer/src/ |
D | virgl_context.h | 100 int (*get_blob)(struct virgl_context *ctx, member
|
/external/perfetto/infra/perfetto.dev/appengine/ |
D | main.py | 57 blob = bucket.get_blob(path[1:])
|
/external/harfbuzz_ng/src/OT/Color/svg/ |
D | svg.hh | 91 return table->get_glyph_entry (glyph_id).reference_blob (table.get_blob (), in reference_blob_for_glyph()
|
/external/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 | 373 pub fn get_blob(&self) -> Result<Blob<B>, Error> { in get_blob() method 383 self.get_blob().unwrap_or_else(|_| Blob(B::empty())) in as_blob()
|
/external/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/ |
D | rwyw.rs | 127 |(i, x)| r.idx(i).get_blob().unwrap().0.iter().eq(x.iter()) 277 assert_eq!(r.idx(0).get_blob(), Ok(Blob([1, 2, 3, 4].as_ref()))); in store_and_read_blob() 278 assert_eq!(r.idx(1).get_blob(), Ok(Blob([5, 6, 7].as_ref()))); in store_and_read_blob()
|
/external/harfbuzz_ng/src/OT/Color/CBDT/ |
D | CBDT.hh | 918 return hb_blob_create_sub_blob (cbdt.get_blob (), in reference_png() 927 return hb_blob_create_sub_blob (cbdt.get_blob (), in reference_png() 936 return hb_blob_create_sub_blob (cbdt.get_blob (), in reference_png()
|
/external/harfbuzz_ng/src/OT/Layout/GDEF/ |
D | GDEF.hh | 974 if (unlikely (table->is_blocklisted (table.get_blob (), face))) in accelerator_t() 976 hb_blob_destroy (table.get_blob ()); in accelerator_t() 998 if (likely (table.get_blob ())) // Don't try setting if we are the null instance! in get_glyph_props()
|
/external/rust/android-crates-io/crates/drm-ffi/src/ |
D | ioctl.rs | 205 ioctl_readwrite!(get_blob, DRM_IOCTL_BASE, 0xAC, drm_mode_get_blob);
|
D | mode.rs | 617 ioctl::mode::get_blob(fd, &mut sizes)?; in get_property_blob() 633 ioctl::mode::get_blob(fd, &mut blob)?; in get_property_blob()
|
/external/harfbuzz_ng/src/OT/Color/sbix/ |
D | sbix.hh | 227 return choose_strike (font).get_glyph_blob (glyph_id, table.get_blob (), in reference_png()
|
/external/harfbuzz_ng/src/OT/glyf/ |
D | glyf.hh | 186 loca_table = face->table.loca.get_blob (); // Needs no destruct! in glyf_accelerator_t()
|
/external/virglrenderer/src/proxy/ |
D | proxy_context.c | 527 ctx->base.get_blob = proxy_context_get_blob; in proxy_context_init_base()
|