Home
last modified time | relevance | path

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

/external/skia/tests/
DPictureTest.cpp627 SkPath invPath; in test_clip_bound_opt() local
628 invPath.addOval(rect1); in test_clip_bound_opt()
629 invPath.setFillType(SkPath::kInverseEvenOdd_FillType); in test_clip_bound_opt()
640 canvas->clipPath(invPath); in test_clip_bound_opt()
650 canvas->clipPath(invPath); in test_clip_bound_opt()
660 canvas->clipPath(invPath, kUnion_SkClipOp); in test_clip_bound_opt()
/external/skia/src/pdf/
DSkPDFDevice.cpp256 static bool calculate_inverse_path(const SkRect& bounds, const SkPath& invPath, in calculate_inverse_path() argument
258 SkASSERT(invPath.isInverseFillType()); in calculate_inverse_path()
263 return Op(clipPath, invPath, kIntersect_SkPathOp, outPath); in calculate_inverse_path()