Home
last modified time | relevance | path

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

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