Home | History | Annotate | Download | only in rendering

Lines Matching refs:secondRadius

1038 static bool borderWillArcInnerEdge(const IntSize& firstRadius, const IntSize& secondRadius)
1040 return !firstRadius.isZero() || !secondRadius.isZero();