Searched refs:maxHeight (Results 1 – 2 of 2) 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() 864 maxHeight += 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()
|
/aoo41x/main/framework/qa/complex/framework/recovery/ |
H A D | RecoveryTest.java | 703 int maxHeight = windowMaxSize.Height-posSize.X; in makePosZize() local 705 int height = rand.nextInt(maxHeight + 1); in makePosZize() 709 posSize.Height = (height < (maxHeight / 2)) ? height + (maxHeight / 2) : height; in makePosZize()
|
Completed in 34 milliseconds