Home
last modified time | relevance | path

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

/external/skia/tests/
DGrQuadCropTest.cpp24 static void run_crop_axis_aligned_test(skiatest::Reporter* r, const SkRect& clipRect, GrAA clipAA, in run_crop_axis_aligned_test() argument
31 clipAA == GrAA::kYes ? GrQuadAAFlags::kNone : GrQuadAAFlags::kAll}; in run_crop_axis_aligned_test()
33 bool exact = GrQuadUtils::CropToRect(clipRect, clipAA, &quad, /* calc. locals */ !!localMatrix); in run_crop_axis_aligned_test()
69 if (clipAA == GrAA::kYes) { in run_crop_axis_aligned_test()
76 if (clipAA == GrAA::kYes) { in run_crop_axis_aligned_test()
83 if (clipAA == GrAA::kYes) { in run_crop_axis_aligned_test()
90 if (clipAA == GrAA::kYes) { in run_crop_axis_aligned_test()
98 static void run_crop_fully_covered_test(skiatest::Reporter* r, GrAA clipAA, in run_crop_fully_covered_test() argument
114 clipAA == GrAA::kYes ? GrQuadAAFlags::kNone : GrQuadAAFlags::kAll}; in run_crop_fully_covered_test()
119 bool exact = GrQuadUtils::CropToRect(kDrawRect, clipAA, &quad); in run_crop_fully_covered_test()
[all …]
/external/skqp/src/gpu/
DGrRenderTargetContext.cpp572 GrAA clipAA; in drawFilledRectAsClear() local
577 if (!clip.isRRect(rtRect, &clipRRect, &clipAA) || !clipRRect.isRect()) { in drawFilledRectAsClear()
583 clipAA = GrAA::kNo; in drawFilledRectAsClear()
640 if (clipAA == GrAA::kYes) { in drawFilledRectAsClear()