Searched refs:frameAllocatedPath (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ |
H A D | FrameBuilder.cpp | 413 SkPath* frameAllocatedPath = nullptr; local 418 frameAllocatedPath = createFrameAllocatedPath(); 420 Op(*casterPath, *revealClipPath, kIntersect_SkPathOp, frameAllocatedPath); 421 casterPath = frameAllocatedPath; 426 if (!frameAllocatedPath) { 427 frameAllocatedPath = createFrameAllocatedPath(); 435 Op(*casterPath, clipBoundsPath, kIntersect_SkPathOp, frameAllocatedPath); 436 casterPath = frameAllocatedPath;
|
H A D | RenderNode.cpp | 882 SkPath* frameAllocatedPath = nullptr; local 887 frameAllocatedPath = handler.allocPathForFrame(); 889 Op(*outlinePath, *revealClipPath, kIntersect_SkPathOp, frameAllocatedPath); 890 outlinePath = frameAllocatedPath; 895 if (!frameAllocatedPath) { 896 frameAllocatedPath = handler.allocPathForFrame(); 905 Op(*outlinePath, clipBoundsPath, kIntersect_SkPathOp, frameAllocatedPath); 906 outlinePath = frameAllocatedPath;
|
Completed in 269 milliseconds