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

/frameworks/base/libs/hwui/
H A DRenderNode.cpp685 SkPath* frameAllocatedPath = NULL; local
690 frameAllocatedPath = handler.allocPathForFrame();
692 Op(*outlinePath, *revealClipPath, kIntersect_PathOp, frameAllocatedPath);
693 outlinePath = frameAllocatedPath;
698 if (!frameAllocatedPath) {
699 frameAllocatedPath = handler.allocPathForFrame();
708 Op(*outlinePath, clipBoundsPath, kIntersect_PathOp, frameAllocatedPath);
709 outlinePath = frameAllocatedPath;

Completed in 26 milliseconds