Home
last modified time | relevance | path

Searched refs:nSaveBackSize (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/window/
H A Dwindow2.cxx168 sal_uLong nSaveBackSize = mnOutWidth*mnOutHeight; in ImplSaveOverlapBackground() local
169 if ( nSaveBackSize <= IMPL_MAXSAVEBACKSIZE ) in ImplSaveOverlapBackground()
171 … if ( nSaveBackSize+mpWindowImpl->mpFrameData->mnAllSaveBackSize <= IMPL_MAXALLSAVEBACKSIZE ) in ImplSaveOverlapBackground()
182 mpWindowImpl->mpOverlapData->mnSaveBackSize = nSaveBackSize; in ImplSaveOverlapBackground()
183 mpWindowImpl->mpFrameData->mnAllSaveBackSize += nSaveBackSize; in ImplSaveOverlapBackground()

Completed in 25 milliseconds