| /AOO42X/main/drawinglayer/source/attribute/ |
| H A D | fillhatchattribute.cxx | 70 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 D | fillgradientattribute.cxx | 76 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()
|
| /AOO42X/main/drawinglayer/source/primitive2d/ |
| H A D | fillgradientprimitive2d.cxx | 83 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 D | fillhatchprimitive2d.cxx | 55 const double fAngle(getFillHatch().getAngle()); in create2DDecomposition()
|
| /AOO42X/main/drawinglayer/source/processor3d/ |
| H A D | defaultprocessor3d.cxx | 109 rFillGradient.getAngle())); in impRenderGradientTexturePrimitive3D() 122 rFillGradient.getAngle())); in impRenderGradientTexturePrimitive3D() 149 rFillGradient.getAngle())); in impRenderGradientTexturePrimitive3D() 163 rFillGradient.getAngle())); in impRenderGradientTexturePrimitive3D() 177 rFillGradient.getAngle())); in impRenderGradientTexturePrimitive3D()
|
| /AOO42X/main/drawinglayer/source/processor2d/ |
| H A D | vclmetafileprocessor2d.cxx | 294 … 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 D | vclpixelprocessor2d.cxx | 751 …const sal_uInt16 nAngle10((sal_uInt16)basegfx::fround(rFillHatchAttributes.getAngle() / F_PI1800)); in processBasePrimitive2D()
|
| /AOO42X/main/drawinglayer/inc/drawinglayer/attribute/ |
| H A D | fillhatchattribute.hxx | 87 double getAngle() const;
|
| H A D | fillgradientattribute.hxx | 94 double getAngle() const;
|
| /AOO42X/main/svgio/inc/svgio/svgreader/ |
| H A D | svgmarkernode.hxx | 108 double getAngle() const { return mfAngle; } in getAngle() function in svgio::svgreader::SvgMarkerNode
|
| /AOO42X/main/drawinglayer/source/primitive3d/ |
| H A D | hatchtextureprimitive3d.cxx | 146 const double fAngle(getHatch().getAngle()); in impCreate3DDecomposition()
|
| /AOO42X/main/drawinglayer/source/texture/ |
| H A D | texture3d.cxx | 341 const double fAngleA(rHatch.getAngle()); in GeoTexSvxMultiHatch()
|
| /AOO42X/main/svgio/source/svgreader/ |
| H A D | svgstyleattributes.cxx | 1023 aCombinedTransform.rotate(pPrepared->getAngle()); in add_markers()
|