Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DGLFunctorDrawable.cpp163 SkCanvas* tmpCanvas = canvas; in onDraw() local
165 tmpCanvas = tmpSurface->getCanvas(); in onDraw()
167 tmpCanvas->clipRegion(clipRegion); in onDraw()
171 bool stencilWritten = SkAndroidFrameworkUtils::clipWithStencil(tmpCanvas); in onDraw()
172 tmpCanvas->flush(); // need this flush for the single op that draws into the stencil in onDraw()