Searched refs:frameAllocatedPath (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DRenderNode.cpp691 SkPath* frameAllocatedPath = nullptr; local
696 frameAllocatedPath = handler.allocPathForFrame();
698 Op(*outlinePath, *revealClipPath, kIntersect_PathOp, frameAllocatedPath);
699 outlinePath = frameAllocatedPath;
704 if (!frameAllocatedPath) {
705 frameAllocatedPath = handler.allocPathForFrame();
714 Op(*outlinePath, clipBoundsPath, kIntersect_PathOp, frameAllocatedPath);
715 outlinePath = frameAllocatedPath;

Completed in 2617 milliseconds