Searched refs:ovalW (Results 1 – 1 of 1) sorted by relevance
212 int ovalW=ovalSize.Width(), ovalH=ovalSize.Height(); in drawRoundRectangle() local218 if (ovalW > width) ovalW = static_cast< int >( width ); in drawRoundRectangle()222 …B2DPolygon poly = tools::createPolygonFromRect(rect, (width != 0.0) ? ovalW/width : 0.0, (height !… in drawRoundRectangle()
Completed in 17 milliseconds