Home
last modified time | relevance | path

Searched refs:B2DTuple (Results 1 – 25 of 48) sorted by relevance

12

/aoo4110/main/basegfx/inc/basegfx/tuple/
H A Db2dtuple.hxx82 B2DTuple(const B2DTuple& rTup) in B2DTuple() function in basegfx::B2DTuple
173 B2DTuple& operator+=( const B2DTuple& rTup ) in operator +=()
231 B2DTuple& operator=( const B2DTuple& rTup ) in operator =()
246 inline B2DTuple minimum(const B2DTuple& rTupA, const B2DTuple& rTupB) in minimum()
253 inline B2DTuple maximum(const B2DTuple& rTupA, const B2DTuple& rTupB) in maximum()
290 inline B2DTuple average(const B2DTuple& rOld1, const B2DTuple& rOld2) in average()
297 inline B2DTuple average(const B2DTuple& rOld1, const B2DTuple& rOld2, const B2DTuple& rOld3) in average()
304 inline B2DTuple operator+(const B2DTuple& rTupA, const B2DTuple& rTupB) in operator +()
311 inline B2DTuple operator-(const B2DTuple& rTupA, const B2DTuple& rTupB) in operator -()
318 inline B2DTuple operator/(const B2DTuple& rTupA, const B2DTuple& rTupB) in operator /()
[all …]
/aoo4110/main/basegfx/inc/basegfx/point/
H A Db2dpoint.hxx45 class B2DPoint : public ::basegfx::B2DTuple
53 : B2DTuple() in B2DPoint()
67 : B2DTuple(fX, fY) in B2DPoint()
76 : B2DTuple(rPoint) in B2DPoint()
85 : B2DTuple(rPoint) in B2DPoint()
91 B2DPoint(const ::basegfx::B2DTuple& rTuple) in B2DPoint()
92 : B2DTuple(rTuple) in B2DPoint()
119 B2DPoint& operator=( const ::basegfx::B2DTuple& rPoint );
130 return (const B2DPoint&) ::basegfx::B2DTuple::getEmptyTuple(); in getEmptyPoint()
/aoo4110/main/basegfx/inc/basegfx/vector/
H A Db2dvector.hxx44 class B2DVector : public ::basegfx::B2DTuple
52 : B2DTuple() in B2DVector()
66 : B2DTuple(fX, fY) in B2DVector()
75 : B2DTuple(rVec) in B2DVector()
84 : B2DTuple(rVec) in B2DVector()
90 B2DVector(const ::basegfx::B2DTuple& rTuple) in B2DVector()
91 : B2DTuple(rTuple) in B2DVector()
118 B2DVector& operator=( const ::basegfx::B2DTuple& rVec );
/aoo4110/main/basegfx/source/tuple/
H A Db2dtuple.cxx30 namespace { struct EmptyTuple : public rtl::Static<basegfx::B2DTuple, EmptyTuple> {}; }
35 const B2DTuple& B2DTuple::getEmptyTuple() in getEmptyTuple()
40 B2DTuple::B2DTuple(const B2ITuple& rTup) in B2DTuple() function in basegfx::B2DTuple
45 void B2DTuple::correctValues(const double fCompareValue) in correctValues()
73 B2ITuple fround(const B2DTuple& rTup) in fround()
/aoo4110/main/basegfx/inc/basegfx/matrix/
H A Db2dhommatrixtools.hxx60 inline B2DHomMatrix createScaleB2DHomMatrix(const B2DTuple& rScale) in createScaleB2DHomMatrix()
65 inline B2DHomMatrix createTranslateB2DHomMatrix(const B2DTuple& rTranslate) in createTranslateB2DHomMatrix()
83 const B2DTuple& rScale, in createScaleShearXRotateTranslateB2DHomMatrix()
86 const B2DTuple& rTranslate) in createScaleShearXRotateTranslateB2DHomMatrix()
102 const B2DTuple& rTranslate) in createShearXRotateTranslateB2DHomMatrix()
114 const B2DTuple& rScale, in createScaleTranslateB2DHomMatrix()
115 const B2DTuple& rTranslate) in createScaleTranslateB2DHomMatrix()
127 const B2DTuple& rPoint, in createRotateAroundPoint()
H A Db2dhommatrix.hxx32 class B2DTuple;
123 bool decompose(B2DTuple& rScale, B2DTuple& rTranslate, double& rRotate, double& rShearX) const;
/aoo4110/main/chart2/source/view/main/
H A DClipping.cxx41 using ::basegfx::B2DTuple;
97 bool lcl_clip2d(B2DTuple& rPoint0, B2DTuple& rPoint1, const B2DRectangle& rRectangle) in lcl_clip2d()
100 B2DTuple aDirection = rPoint1 - rPoint0; in lcl_clip2d()
143 B2DTuple aP0(rPoint0.PositionX,rPoint0.PositionY); in lcl_clip2d_()
144 B2DTuple aP1(rPoint1.PositionX,rPoint1.PositionY); in lcl_clip2d_()
/aoo4110/main/basegfx/inc/basegfx/range/
H A Db2drange.hxx50 explicit B2DRange(const B2DTuple& rTuple) in B2DRange()
67 B2DRange(const B2DTuple& rTuple1, in B2DRange()
68 const B2DTuple& rTuple2) in B2DRange()
194 bool isInside(const B2DTuple& rTuple) const in isInside()
226 void expand(const B2DTuple& rTuple) in expand()
H A Db2dpolyrange.hxx33 class B2DTuple;
109 bool isInside( const B2DTuple& rTuple ) const;
/aoo4110/main/xmloff/source/draw/
H A Dxexptran.cxx293 ::basegfx::B2DTuple maScale;
294 ImpSdXMLExpTransObj2DScale(const ::basegfx::B2DTuple& rNew) in ImpSdXMLExpTransObj2DScale()
299 ::basegfx::B2DTuple maTranslate;
300 ImpSdXMLExpTransObj2DTranslate(const ::basegfx::B2DTuple& rNew) in ImpSdXMLExpTransObj2DTranslate()
385 void SdXMLImExTransform2D::AddScale(const ::basegfx::B2DTuple& rNew) in AddScale()
391 void SdXMLImExTransform2D::AddTranslate(const ::basegfx::B2DTuple& rNew) in AddTranslate()
567 ::basegfx::B2DTuple aValue(1.0, 1.0); in SetString()
581 ::basegfx::B2DTuple aValue; in SetString()
683 const ::basegfx::B2DTuple& rScale = ((ImpSdXMLExpTransObj2DScale*)pObj)->maScale; in GetFullTransform()
689 const ::basegfx::B2DTuple& rTranslate = ((ImpSdXMLExpTransObj2DTranslate*)pObj)->maTranslate; in GetFullTransform()
H A Dshapeexport2.cxx74 ::basegfx::B2DTuple aTRScale; in ImpExportNewTrans()
77 ::basegfx::B2DTuple aTRTranslate; in ImpExportNewTrans()
124 …double& fTRShear, double& fTRRotate, ::basegfx::B2DTuple& rTRTranslate, com::sun::star::awt::Point… in ImpExportNewTrans_DecomposeAndRefPoint()
132 rTRTranslate -= ::basegfx::B2DTuple(pRefPoint->X, pRefPoint->Y); in ImpExportNewTrans_DecomposeAndRefPoint()
136 void XMLShapeExport::ImpExportNewTrans_FeaturesAndWrite(::basegfx::B2DTuple& rTRScale, double fTRSh… in ImpExportNewTrans_FeaturesAndWrite()
137 double fTRRotate, ::basegfx::B2DTuple& rTRTranslate, const sal_Int32 nFeatures) in ImpExportNewTrans_FeaturesAndWrite()
143 ::basegfx::B2DTuple aTRScale(rTRScale); in ImpExportNewTrans_FeaturesAndWrite()
823 ::basegfx::B2DTuple aTRScale;
826 ::basegfx::B2DTuple aTRTranslate;
997 ::basegfx::B2DTuple aTRScale;
[all …]
/aoo4110/main/xmloff/inc/
H A Dxexptran.hxx47 class B2DTuple;
73 void AddScale(const ::basegfx::B2DTuple& rNew);
74 void AddTranslate(const ::basegfx::B2DTuple& rNew);
/aoo4110/main/xmloff/inc/xmloff/
H A Dshapeexport.hxx157 class B2DTuple;
223 …segfx::B2DHomMatrix& rMat, ::basegfx::B2DTuple& rTRScale, double& fTRShear, double& fTRRotate, ::b…
224 …rtNewTrans_FeaturesAndWrite(::basegfx::B2DTuple& rTRScale, double fTRShear, double fTRRotate, ::ba…
/aoo4110/main/sw/source/ui/docvw/
H A DShadowOverlayObject.cxx91 …aRange.expand(basegfx::B2DTuple(getSecondPosition().getX(), getSecondPosition().getY() + (2.0 * ge… in create2DDecomposition()
112 …aRange.expand(basegfx::B2DTuple(getSecondPosition().getX(), getSecondPosition().getY() + (4.0 * ge… in create2DDecomposition()
133 …aRange.expand(basegfx::B2DTuple(getSecondPosition().getX(), getSecondPosition().getY() + (4.0 * ge… in create2DDecomposition()
/aoo4110/main/sw/source/core/draw/
H A Ddflyobj.cxx383 … aOuterRange.expand(basegfx::B2DTuple(aOuterRectangle.Left(), aOuterRectangle.Top())); in getOuterBound()
384 … aOuterRange.expand(basegfx::B2DTuple(aOuterRectangle.Right(), aOuterRectangle.Bottom())); in getOuterBound()
409 aInnerRange.expand(basegfx::B2DTuple(aInnerRectangle.Left(), aInnerRectangle.Top())); in getInnerBound()
410 aInnerRange.expand(basegfx::B2DTuple(aInnerRectangle.Right(), aInnerRectangle.Bottom())); in getInnerBound()
/aoo4110/main/basegfx/source/vector/
H A Db2dvector.cxx60 B2DVector& B2DVector::operator=( const B2DTuple& rVec ) in operator =()
100 return (const B2DVector&) B2DTuple::getEmptyTuple(); in getEmptyVector()
/aoo4110/main/svx/source/svdraw/
H A Dsvdotext.cxx1713 basegfx::B2DTuple aScale(aRectangle.GetWidth(), aRectangle.GetHeight()); in TRGetBaseGeometry()
1714 basegfx::B2DTuple aTranslate(aRectangle.Left(), aRectangle.Top()); in TRGetBaseGeometry()
1721 aTranslate -= basegfx::B2DTuple(GetAnchorPos().X(), GetAnchorPos().Y()); in TRGetBaseGeometry()
1766 basegfx::B2DTuple aScale; in TRSetBaseGeometry()
1767 basegfx::B2DTuple aTranslate; in TRSetBaseGeometry()
1817 aTranslate += basegfx::B2DTuple(GetAnchorPos().X(), GetAnchorPos().Y()); in TRSetBaseGeometry()
H A Dsvdocapt.cxx782 basegfx::B2DTuple aScale; in TRSetBaseGeometry()
783 basegfx::B2DTuple aTranslate; in TRSetBaseGeometry()
826 aTranslate += basegfx::B2DTuple(GetAnchorPos().X(), GetAnchorPos().Y()); in TRSetBaseGeometry()
H A Dsvddrgmt.cxx631 basegfx::B2DTuple aScale; in applyCurrentTransformationToSdrObject()
632 basegfx::B2DTuple aTranslate; in applyCurrentTransformationToSdrObject()
3778 basegfx::B2DTuple aScale; in EndSdrDrag()
3779 basegfx::B2DTuple aTranslate; in EndSdrDrag()
3869 basegfx::B2DTuple aScale; in EndSdrDrag()
3870 basegfx::B2DTuple aTranslate; in EndSdrDrag()
3896 basegfx::B2DTuple aScale; in EndSdrDrag()
3897 basegfx::B2DTuple aTranslate; in EndSdrDrag()
/aoo4110/main/svx/source/sdr/contact/
H A Dobjectcontactofpageview.cxx217 aDiscreteClipRange.expand(basegfx::B2DTuple( in DoProcessDisplay()
220 aDiscreteClipRange.expand(basegfx::B2DTuple( in DoProcessDisplay()
/aoo4110/main/basegfx/source/matrix/
H A Db2dhommatrix.cxx301 …bool B2DHomMatrix::decompose(B2DTuple& rScale, B2DTuple& rTranslate, double& rRotate, double& rShe… in decompose()
/aoo4110/main/canvas/source/cairo/
H A Dcairo_canvashelper_text.cxx81 ::basegfx::B2DTuple aScale; in setupFontTransform()
82 ::basegfx::B2DTuple aTranslate; in setupFontTransform()
/aoo4110/main/slideshow/source/engine/
H A Danimationfactory.cxx148 virtual bool operator()( const ::basegfx::B2DTuple& rValue ) in operator ()()
169 virtual ::basegfx::B2DTuple getUnderlyingValue() const in getUnderlyingValue()
174 ::basegfx::B2DTuple aRetVal; in getUnderlyingValue()
/aoo4110/main/cppcanvas/source/mtfrenderer/
H A Dtransparencygroupaction.cxx288 ::basegfx::B2DTuple aScale; in render()
289 ::basegfx::B2DTuple aTranslate; in render()
/aoo4110/main/canvas/source/vcl/
H A Dimpltools.cxx121 ::basegfx::B2DTuple aScale; in setupFontTransform()
122 ::basegfx::B2DTuple aTranslate; in setupFontTransform()

Completed in 135 milliseconds

12