Searched refs:frameAllocatedPath (Results 1 – 1 of 1) sorted by relevance
416 SkPath* frameAllocatedPath = nullptr; in deferShadow() local421 frameAllocatedPath = createFrameAllocatedPath(); in deferShadow()423 Op(*casterPath, *revealClipPath, kIntersect_SkPathOp, frameAllocatedPath); in deferShadow()424 casterPath = frameAllocatedPath; in deferShadow()429 if (!frameAllocatedPath) { in deferShadow()430 frameAllocatedPath = createFrameAllocatedPath(); in deferShadow()438 Op(*casterPath, clipBoundsPath, kIntersect_SkPathOp, frameAllocatedPath); in deferShadow()439 casterPath = frameAllocatedPath; in deferShadow()