Searched refs:compat_surface (Results 1 – 2 of 2) sorted by relevance
114 static sk_sp<SkSurface> compat_surface(SkCanvas* canvas, const SkISize& size, bool skipGPU) { in compat_surface() function in SrcModeGM130 auto surf(compat_surface(canvas, this->getISize(), this->isCanvasDeferred())); in onDraw()