Home
last modified time | relevance | path

Searched defs:new_surface (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/gm/
H A Dfatpathfill.cpp24 static sk_sp<SkSurface> new_surface(int width, int height) { in new_surface() function
/aosp_15_r20/external/harfbuzz_ng/util/
H A Dhelper-cairo-ansi.hh146 cairo_surface_t *new_surface = cairo_image_surface_create (CAIRO_FORMAT_RGB24, width, height); in helper_cairo_surface_write_to_ansi_stream() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_surface.c456 struct zink_surface *new_surface = new_entry->data; in zink_rebind_surface() local
/aosp_15_r20/external/crosvm/gpu_display/src/
H A Dlib.rs579 let new_surface = self.inner.create_surface( in create_surface() localVariable