Searched refs:nSaveBackSize (Results 1 – 1 of 1) sorted by relevance
168 sal_uLong nSaveBackSize = mnOutWidth*mnOutHeight; in ImplSaveOverlapBackground() local169 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 20 milliseconds