Home
last modified time | relevance | path

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

12

/external/harfbuzz_ng/src/
Dhb-machinery.hh287 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
Dhb-aat-layout.cc268 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()
Dhb-blob.hh89 hb_blob_t * get_blob () const { return b.get_raw (); } in get_blob() function
Dhb-static.cc78 hb_blob_t *loca_blob = face->table.loca.get_blob (); in load_num_glyphs_from_loca()
Dhb-ot-meta-table.hh80 { return table->dataMaps.lsearch (tag).reference_entry (table.get_blob ()); } in reference_entry()
Dhb-ot-kern-table.hh394 hb_blob_t *get_blob () const { return table.get_blob (); } in get_blob() function
Dhb-ot-layout.cc134 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()
Dhb-ot-cff2-table.hh491 hb_blob_t *get_blob () const { return blob; } in get_blob() function
Dhb-aat-layout-kerx-table.hh1147 hb_blob_t *get_blob () const { return table.get_blob (); } in get_blob() function
Dhb-aat-layout-morx-table.hh1319 hb_blob_t *get_blob () const { return table.get_blob (); } in get_blob() function
Dhb-subset.cc324 hb_blob_t *blob = source_blob.get_blob(); in _subset()
/external/igt-gpu-tools/tests/
Dkms_color.c536 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/
Dvirgl_context.h100 int (*get_blob)(struct virgl_context *ctx, member
/external/perfetto/infra/perfetto.dev/appengine/
Dmain.py57 blob = bucket.get_blob(path[1:])
/external/harfbuzz_ng/src/OT/Color/svg/
Dsvg.hh91 return table->get_glyph_entry (glyph_id).reference_blob (table.get_blob (), in reference_blob_for_glyph()
/external/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.rs373 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/
Drwyw.rs127 |(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/
DCBDT.hh918 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/
DGDEF.hh974 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/
Dioctl.rs205 ioctl_readwrite!(get_blob, DRM_IOCTL_BASE, 0xAC, drm_mode_get_blob);
Dmode.rs617 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/
Dsbix.hh227 return choose_strike (font).get_glyph_blob (glyph_id, table.get_blob (), in reference_png()
/external/harfbuzz_ng/src/OT/glyf/
Dglyf.hh186 loca_table = face->table.loca.get_blob (); // Needs no destruct! in glyf_accelerator_t()
/external/virglrenderer/src/proxy/
Dproxy_context.c527 ctx->base.get_blob = proxy_context_get_blob; in proxy_context_init_base()

12