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

/external/skia/tests/
H A DPictureTest.cpp627 SkPath invPath; local
628 invPath.addOval(rect1);
629 invPath.setFillType(SkPath::kInverseEvenOdd_FillType);
640 canvas->clipPath(invPath);
650 canvas->clipPath(invPath);
660 canvas->clipPath(invPath, kUnion_SkClipOp);
/external/skia/src/pdf/
H A DSkPDFDevice.cpp254 * outPath may alias with invPath (since this is supported by PathOps).
256 static bool calculate_inverse_path(const SkRect& bounds, const SkPath& invPath, argument
258 SkASSERT(invPath.isInverseFillType());
263 return Op(clipPath, invPath, kIntersect_SkPathOp, outPath);

Completed in 82 milliseconds