Searched refs:fillParentBounds (Results 1 – 3 of 3) sorted by relevance
118 std::pair<FloatRect, bool> getInputBounds(const LayerSnapshot& snapshot, bool fillParentBounds) { in getInputBounds() argument136 inputBounds = fillParentBounds ? snapshot.geomLayerBounds : FloatRect{}; in getInputBounds()
1029 std::pair<FloatRect, bool> getInputBounds(bool fillParentBounds) const;
3729 std::pair<FloatRect, bool> Layer::getInputBounds(bool fillParentBounds) const { in getInputBounds()3748 inputBounds = fillParentBounds ? mBounds : FloatRect{}; in getInputBounds()