Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx571 const long nStepIndex = ( ( pPolyPoly != NULL ) ? i : ( i + 1 ) ); in ImplDrawComplexGradient() local
572 nRed = ImplGetGradientColorValue( nStartRed + ( ( nRedSteps * nStepIndex ) / nSteps ) ); in ImplDrawComplexGradient()
573 nGreen = ImplGetGradientColorValue( nStartGreen + ( ( nGreenSteps * nStepIndex ) / nSteps ) ); in ImplDrawComplexGradient()
574 nBlue = ImplGetGradientColorValue( nStartBlue + ( ( nBlueSteps * nStepIndex ) / nSteps ) ); in ImplDrawComplexGradient()

Completed in 14 milliseconds