Home
last modified time | relevance | path

Searched refs:getSteps (Results 1 – 10 of 10) sorted by relevance

/aoo41x/main/drawinglayer/source/texture/
H A Dtexture.cxx139 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()
144 for(sal_uInt32 a(1); a < maGradientInfo.getSteps(); a++) in appendTransformationsAndColors()
204 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()
268 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()
327 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()
336 fIncrementY = fHeight / maGradientInfo.getSteps(); in appendTransformationsAndColors()
341 fIncrementX = fWidth / maGradientInfo.getSteps(); in appendTransformationsAndColors()
404 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()
463 if(maGradientInfo.getSteps()) in appendTransformationsAndColors()
472 fIncrementY = fHeight / maGradientInfo.getSteps(); in appendTransformationsAndColors()
[all …]
/aoo41x/main/drawinglayer/source/attribute/
H A Dfillgradientattribute.cxx79 sal_uInt16 getSteps() const { return mnSteps; } in getSteps() function in drawinglayer::attribute::ImpFillGradientAttribute
90 && getSteps() == rCandidate.getSteps()); in operator ==()
227 sal_uInt16 FillGradientAttribute::getSteps() const in getSteps() function in drawinglayer::attribute::FillGradientAttribute
229 return mpFillGradientAttribute->getSteps(); in getSteps()
/aoo41x/main/basegfx/source/tools/
H A Dgradienttools.cxx38 && 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()
/aoo41x/main/basegfx/inc/basegfx/tools/
H A Dgradienttools.hxx97 mnSteps(rODFGradientInfo.getSteps()) in ODFGradientInfo()
106 mnSteps = rODFGradientInfo.getSteps(); in operator =()
117 sal_uInt32 getSteps() const { return mnSteps; } in getSteps() function in basegfx::ODFGradientInfo
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DInstallationPathDescriptor.java89 putProperty("WizardPanel_contentData", iterator.getSteps()); // NOI18N in updateState()
H A DInstallationPathIterator.java87 protected final String[] getSteps() { in getSteps() method in InstallationPathIterator
/aoo41x/main/drawinglayer/inc/drawinglayer/attribute/
H A Dfillgradientattribute.hxx97 sal_uInt16 getSteps() const;
/aoo41x/main/drawinglayer/source/primitive2d/
H A Dfillgradientprimitive2d.cxx55 sal_uInt32 nSteps(getFillGradient().getSteps()); in generateMatricesAndColors()
/aoo41x/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx73 sal_uInt32 nSteps(rFillGradient.getSteps()); in impRenderGradientTexturePrimitive3D()
/aoo41x/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx298 o_rVCLGradient.SetSteps(rFiGrAtt.getSteps()); in impConvertFillGradientAttributeToVCLGradient()

Completed in 115 milliseconds