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

/frameworks/base/libs/hwui/
H A DFrameBuilder.cpp416 SkPath* frameAllocatedPath = nullptr; local
421 frameAllocatedPath = createFrameAllocatedPath();
423 Op(*casterPath, *revealClipPath, kIntersect_SkPathOp, frameAllocatedPath);
424 casterPath = frameAllocatedPath;
429 if (!frameAllocatedPath) {
430 frameAllocatedPath = createFrameAllocatedPath();
438 Op(*casterPath, clipBoundsPath, kIntersect_SkPathOp, frameAllocatedPath);
439 casterPath = frameAllocatedPath;

Completed in 41 milliseconds