Lines Matching refs:nRed

237     sal_uInt8   nRed;  in ImplDrawLinearGradient()  local
246 nRed = (sal_uInt8)nStartRed; in ImplDrawLinearGradient()
250 … mpMetaFile->AddAction( new MetaFillColorAction( Color( nRed, nGreen, nBlue ), sal_True ) ); in ImplDrawLinearGradient()
252 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawLinearGradient()
329 nRed = ImplGetGradientColorValue((long)fTempColor); in ImplDrawLinearGradient()
335 … mpMetaFile->AddAction( new MetaFillColorAction( Color( nRed, nGreen, nBlue ), sal_True ) ); in ImplDrawLinearGradient()
337 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawLinearGradient()
369 nRed = ImplGetGradientColorValue(nEndRed); in ImplDrawLinearGradient()
373 … mpMetaFile->AddAction( new MetaFillColorAction( Color( nRed, nGreen, nBlue ), sal_True ) ); in ImplDrawLinearGradient()
375 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawLinearGradient()
525 …sal_uInt8 nRed = (sal_uInt8) nStartRed, nGreen = (sal_uInt8) nStartGreen, nBlue = (sal_uInt8) nS… in ImplDrawComplexGradient() local
529 mpMetaFile->AddAction( new MetaFillColorAction( Color( nRed, nGreen, nBlue ), sal_True ) ); in ImplDrawComplexGradient()
531 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawComplexGradient()
572 nRed = ImplGetGradientColorValue( nStartRed + ( ( nRedSteps * nStepIndex ) / nSteps ) ); in ImplDrawComplexGradient()
597 … mpMetaFile->AddAction( new MetaFillColorAction( Color( nRed, nGreen, nBlue ), sal_True ) ); in ImplDrawComplexGradient()
599 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawComplexGradient()
605 … mpMetaFile->AddAction( new MetaFillColorAction( Color( nRed, nGreen, nBlue ), sal_True ) ); in ImplDrawComplexGradient()
607 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawComplexGradient()
625 nRed = ImplGetGradientColorValue( nEndRed ); in ImplDrawComplexGradient()
632 mpMetaFile->AddAction( new MetaFillColorAction( Color( nRed, nGreen, nBlue ), sal_True ) ); in ImplDrawComplexGradient()
637 mpGraphics->SetFillColor( MAKE_SALCOLOR( nRed, nGreen, nBlue ) ); in ImplDrawComplexGradient()