Home
last modified time | relevance | path

Searched refs:new_surface (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/util/
Dhelper-cairo-ansi.cc41 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()
/external/skia/gm/
Dfatpathfill.cpp18 static SkSurface* new_surface(int width, int height) { in new_surface() function
69 SkAutoTUnref<SkSurface> surface(new_surface(SMALL_W, SMALL_H)); in onDraw()