Searched refs:nMinRect (Results 1 – 1 of 1) sorted by relevance
285 long nMinRect = aRect.GetHeight(); in ImplDrawLinearGradient() local291 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() local490 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 25 milliseconds