Lines Matching refs:getSteps

153             if(maGradientInfo.getSteps())  in appendTransformationsAndColors()
155 const double fStripeWidth(1.0 / maGradientInfo.getSteps()); in appendTransformationsAndColors()
167 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors()
175 if(a + 1 == maGradientInfo.getSteps() && mfUnitMaxY > 1.0) in appendTransformationsAndColors()
187 …ndBColor.maBColor = interpolate(maStart, maEnd, double(a) / double(maGradientInfo.getSteps() - 1)); in appendTransformationsAndColors()
247 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()
249 const double fStripeWidth(1.0 / maGradientInfo.getSteps()); in appendTransformationsAndColors()
252 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors()
272 …ndBColor.maBColor = interpolate(maEnd, maStart, double(a) / double(maGradientInfo.getSteps() - 1)); in appendTransformationsAndColors()
321 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()
323 const double fStepSize(1.0 / maGradientInfo.getSteps()); in appendTransformationsAndColors()
326 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors()
330 …ndBColor.maBColor = interpolate(maStart, maEnd, double(a) / double(maGradientInfo.getSteps() - 1)); in appendTransformationsAndColors()
380 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()
389 fIncrementY = fHeight / maGradientInfo.getSteps(); in appendTransformationsAndColors()
394 fIncrementX = fWidth / maGradientInfo.getSteps(); in appendTransformationsAndColors()
400 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors()
407 …ndBColor.maBColor = interpolate(maStart, maEnd, double(a) / double(maGradientInfo.getSteps() - 1)); in appendTransformationsAndColors()
457 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()
459 const double fStepSize(1.0 / maGradientInfo.getSteps()); in appendTransformationsAndColors()
462 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors()
466 …ndBColor.maBColor = interpolate(maStart, maEnd, double(a) / double(maGradientInfo.getSteps() - 1)); in appendTransformationsAndColors()
516 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()
525 fIncrementY = fHeight / maGradientInfo.getSteps(); in appendTransformationsAndColors()
530 fIncrementX = fWidth / maGradientInfo.getSteps(); in appendTransformationsAndColors()
536 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors()
543 …ndBColor.maBColor = interpolate(maStart, maEnd, double(a) / double(maGradientInfo.getSteps() - 1)); in appendTransformationsAndColors()