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

/frameworks/base/libs/hwui/
H A DFrameBuilder.cpp413 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 DRenderNode.cpp872 SkPath* frameAllocatedPath = nullptr; local
877 frameAllocatedPath = handler.allocPathForFrame();
879 Op(*outlinePath, *revealClipPath, kIntersect_SkPathOp, frameAllocatedPath);
880 outlinePath = frameAllocatedPath;
885 if (!frameAllocatedPath) {
886 frameAllocatedPath = handler.allocPathForFrame();
895 Op(*outlinePath, clipBoundsPath, kIntersect_SkPathOp, frameAllocatedPath);
896 outlinePath = frameAllocatedPath;

Completed in 30 milliseconds