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

/frameworks/base/libs/hwui/pipeline/skia/
H A DReorderBarrierDrawables.cpp139 const SkPath* revealClipPath = revealClip.getPath(); local
140 if (revealClipPath && revealClipPath->isEmpty()) {
177 if (revealClipPath) {
178 Op(*casterPath, *revealClipPath, kIntersect_SkPathOp, &tmpPath);
/frameworks/base/libs/hwui/
H A DFrameBuilder.cpp400 const SkPath* revealClipPath = properties.getRevealClip().getPath(); local
401 if (revealClipPath && revealClipPath->isEmpty()) return;
410 if (revealClipPath) {
413 Op(*casterPath, *revealClipPath, kIntersect_SkPathOp, frameAllocatedPath);

Completed in 271 milliseconds