Searched defs:new_surface (Results 1 – 4 of 4) sorted by relevance
24 static sk_sp<SkSurface> new_surface(int width, int height) { in new_surface() function
146 cairo_surface_t *new_surface = cairo_image_surface_create (CAIRO_FORMAT_RGB24, width, height); in helper_cairo_surface_write_to_ansi_stream() local
456 struct zink_surface *new_surface = new_entry->data; in zink_rebind_surface() local
579 let new_surface = self.inner.create_surface( in create_surface() localVariable