Searched refs:RoundedCornerState (Results 1 – 2 of 2) sorted by relevance
131 struct RoundedCornerState { struct132 RoundedCornerState() = default;133 RoundedCornerState(FloatRect cropRect, float radius) in RoundedCornerState() function655 RoundedCornerState getRoundedCornerState() const;
1823 Layer::RoundedCornerState Layer::getRoundedCornerState() const { in getRoundedCornerState()1826 RoundedCornerState parentState = p->getRoundedCornerState(); in getRoundedCornerState()1841 ? RoundedCornerState(getCrop(getDrawingState()).toFloatRect(), radius) in getRoundedCornerState()1842 : RoundedCornerState(); in getRoundedCornerState()