Home
last modified time | relevance | path

Searched refs:B2ITuple (Results 1 – 15 of 15) sorted by relevance

/trunk/main/basegfx/inc/basegfx/tuple/
H A Db2ituple.hxx43 class BASEGFX_DLLPUBLIC B2ITuple class
54 B2ITuple() in B2ITuple() function in basegfx::B2ITuple
69 B2ITuple(sal_Int32 fX, sal_Int32 fY) in B2ITuple() function in basegfx::B2ITuple
79 B2ITuple(const B2ITuple& rTup) in B2ITuple() function in basegfx::B2ITuple
84 ~B2ITuple() in ~B2ITuple()
132 B2ITuple& operator+=( const B2ITuple& rTup ) in operator +=()
139 B2ITuple& operator-=( const B2ITuple& rTup ) in operator -=()
146 B2ITuple& operator/=( const B2ITuple& rTup ) in operator /=()
153 B2ITuple& operator*=( const B2ITuple& rTup ) in operator *=()
160 B2ITuple& operator*=(sal_Int32 t) in operator *=()
[all …]
H A Db2dtuple.hxx36 class B2ITuple;
92 BASEGFX_DLLPUBLIC explicit B2DTuple(const B2ITuple& rTup);
365 BASEGFX_DLLPUBLIC B2ITuple fround(const B2DTuple& rTup);
/trunk/main/basegfx/inc/basegfx/point/
H A Db2ipoint.hxx43 class BASEGFX_DLLPUBLIC B2IPoint : public ::basegfx::B2ITuple
51 : B2ITuple() in B2IPoint()
65 : B2ITuple(nX, nY) in B2IPoint()
74 : B2ITuple(rPoint) in B2IPoint()
80 B2IPoint(const ::basegfx::B2ITuple& rTuple) in B2IPoint()
81 : B2ITuple(rTuple) in B2IPoint()
108 B2IPoint& operator=( const ::basegfx::B2ITuple& rPoint );
119 return (const B2IPoint&) ::basegfx::B2ITuple::getEmptyTuple(); in getEmptyPoint()
/trunk/main/basegfx/inc/basegfx/vector/
H A Db2ivector.hxx44 class BASEGFX_DLLPUBLIC B2IVector : public ::basegfx::B2ITuple
52 : B2ITuple() in B2IVector()
66 : B2ITuple(nX, nY) in B2IVector()
75 : B2ITuple(rVec) in B2IVector()
81 B2IVector(const ::basegfx::B2ITuple& rTuple) in B2IVector()
82 : B2ITuple(rTuple) in B2IVector()
109 B2IVector& operator=( const ::basegfx::B2ITuple& rVec );
/trunk/main/basegfx/inc/basegfx/range/
H A Db2ibox.hxx48 explicit B2IBox(const B2ITuple& rTuple) in B2IBox()
65 B2IBox(const B2ITuple& rTuple1, in B2IBox()
66 const B2ITuple& rTuple2) : in B2IBox()
170 bool isInside(const B2ITuple& rTuple) const in isInside()
194 void expand(const B2ITuple& rTuple) in expand()
H A Db2irange.hxx48 explicit B2IRange(const B2ITuple& rTuple) in B2IRange()
65 B2IRange(const B2ITuple& rTuple1, in B2IRange()
66 const B2ITuple& rTuple2) in B2IRange()
171 bool isInside(const B2ITuple& rTuple) const in isInside()
195 void expand(const B2ITuple& rTuple) in expand()
/trunk/main/basegfx/source/tuple/
H A Db2ituple.cxx30 namespace { struct EmptyTuple : public rtl::Static<basegfx::B2ITuple, EmptyTuple> {}; }
34 const B2ITuple& B2ITuple::getEmptyTuple() in getEmptyTuple()
H A Db2dtuple.cxx40 B2DTuple::B2DTuple(const B2ITuple& rTup) in B2DTuple()
73 B2ITuple fround(const B2DTuple& rTup) in fround()
75 return B2ITuple(fround(rTup.getX()), fround(rTup.getY())); in fround()
/trunk/main/basegfx/source/vector/
H A Db2ivector.cxx30 B2IVector& B2IVector::operator=( const ::basegfx::B2ITuple& rVec ) in operator =()
60 return (const B2IVector&) ::basegfx::B2ITuple::getEmptyTuple(); in getEmptyVector()
/trunk/main/svx/source/table/
H A Dtablelayouter.cxx82 basegfx::B2ITuple TableLayouter::getCellSize( const CellPos& rPos ) const in getCellSize()
122 return basegfx::B2ITuple( width, height ); in getCellSize()
134 const basegfx::B2ITuple aCellSize( getCellSize( rPos ) ); in getCellArea()
H A Dtablelayouter.hxx87 basegfx::B2ITuple getCellSize( const CellPos& rPos ) const;
/trunk/main/basebmp/source/
H A Dbitmapdevice.cxx1456 const basegfx::B2ITuple aSize( aSrcRange.getWidth(), in drawMaskedColor()
1461 basegfx::B2ITuple aGcc3WorkaroundTemporary; in drawMaskedColor()
1509 const basegfx::B2ITuple aSize( aSrcRange.getWidth(), in drawMaskedColor()
1514 basegfx::B2ITuple aGcc3WorkaroundTemporary; in drawMaskedColor()
/trunk/main/basegfx/source/point/
H A Db2ipoint.cxx32 B2IPoint& B2IPoint::operator=( const ::basegfx::B2ITuple& rPoint ) in operator =()
/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx491 const B2IRange aSrcRect( B2ITuple(0,0), aAlphaMask->getSize() ); in DrawServerFontLayout()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx3582 B2ITuple aPrevTuple(basegfx::fround(rCandidate.getB2DPoint(nPointCount - 1))); in snapPointsOfHorizontalOrVerticalEdges()
3584 B2ITuple aCurrTuple(basegfx::fround(aCurrPoint)); in snapPointsOfHorizontalOrVerticalEdges()
3594 const B2ITuple aNextTuple(basegfx::fround(aNextPoint)); in snapPointsOfHorizontalOrVerticalEdges()