Home
last modified time | relevance | path

Searched refs:ovalH (Results 1 – 1 of 1) sorted by relevance

/trunk/main/filter/source/graphicfilter/ipict/
H A Dshape.cxx212 int ovalW=ovalSize.Width(), ovalH=ovalSize.Height(); in drawRoundRectangle() local
219 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 12 milliseconds