Searched refs:topY (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 851 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 27 milliseconds