Home
last modified time | relevance | path

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

/external/skia/gm/
Dsrcmode.cpp115 static sk_sp<SkSurface> compat_surface(SkCanvas* canvas, const SkISize& size, bool skipGPU) { in compat_surface() function in SrcModeGM
133 auto surf(compat_surface(canvas, this->getISize(), this->isCanvasDeferred())); in onDraw()