Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.cpp2558 const FloatRect croppedInputBounds = mBounds.intersect(inputBounds); in getInputBoundsInDisplaySpace() local
2561 return Rect{layerToDisplay.transform(croppedInputBounds)}; in getInputBoundsInDisplaySpace()