Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx851 long leftX = 0, topY = 0, maxWidth = 0, maxHeight = 0; in drawPolyPolygon() local
852 getBoundRect( pPoints[0], ppPtAry[0], leftX, topY, maxWidth, maxHeight ); in drawPolyPolygon()
855 long nX = leftX, nY = topY, nW = maxWidth, nH = maxHeight; in drawPolyPolygon()
862 if( nY < topY ) in drawPolyPolygon()
864 maxHeight += topY - nY; in drawPolyPolygon()
865 topY = nY; in drawPolyPolygon()
869 if( nY + nH > topY + maxHeight ) in drawPolyPolygon()
870 maxHeight = nY + nH - topY; in drawPolyPolygon()
926 RefreshRect( leftX, topY, maxWidth, maxHeight ); in drawPolyPolygon()

Completed in 30 milliseconds