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

/frameworks/base/libs/hwui/
H A DFrameBuilder.cpp431 SkPath clipBoundsPath; local
432 clipBoundsPath.addRect(clipBounds.left, clipBounds.top,
435 Op(*casterPath, clipBoundsPath, kIntersect_SkPathOp, frameAllocatedPath);
H A DRenderNode.cpp891 SkPath clipBoundsPath; local
892 clipBoundsPath.addRect(clipBounds.left, clipBounds.top,
895 Op(*outlinePath, clipBoundsPath, kIntersect_SkPathOp, frameAllocatedPath);

Completed in 116 milliseconds