Home
last modified time | relevance | path

Searched refs:new_surface (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhelper-cairo-ansi.hh139 cairo_surface_t *new_surface = cairo_image_surface_create (CAIRO_FORMAT_RGB24, width, height); in helper_cairo_surface_write_to_ansi_stream() local
140 cairo_t *cr = cairo_create (new_surface); in helper_cairo_surface_write_to_ansi_stream()
153 surface = new_surface; in helper_cairo_surface_write_to_ansi_stream()
/third_party/skia/gm/
H A Dfatpathfill.cpp23 static sk_sp<SkSurface> new_surface(int width, int height) { in new_surface() function
57 auto surface(new_surface(SMALL_W, SMALL_H)); in DEF_SIMPLE_GM()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_surface.c365 struct zink_surface *new_surface = new_entry->data; in zink_rebind_surface() local
367 zink_batch_usage_set(&new_surface->batch_uses, ctx->batch.state); in zink_rebind_surface()
368 zink_surface_reference(screen, (struct zink_surface**)psurface, new_surface); in zink_rebind_surface()

Completed in 2 milliseconds