Searched refs:leftX (Results 1 – 1 of 1) sorted by relevance
/aoo42x/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() 857 if( nX < leftX ) in drawPolyPolygon() 859 maxWidth += leftX - nX; in drawPolyPolygon() 860 leftX = nX; in drawPolyPolygon() 867 if( nX + nW > leftX + maxWidth ) in drawPolyPolygon() 868 maxWidth = nX + nW - leftX; in drawPolyPolygon() 926 RefreshRect( leftX, topY, maxWidth, maxHeight ); in drawPolyPolygon()
|
Completed in 17 milliseconds