Home
last modified time | relevance | path

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

/external/skia/tests/
DPictureTest.cpp948 SkPath invPath; in test_clip_bound_opt() local
949 invPath.addOval(rect1); in test_clip_bound_opt()
950 invPath.setFillType(SkPath::kInverseEvenOdd_FillType); in test_clip_bound_opt()
961 canvas->clipPath(invPath, SkRegion::kIntersect_Op); in test_clip_bound_opt()
972 canvas->clipPath(invPath, SkRegion::kIntersect_Op); in test_clip_bound_opt()
983 canvas->clipPath(invPath, SkRegion::kUnion_Op); in test_clip_bound_opt()
/external/skia/src/pdf/
DSkPDFDevice.cpp344 static bool calculate_inverse_path(const SkRect& bounds, const SkPath& invPath, in calculate_inverse_path() argument
346 SkASSERT(invPath.isInverseFillType()); in calculate_inverse_path()
351 return Op(clipPath, invPath, kIntersect_SkPathOp, outPath); in calculate_inverse_path()