Home
last modified time | relevance | path

Searched refs:maxHeight (Results 1 – 2 of 2) 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()
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()
/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java703 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 45 milliseconds