Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DGLFunctorDrawable.cpp157 SkCanvas* tmpCanvas = canvas; in onDraw() local
159 tmpCanvas = tmpSurface->getCanvas(); in onDraw()
161 tmpCanvas->clipRegion(clipRegion); in onDraw()
165 bool stencilWritten = SkAndroidFrameworkUtils::clipWithStencil(tmpCanvas); in onDraw()
166 tmpCanvas->flush(); // need this flush for the single op that draws into the stencil in onDraw()