Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.cpp118 std::pair<FloatRect, bool> getInputBounds(const LayerSnapshot& snapshot, bool fillParentBounds) { in getInputBounds() argument
136 inputBounds = fillParentBounds ? snapshot.geomLayerBounds : FloatRect{}; in getInputBounds()
/frameworks/native/services/surfaceflinger/
DLayer.h1029 std::pair<FloatRect, bool> getInputBounds(bool fillParentBounds) const;
DLayer.cpp3729 std::pair<FloatRect, bool> Layer::getInputBounds(bool fillParentBounds) const { in getInputBounds()
3748 inputBounds = fillParentBounds ? mBounds : FloatRect{}; in getInputBounds()