Lines Matching refs:a

144                 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++)  in appendTransformationsAndColors()  local
146 const double fPos(fStripeWidth * a); in appendTransformationsAndColors()
157 …aB2DHomMatrixAndBColor.maBColor = interpolate(maStart, maEnd, double(a) / double(maGradientInfo.ge… in appendTransformationsAndColors()
209 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors() local
219 … basegfx::tools::createScaleTranslateB2DHomMatrix(0.5, 1.0 - (fStripeWidth * a), 0.5, 0.0); in appendTransformationsAndColors()
220 …aB2DHomMatrixAndBColor.maBColor = interpolate(maEnd, maStart, double(a) / double(maGradientInfo.ge… in appendTransformationsAndColors()
273 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors() local
275 const double fSize(1.0 - (fStepSize * a)); in appendTransformationsAndColors()
277 …aB2DHomMatrixAndBColor.maBColor = interpolate(maStart, maEnd, double(a) / double(maGradientInfo.ge… in appendTransformationsAndColors()
347 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors() local
354 …aB2DHomMatrixAndBColor.maBColor = interpolate(maStart, maEnd, double(a) / double(maGradientInfo.ge… in appendTransformationsAndColors()
409 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors() local
411 const double fSize(1.0 - (fStepSize * a)); in appendTransformationsAndColors()
413 …aB2DHomMatrixAndBColor.maBColor = interpolate(maStart, maEnd, double(a) / double(maGradientInfo.ge… in appendTransformationsAndColors()
483 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors() local
490 …aB2DHomMatrixAndBColor.maBColor = interpolate(maStart, maEnd, double(a) / double(maGradientInfo.ge… in appendTransformationsAndColors()
577 for(sal_uInt32 a(1L); a < mnSteps; a++) in appendTransformations() local
580 const double fOffset(mfDistance * (double)a); in appendTransformations()