Searched refs:getSteps (Results 1 – 10 of 10) sorted by relevance
139 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()141 const double fStripeWidth(1.0 / maGradientInfo.getSteps()); in appendTransformationsAndColors()144 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors()157 …ndBColor.maBColor = interpolate(maStart, maEnd, double(a) / double(maGradientInfo.getSteps() - 1)); in appendTransformationsAndColors()204 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()206 const double fStripeWidth(1.0 / maGradientInfo.getSteps()); in appendTransformationsAndColors()209 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors()220 …ndBColor.maBColor = interpolate(maEnd, maStart, double(a) / double(maGradientInfo.getSteps() - 1)); in appendTransformationsAndColors()268 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()270 const double fStepSize(1.0 / maGradientInfo.getSteps()); in appendTransformationsAndColors()[all …]
79 sal_uInt16 getSteps() const { return mnSteps; } in getSteps() function in drawinglayer::attribute::ImpFillGradientAttribute90 && getSteps() == rCandidate.getSteps()); in operator ==()227 sal_uInt16 FillGradientAttribute::getSteps() const in getSteps() function in drawinglayer::attribute::FillGradientAttribute229 return mpFillGradientAttribute->getSteps(); in getSteps()
38 && getSteps() == rODFGradientInfo.getSteps(); in operator ==()381 const sal_uInt32 nSteps(rGradInfo.getSteps()); in getLinearGradientAlpha()408 const sal_uInt32 nSteps(rGradInfo.getSteps()); in getAxialGradientAlpha()428 const sal_uInt32 nSteps(rGradInfo.getSteps()); in getRadialGradientAlpha()461 const sal_uInt32 nSteps(rGradInfo.getSteps()); in getSquareGradientAlpha()
97 mnSteps(rODFGradientInfo.getSteps()) in ODFGradientInfo()106 mnSteps = rODFGradientInfo.getSteps(); in operator =()117 sal_uInt32 getSteps() const { return mnSteps; } in getSteps() function in basegfx::ODFGradientInfo
97 sal_uInt16 getSteps() const;
89 putProperty("WizardPanel_contentData", iterator.getSteps()); // NOI18N in updateState()
87 protected final String[] getSteps() { in getSteps() method in InstallationPathIterator
55 sal_uInt32 nSteps(getFillGradient().getSteps()); in generateMatricesAndColors()
73 sal_uInt32 nSteps(rFillGradient.getSteps()); in impRenderGradientTexturePrimitive3D()
298 o_rVCLGradient.SetSteps(rFiGrAtt.getSteps()); in impConvertFillGradientAttributeToVCLGradient()