Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DDefaultPathRendererTest.cpp79 SkPath invPath = make_path(SkRect::MakeXYWH(0, 0, kBigSize, kBigSize), in run_test() local
100 sdc->drawPath(nullptr, std::move(paint), GrAA::kNo, SkMatrix::I(), invPath, style); in run_test()
H A DPictureTest.cpp377 SkPath invPath; in test_clip_bound_opt() local
378 invPath.addOval(rect1); in test_clip_bound_opt()
379 invPath.setFillType(SkPathFillType::kInverseEvenOdd); in test_clip_bound_opt()
390 canvas->clipPath(invPath); in test_clip_bound_opt()
400 canvas->clipPath(invPath); in test_clip_bound_opt()
/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp204 * outPath may alias with invPath (since this is supported by PathOps).
206 static bool calculate_inverse_path(const SkRect& bounds, const SkPath& invPath, in calculate_inverse_path() argument
208 SkASSERT(invPath.isInverseFillType()); in calculate_inverse_path()
209 return Op(SkPath::Rect(bounds), invPath, kIntersect_SkPathOp, outPath); in calculate_inverse_path()

Completed in 6 milliseconds