Searched refs:RoundedCornerState (Results 1 – 4 of 4) sorted by relevance
737 Layer::RoundedCornerState BufferStateLayer::getRoundedCornerState() const { in getRoundedCornerState()740 RoundedCornerState parentState = p->getRoundedCornerState(); in getRoundedCornerState()756 return RoundedCornerState(); in getRoundedCornerState()757 return RoundedCornerState(FloatRect(static_cast<float>(s.active.transform.tx()), in getRoundedCornerState()
135 struct RoundedCornerState { struct136 RoundedCornerState() = default;137 RoundedCornerState(FloatRect cropRect, float radius) in RoundedCornerState() function761 virtual RoundedCornerState getRoundedCornerState() const;
104 Layer::RoundedCornerState getRoundedCornerState() const override;
2129 Layer::RoundedCornerState Layer::getRoundedCornerState() const { in getRoundedCornerState()2132 RoundedCornerState parentState = p->getRoundedCornerState(); in getRoundedCornerState()2149 ? RoundedCornerState(getCrop(getDrawingState()).toFloatRect(), radius) in getRoundedCornerState()2150 : RoundedCornerState(); in getRoundedCornerState()