Searched refs:clipBoundsPath (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ |
D | FrameBuilder.cpp | 431 SkPath clipBoundsPath; in deferShadow() local 432 clipBoundsPath.addRect(clipBounds.left, clipBounds.top, in deferShadow() 435 Op(*casterPath, clipBoundsPath, kIntersect_SkPathOp, frameAllocatedPath); in deferShadow()
|
D | RenderNode.cpp | 891 SkPath clipBoundsPath; in pushLayerUpdate() local 892 clipBoundsPath.addRect(clipBounds.left, clipBounds.top, in pushLayerUpdate() 895 Op(*outlinePath, clipBoundsPath, kIntersect_SkPathOp, frameAllocatedPath); in pushLayerUpdate()
|