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

/frameworks/base/libs/hwui/
H A DFrameBuilder.cpp424 SkPath clipBoundsPath; local
425 clipBoundsPath.addRect(clipBounds.left, clipBounds.top, clipBounds.right,
428 Op(*casterPath, clipBoundsPath, kIntersect_SkPathOp, frameAllocatedPath);

Completed in 30 milliseconds