Home
last modified time | relevance | path

Searched refs:getAngle (Results 1 – 13 of 13) sorted by relevance

/aoo41x/main/drawinglayer/source/attribute/
H A Dfillhatchattribute.cxx70 double getAngle() const { return mfAngle; } in getAngle() function in drawinglayer::attribute::ImpFillHatchAttribute
79 && getAngle() == rCandidate.getAngle() in operator ==()
199 double FillHatchAttribute::getAngle() const in getAngle() function in drawinglayer::attribute::FillHatchAttribute
201 return mpFillHatchAttribute->getAngle(); in getAngle()
H A Dfillgradientattribute.cxx76 double getAngle() const { return mfAngle; } in getAngle() function in drawinglayer::attribute::ImpFillGradientAttribute
87 && getAngle() == rCandidate.getAngle() in operator ==()
217 double FillGradientAttribute::getAngle() const in getAngle() function in drawinglayer::attribute::FillGradientAttribute
219 return mpFillGradientAttribute->getAngle(); in getAngle()
/aoo41x/main/drawinglayer/source/primitive2d/
H A Dfillgradientprimitive2d.cxx76 …tObjectRange(), aStart, aEnd, nSteps, getFillGradient().getBorder(), getFillGradient().getAngle()); in generateMatricesAndColors()
82 …tObjectRange(), aStart, aEnd, nSteps, getFillGradient().getBorder(), getFillGradient().getAngle()); in generateMatricesAndColors()
94 …r(), getFillGradient().getOffsetX(), getFillGradient().getOffsetY(), getFillGradient().getAngle()); in generateMatricesAndColors()
100 …r(), getFillGradient().getOffsetX(), getFillGradient().getOffsetY(), getFillGradient().getAngle()); in generateMatricesAndColors()
106 …r(), getFillGradient().getOffsetX(), getFillGradient().getOffsetY(), getFillGradient().getAngle()); in generateMatricesAndColors()
H A Dfillhatchprimitive2d.cxx55 const double fAngle(getFillHatch().getAngle()); in create2DDecomposition()
/aoo41x/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx101 …tLinear(aOutlineRange, aStart, aEnd, nSteps, rFillGradient.getBorder(), rFillGradient.getAngle())); in impRenderGradientTexturePrimitive3D()
106 …ntAxial(aOutlineRange, aStart, aEnd, nSteps, rFillGradient.getBorder(), rFillGradient.getAngle())); in impRenderGradientTexturePrimitive3D()
116 …nt.getBorder(), rFillGradient.getOffsetX(), rFillGradient.getOffsetY(), rFillGradient.getAngle())); in impRenderGradientTexturePrimitive3D()
121 …nt.getBorder(), rFillGradient.getOffsetX(), rFillGradient.getOffsetY(), rFillGradient.getAngle())); in impRenderGradientTexturePrimitive3D()
126 …nt.getBorder(), rFillGradient.getOffsetX(), rFillGradient.getOffsetY(), rFillGradient.getAngle())); in impRenderGradientTexturePrimitive3D()
/aoo41x/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx294 … o_rVCLGradient.SetAngle(static_cast< sal_uInt16 >(rFiGrAtt.getAngle() * (1.0 / F_PI1800))); in impConvertFillGradientAttributeToVCLGradient()
1509 aTransform.matrix[0] *= cos(rFillHatchAttribute.getAngle()); in processBasePrimitive2D()
1510 aTransform.matrix[1] *= -sin(rFillHatchAttribute.getAngle()); in processBasePrimitive2D()
1511 aTransform.matrix[3] *= sin(rFillHatchAttribute.getAngle()); in processBasePrimitive2D()
1512 aTransform.matrix[4] *= cos(rFillHatchAttribute.getAngle()); in processBasePrimitive2D()
1546 basegfx::fround(rFillHatchAttribute.getAngle() / F_PI1800))); in processBasePrimitive2D()
H A Dvclpixelprocessor2d.cxx753 …const sal_uInt16 nAngle10((sal_uInt16)basegfx::fround(rFillHatchAttributes.getAngle() / F_PI1800)); in processBasePrimitive2D()
/aoo41x/main/drawinglayer/inc/drawinglayer/attribute/
H A Dfillhatchattribute.hxx87 double getAngle() const;
H A Dfillgradientattribute.hxx94 double getAngle() const;
/aoo41x/main/svgio/inc/svgio/svgreader/
H A Dsvgmarkernode.hxx108 double getAngle() const { return mfAngle; } in getAngle() function in svgio::svgreader::SvgMarkerNode
/aoo41x/main/drawinglayer/source/primitive3d/
H A Dhatchtextureprimitive3d.cxx146 const double fAngle(getHatch().getAngle()); in impCreate3DDecomposition()
/aoo41x/main/drawinglayer/source/texture/
H A Dtexture3d.cxx341 const double fAngleA(rHatch.getAngle()); in GeoTexSvxMultiHatch()
/aoo41x/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx988 aCombinedTransform.rotate(pPrepared->getAngle()); in add_markers()

Completed in 173 milliseconds