Lines Matching refs:nTempWidth
125 long nTempWidth; in ImplTile() local
151 nTempWidth = nWidth; in ImplTile()
154 nTempWidth++; in ImplTile()
171 ImplPosSizeWindow( pWindow, nX, nY, nTempWidth, nTempHeight ); in ImplTile()
232 long nTempWidth; in ImplVert() local
242 nTempWidth = nWidth; in ImplVert()
245 nTempWidth++; in ImplVert()
248 ImplPosSizeWindow( pWindow, nX, nY, nTempWidth, nHeight ); in ImplVert()
249 nX += nTempWidth; in ImplVert()
277 long nTempWidth; in ImplCascade() local
326 nTempWidth = nWidth; in ImplCascade()
329 nTempWidth++; in ImplCascade()
339 ImplPosSizeWindow( pWindow, nTempX, nTempY, nTempWidth, nTempHeight ); in ImplCascade()