Searched refs:tmpCanvas (Results 1 – 1 of 1) sorted by relevance
140 SkCanvas* tmpCanvas = canvas; in onDraw() local142 tmpCanvas = tmpSurface->getCanvas(); in onDraw()144 tmpCanvas->clipRegion(clipRegion); in onDraw()148 bool stencilWritten = SkAndroidFrameworkUtils::clipWithStencil(tmpCanvas); in onDraw()149 tmpCanvas->flush(); // need this flush for the single op that draws into the stencil in onDraw()