Home
last modified time | relevance | path

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

/external/skia/fuzz/
DFuzzCanvas.cpp471 bool useCropRect; in make_fuzz_lighting_imagefilter() local
472 fuzz->next(&useCropRect); in make_fuzz_lighting_imagefilter()
473 if (useCropRect) { in make_fuzz_lighting_imagefilter()
482 useCropRect ? &cropRect : nullptr); in make_fuzz_lighting_imagefilter()
488 useCropRect ? &cropRect : nullptr); in make_fuzz_lighting_imagefilter()
494 std::move(input), useCropRect ? &cropRect : nullptr); in make_fuzz_lighting_imagefilter()
500 useCropRect ? &cropRect : nullptr); in make_fuzz_lighting_imagefilter()
506 useCropRect ? &cropRect : nullptr); in make_fuzz_lighting_imagefilter()
513 std::move(input), useCropRect ? &cropRect : nullptr); in make_fuzz_lighting_imagefilter()
534 bool useCropRect; in make_fuzz_imageFilter() local
[all …]
/external/skqp/fuzz/
DFuzzCanvas.cpp491 bool useCropRect; in make_fuzz_lighting_imagefilter() local
492 fuzz->next(&useCropRect); in make_fuzz_lighting_imagefilter()
493 if (useCropRect) { in make_fuzz_lighting_imagefilter()
502 useCropRect ? &cropRect : nullptr); in make_fuzz_lighting_imagefilter()
508 useCropRect ? &cropRect : nullptr); in make_fuzz_lighting_imagefilter()
514 std::move(input), useCropRect ? &cropRect : nullptr); in make_fuzz_lighting_imagefilter()
520 useCropRect ? &cropRect : nullptr); in make_fuzz_lighting_imagefilter()
526 useCropRect ? &cropRect : nullptr); in make_fuzz_lighting_imagefilter()
533 std::move(input), useCropRect ? &cropRect : nullptr); in make_fuzz_lighting_imagefilter()
554 bool useCropRect; in make_fuzz_imageFilter() local
[all …]
/external/skia/gm/
Dimagealphathreshold.cpp61 ImageAlphaThresholdGM(bool useCropRect) : fUseCropRect(useCropRect) { in ImageAlphaThresholdGM() argument
/external/skqp/gm/
Dimagealphathreshold.cpp47 ImageAlphaThresholdGM(bool useCropRect) : fUseCropRect(useCropRect) { in ImageAlphaThresholdGM() argument