Lines Matching refs:nTempHeight
126 long nTempHeight; in ImplTile() local
165 nTempHeight = nHeight; in ImplTile()
168 nTempHeight++; in ImplTile()
171 ImplPosSizeWindow( pWindow, nX, nY, nTempWidth, nTempHeight ); in ImplTile()
172 nY += nTempHeight; in ImplTile()
198 long nTempHeight; in ImplHorz() local
208 nTempHeight = nHeight; in ImplHorz()
211 nTempHeight++; in ImplHorz()
214 ImplPosSizeWindow( pWindow, nX, nY, nWidth, nTempHeight ); in ImplHorz()
215 nY += nTempHeight; in ImplHorz()
278 long nTempHeight; in ImplCascade() local
332 nTempHeight = nHeight; in ImplCascade()
335 nTempHeight++; in ImplCascade()
339 ImplPosSizeWindow( pWindow, nTempX, nTempY, nTempWidth, nTempHeight ); in ImplCascade()