Searched refs:get_blob (Results 1 – 15 of 15) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-aat-layout.cc | 230 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()
|
D | hb-blob.hh | 89 hb_blob_t * get_blob () const { return b.get_raw (); } in get_blob() function
|
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-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-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
|
D | hb-ot-layout.cc | 131 hb_blob_t *blob = font->face->table.kern.get_blob (); in hb_ot_layout_kern()
|
D | hb-ot-layout-gsubgpos.hh | 2958 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/ |
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 | 97 int (*get_blob)(struct virgl_context *ctx, member
|
D | virglrenderer.c | 822 ret = ctx->get_blob(ctx, args->blob_id, args->blob_flags, &blob); in virgl_renderer_resource_create_blob()
|
D | vrend_decode.c | 1717 ctx->get_blob = vrend_decode_ctx_get_blob; in vrend_decode_ctx_init_base()
|
/external/perfetto/infra/perfetto.dev/appengine/ |
D | main.py | 57 blob = bucket.get_blob(path[1:])
|