Searched defs:new_surface (Results 1 - 2 of 2) sorted by relevance

/external/harfbuzz_ng/util/
H A Dhelper-cairo-ansi.cc41 cairo_surface_t *new_surface = cairo_image_surface_create (CAIRO_FORMAT_RGB24, width, height); local
42 cairo_t *cr = cairo_create (new_surface);
55 surface = new_surface;
/external/skia/gm/
H A Dfatpathfill.cpp19 static sk_sp<SkSurface> new_surface(int width, int height) { function
53 auto surface(new_surface(SMALL_W, SMALL_H));

Completed in 134 milliseconds