Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DReorderBarrierDrawables.cpp188 SkPath tmpPath; // holds temporary SkPath to store the result of intersections in drawShadow() local
190 Op(*casterPath, *revealClipPath, kIntersect_SkPathOp, &tmpPath); in drawShadow()
191 tmpPath.setIsVolatile(true); in drawShadow()
192 casterPath = &tmpPath; in drawShadow()