Home
last modified time | relevance | path

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

/external/skia/gm/
Dfatpathfill.cpp24 static sk_sp<SkSurface> new_surface(int width, int height) { in new_surface() function
/external/harfbuzz_ng/util/
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
/external/mesa3d/src/gallium/drivers/zink/
Dzink_surface.c468 struct zink_surface *new_surface = new_entry->data; in zink_rebind_surface() local
/external/crosvm/gpu_display/src/
Dlib.rs579 let new_surface = self.inner.create_surface( in create_surface() localVariable