Searched refs:revealClipPath (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
H A DReorderBarrierDrawables.cpp143 const SkPath* revealClipPath = revealClip.getPath(); local
144 if (revealClipPath && revealClipPath->isEmpty()) {
179 if (revealClipPath) {
180 Op(*casterPath, *revealClipPath, kIntersect_SkPathOp, &tmpPath);
193 if (shadowMatrix.hasPerspective() || revealClipPath || clippedToBounds) {
/frameworks/base/libs/hwui/
H A DFrameBuilder.cpp410 const SkPath* revealClipPath = properties.getRevealClip().getPath(); local
411 if (revealClipPath && revealClipPath->isEmpty()) return;
420 if (revealClipPath) {
423 Op(*casterPath, *revealClipPath, kIntersect_SkPathOp, frameAllocatedPath);

Completed in 443 milliseconds