Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/drawinglayer/source/primitive2d/
H A Dfillgradientprimitive2d.cxx83 getFillGradient().getAngle()); in generateMatricesAndColors()
96 getFillGradient().getAngle()); in generateMatricesAndColors()
123 getFillGradient().getAngle()); in generateMatricesAndColors()
137 getFillGradient().getAngle()); in generateMatricesAndColors()
151 getFillGradient().getAngle()); in generateMatricesAndColors()
H A Dfillhatchprimitive2d.cxx55 const double fAngle(getFillHatch().getAngle()); in create2DDecomposition()
/trunk/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx109 rFillGradient.getAngle())); in impRenderGradientTexturePrimitive3D()
122 rFillGradient.getAngle())); in impRenderGradientTexturePrimitive3D()
149 rFillGradient.getAngle())); in impRenderGradientTexturePrimitive3D()
163 rFillGradient.getAngle())); in impRenderGradientTexturePrimitive3D()
177 rFillGradient.getAngle())); in impRenderGradientTexturePrimitive3D()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx294 … o_rVCLGradient.SetAngle(static_cast< sal_uInt16 >(rFiGrAtt.getAngle() * (1.0 / F_PI1800))); in impConvertFillGradientAttributeToVCLGradient()
1518 aTransform.matrix[0] *= cos(rFillHatchAttribute.getAngle()); in processBasePrimitive2D()
1519 aTransform.matrix[1] *= -sin(rFillHatchAttribute.getAngle()); in processBasePrimitive2D()
1520 aTransform.matrix[3] *= sin(rFillHatchAttribute.getAngle()); in processBasePrimitive2D()
1521 aTransform.matrix[4] *= cos(rFillHatchAttribute.getAngle()); in processBasePrimitive2D()
1555 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()
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dfillhatchattribute.hxx87 double getAngle() const;
H A Dfillgradientattribute.hxx94 double getAngle() const;
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgmarkernode.hxx108 double getAngle() const { return mfAngle; } in getAngle() function in svgio::svgreader::SvgMarkerNode
/trunk/main/drawinglayer/source/primitive3d/
H A Dhatchtextureprimitive3d.cxx146 const double fAngle(getHatch().getAngle()); in impCreate3DDecomposition()
/trunk/main/drawinglayer/source/texture/
H A Dtexture3d.cxx341 const double fAngleA(rHatch.getAngle()); in GeoTexSvxMultiHatch()
/trunk/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx1023 aCombinedTransform.rotate(pPrepared->getAngle()); in add_markers()

Completed in 68 milliseconds