Home
last modified time | relevance | path

Searched refs:useCropRect (Results 1 – 4 of 4) sorted by relevance

/external/skqp/fuzz/
DFuzzCanvas.cpp560 bool useCropRect; in make_fuzz_lighting_imagefilter() local
561 fuzz->next(&useCropRect); in make_fuzz_lighting_imagefilter()
562 if (useCropRect) { in make_fuzz_lighting_imagefilter()
571 useCropRect ? &cropRect : nullptr); in make_fuzz_lighting_imagefilter()
577 useCropRect ? &cropRect : nullptr); in make_fuzz_lighting_imagefilter()
583 std::move(input), useCropRect ? &cropRect : nullptr); in make_fuzz_lighting_imagefilter()
589 useCropRect ? &cropRect : nullptr); in make_fuzz_lighting_imagefilter()
595 useCropRect ? &cropRect : nullptr); in make_fuzz_lighting_imagefilter()
602 std::move(input), useCropRect ? &cropRect : nullptr); in make_fuzz_lighting_imagefilter()
623 bool useCropRect; in make_fuzz_imageFilter() local
[all …]
/external/skia/fuzz/
DFuzzCanvas.cpp564 bool useCropRect; in make_fuzz_lighting_imagefilter() local
565 fuzz->next(&useCropRect); in make_fuzz_lighting_imagefilter()
566 if (useCropRect) { in make_fuzz_lighting_imagefilter()
575 useCropRect ? &cropRect : nullptr); in make_fuzz_lighting_imagefilter()
581 useCropRect ? &cropRect : nullptr); in make_fuzz_lighting_imagefilter()
587 std::move(input), useCropRect ? &cropRect : nullptr); in make_fuzz_lighting_imagefilter()
593 useCropRect ? &cropRect : nullptr); in make_fuzz_lighting_imagefilter()
599 useCropRect ? &cropRect : nullptr); in make_fuzz_lighting_imagefilter()
606 std::move(input), useCropRect ? &cropRect : nullptr); in make_fuzz_lighting_imagefilter()
627 bool useCropRect; in make_fuzz_imageFilter() local
[all …]
/external/skia/gm/
Dimagealphathreshold.cpp47 ImageAlphaThresholdGM(bool useCropRect) : fUseCropRect(useCropRect) { in ImageAlphaThresholdGM() argument
/external/skqp/gm/
Dimagealphathreshold.cpp47 ImageAlphaThresholdGM(bool useCropRect) : fUseCropRect(useCropRect) { in ImageAlphaThresholdGM() argument