Home
last modified time | relevance | path

Searched refs:clipBoundsPath (Results 1 – 2 of 2) sorted by relevance

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