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