Searched refs:invPath (Results 1 – 6 of 6) sorted by relevance
/external/skia/tests/ |
D | DefaultPathRendererTest.cpp | 78 SkPath invPath = make_path(SkRect::MakeXYWH(0, 0, kBigSize, kBigSize), in run_test() local 98 rtc->drawPath(nullptr, std::move(paint), GrAA::kNo, SkMatrix::I(), invPath, style); in run_test()
|
D | PictureTest.cpp | 378 SkPath invPath; in test_clip_bound_opt() local 379 invPath.addOval(rect1); in test_clip_bound_opt() 380 invPath.setFillType(SkPathFillType::kInverseEvenOdd); in test_clip_bound_opt() 391 canvas->clipPath(invPath); in test_clip_bound_opt() 401 canvas->clipPath(invPath); in test_clip_bound_opt() 411 canvas->clipPath(invPath, kUnion_SkClipOp); in test_clip_bound_opt()
|
/external/skqp/tests/ |
D | DefaultPathRendererTest.cpp | 75 SkPath invPath = make_path(SkRect::MakeXYWH(0, 0, kBigSize, kBigSize), in run_test() local 100 SkMatrix::I(), invPath, style); in run_test()
|
D | PictureTest.cpp | 380 SkPath invPath; in test_clip_bound_opt() local 381 invPath.addOval(rect1); in test_clip_bound_opt() 382 invPath.setFillType(SkPath::kInverseEvenOdd_FillType); in test_clip_bound_opt() 393 canvas->clipPath(invPath); in test_clip_bound_opt() 403 canvas->clipPath(invPath); in test_clip_bound_opt() 413 canvas->clipPath(invPath, kUnion_SkClipOp); in test_clip_bound_opt()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 207 static bool calculate_inverse_path(const SkRect& bounds, const SkPath& invPath, in calculate_inverse_path() argument 209 SkASSERT(invPath.isInverseFillType()); in calculate_inverse_path() 210 return Op(SkPath::Rect(bounds), invPath, kIntersect_SkPathOp, outPath); in calculate_inverse_path()
|
/external/skqp/src/pdf/ |
D | SkPDFDevice.cpp | 208 static bool calculate_inverse_path(const SkRect& bounds, const SkPath& invPath, in calculate_inverse_path() argument 210 SkASSERT(invPath.isInverseFillType()); in calculate_inverse_path() 211 return Op(to_path(bounds), invPath, kIntersect_SkPathOp, outPath); in calculate_inverse_path()
|