Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-aat-layout.cc230 hb_blob_t *morx_blob = font->face->table.morx.get_blob (); in hb_aat_layout_substitute()
239 hb_blob_t *mort_blob = font->face->table.mort.get_blob (); in hb_aat_layout_substitute()
290 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-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-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-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
Dhb-ot-layout.cc131 hb_blob_t *blob = font->face->table.kern.get_blob (); in hb_ot_layout_kern()
Dhb-ot-layout-gsubgpos.hh2958 if (unlikely (this->table->is_blacklisted (this->table.get_blob (), face))) in init()
2960 hb_blob_destroy (this->table.get_blob ()); in init()
/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.h97 int (*get_blob)(struct virgl_context *ctx, member
Dvirglrenderer.c822 ret = ctx->get_blob(ctx, args->blob_id, args->blob_flags, &blob); in virgl_renderer_resource_create_blob()
Dvrend_decode.c1717 ctx->get_blob = vrend_decode_ctx_get_blob; in vrend_decode_ctx_init_base()
/external/perfetto/infra/perfetto.dev/appengine/
Dmain.py57 blob = bucket.get_blob(path[1:])