Searched refs:create_compat_surface (Results 1 – 2 of 2) sorted by relevance
/external/skia/gm/ |
D | multipicturedraw.cpp | 241 static sk_sp<SkSurface> create_compat_surface(SkCanvas* canvas, int width, int height) { in create_compat_surface() function 379 step.fSurf = create_compat_surface(finalCanvas, kPicWidth, kPicHeight); in simple() 414 step.fSurf = create_compat_surface(finalCanvas, kTileWidth, kTileHeight); in tiled()
|
/external/skqp/gm/ |
D | multipicturedraw.cpp | 241 static sk_sp<SkSurface> create_compat_surface(SkCanvas* canvas, int width, int height) { in create_compat_surface() function 379 step.fSurf = create_compat_surface(finalCanvas, kPicWidth, kPicHeight); in simple() 414 step.fSurf = create_compat_surface(finalCanvas, kTileWidth, kTileHeight); in tiled()
|