Lines Matching refs:nHeight
89 long nX, long nY, long nWidth, long nHeight ) in ImplPosSizeWindow() argument
93 if ( nHeight < 24 ) in ImplPosSizeWindow()
94 nHeight = 24; in ImplPosSizeWindow()
95 pWindow->SetPosSizePixel( nX, nY, nWidth, nHeight ); in ImplPosSizeWindow()
121 long nHeight = rRect.GetHeight(); in ImplTile() local
124 long nRectHeight = nHeight; in ImplTile()
158 nHeight = nRectHeight / nActRows; in ImplTile()
159 if ( nHeight < 1 ) in ImplTile()
160 nHeight = 1; in ImplTile()
161 nOverHeight = nRectHeight-(nHeight*nActRows); in ImplTile()
165 nTempHeight = nHeight; in ImplTile()
195 long nHeight = rRect.GetHeight(); in ImplHorz() local
196 long nRectHeight = nHeight; in ImplHorz()
201 nHeight /= nCount; in ImplHorz()
202 if ( nHeight < 1 ) in ImplHorz()
203 nHeight = 1; in ImplHorz()
204 nOver = nRectHeight - (nCount*nHeight); in ImplHorz()
208 nTempHeight = nHeight; in ImplHorz()
229 long nHeight = rRect.GetHeight(); in ImplVert() local
248 ImplPosSizeWindow( pWindow, nX, nY, nTempWidth, nHeight ); in ImplVert()
262 long nHeight = rRect.GetHeight(); in ImplCascade() local
264 long nRectHeight = nHeight; in ImplCascade()
302 nHeight -= nCascadeWins*nOff; in ImplCascade()
305 if ( nHeight < 1 ) in ImplCascade()
306 nHeight = 1; in ImplCascade()
309 nStartOverHeight = nRectHeight-(nHeight+(nCascadeWins*nOff)); in ImplCascade()
332 nTempHeight = nHeight; in ImplCascade()