Home
last modified time | relevance | path

Searched refs:nMinRect (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx285 long nMinRect = aRect.GetHeight(); in ImplDrawLinearGradient() local
291 nInc = (nMinRect < 50) ? 2 : 4; in ImplDrawLinearGradient()
296 nInc = (nMinRect < 800) ? 10 : 20; in ImplDrawLinearGradient()
298 nStepCount = nMinRect / nInc; in ImplDrawLinearGradient()
481 long nMinRect = Min( aRect.GetWidth(), aRect.GetHeight() ); in ImplDrawComplexGradient() local
490 nInc = ( nMinRect < 50 ) ? 2 : 4; in ImplDrawComplexGradient()
495 nInc = (nMinRect < 800) ? 10 : 20; in ImplDrawComplexGradient()
501 nStepCount = nMinRect / nInc; in ImplDrawComplexGradient()
524 double fScanInc = (double) nMinRect / (double) nSteps * 0.5; in ImplDrawComplexGradient()

Completed in 18 milliseconds