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

/frameworks/base/libs/hwui/pipeline/skia/
H A DReorderBarrierDrawables.cpp186 SkPath clipBoundsPath; local
187 clipBoundsPath.addRect(casterClipRect);
188 Op(*casterPath, clipBoundsPath, kIntersect_SkPathOp, &tmpPath);
/frameworks/base/libs/hwui/
H A DFrameBuilder.cpp434 SkPath clipBoundsPath; local
435 clipBoundsPath.addRect(clipBounds.left, clipBounds.top,
438 Op(*casterPath, clipBoundsPath, kIntersect_SkPathOp, frameAllocatedPath);

Completed in 220 milliseconds