Home
last modified time | relevance | path

Searched defs:inputBounds (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/effects/imagefilters/
DSkCropImageFilter.cpp222 SkRect inputBounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(bounds) : bounds; in computeFastBounds() local
/external/skia/tests/
DImageFilterTest.cpp934 SkIRect inputBounds = filter2->filterBounds(kExpectedOutputBounds, in DEF_TEST() local
957 SkIRect inputBounds = filter2->filterBounds(kExpectedOutputBounds, in DEF_TEST() local
979 SkIRect inputBounds = filter2->filterBounds(kExpectedOutputBounds, in DEF_TEST() local
DFilterResultTest.cpp1087 auto inputBounds = fSourceBounds; in run() local