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