Searched refs:new_surface (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/third_party/externals/harfbuzz/util/ |
D | helper-cairo-ansi.cc | 41 cairo_surface_t *new_surface = cairo_image_surface_create (CAIRO_FORMAT_RGB24, width, height); in helper_cairo_surface_write_to_ansi_stream() local 42 cairo_t *cr = cairo_create (new_surface); in helper_cairo_surface_write_to_ansi_stream() 55 surface = new_surface; in helper_cairo_surface_write_to_ansi_stream()
|
/third_party/harfbuzz/util/ |
D | helper-cairo-ansi.cc | 134 cairo_surface_t *new_surface = cairo_image_surface_create (CAIRO_FORMAT_RGB24, width, height); in helper_cairo_surface_write_to_ansi_stream() local 135 cairo_t *cr = cairo_create (new_surface); in helper_cairo_surface_write_to_ansi_stream() 148 surface = new_surface; in helper_cairo_surface_write_to_ansi_stream()
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | helper-cairo-ansi.hh | 139 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/ |
D | fatpathfill.cpp | 23 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/flutter/skia/gm/ |
D | fatpathfill.cpp | 23 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/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | vulkan_surface_pool.cc | 243 auto new_surface = CreateSurface(size); in AgeAndCollectOldBuffers() local 244 if (new_surface != nullptr) { in AgeAndCollectOldBuffers() 245 available_surfaces_.push_back(std::move(new_surface)); in AgeAndCollectOldBuffers()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_surface.c | 336 struct zink_surface *new_surface = new_entry->data; in zink_rebind_surface() local 338 zink_batch_usage_set(&new_surface->batch_uses, ctx->batch.state); in zink_rebind_surface() 339 zink_surface_reference(screen, (struct zink_surface**)psurface, new_surface); in zink_rebind_surface()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkvpp.c | 700 mfxFrameSurface1 *new_surface; in get_surface_from_pool() local 715 new_surface = gst_msdk_get_surface_from_buffer (new_buffer); in get_surface_from_pool() 722 msdk_surface->surface = new_surface; in get_surface_from_pool()
|
D | gstmsdkenc.c | 1550 mfxFrameSurface1 *new_surface; in gst_msdkenc_get_surface_from_pool() local 1565 new_surface = gst_msdk_get_surface_from_buffer (new_buffer); in gst_msdkenc_get_surface_from_pool() 1571 msdk_surface = gst_msdkenc_create_surface (new_surface, new_buffer); in gst_msdkenc_get_surface_from_pool()
|