Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/surfaceflinger/FrontEnd/
H A DLayerSnapshotBuilder.cpp119 FloatRect inputBounds = snapshot.croppedBufferSize; in getInputBounds() local
1190 FloatRect inputBounds = getInputBounds(snapshot, /*fillParentBounds=*/true).first; in updateInput() local
1319 FloatRect inputBounds = getInputBounds(*snapshot, /*fillParentBounds=*/true).first; in updateTouchableRegionCrop() local
1323 FloatRect inputBounds = in updateTouchableRegionCrop() local
1331 FloatRect inputBounds = in updateTouchableRegionCrop() local
/aosp_15_r20/external/skia/src/effects/imagefilters/
H A DSkCropImageFilter.cpp222 SkRect inputBounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(bounds) : bounds; in computeFastBounds() local
/aosp_15_r20/external/skia/tests/
H A DImageFilterTest.cpp937 SkIRect inputBounds = filter2->filterBounds(kExpectedOutputBounds, in DEF_TEST() local
960 SkIRect inputBounds = filter2->filterBounds(kExpectedOutputBounds, in DEF_TEST() local
982 SkIRect inputBounds = filter2->filterBounds(kExpectedOutputBounds, in DEF_TEST() local
H A DFilterResultTest.cpp1087 auto inputBounds = fSourceBounds; in run() local