Home
last modified time | relevance | path

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

/aoo41x/main/basegfx/inc/basegfx/tuple/
H A Db2ituple.hxx79 B2ITuple(const B2ITuple& rTup) in B2ITuple() function in basegfx::B2ITuple
132 B2ITuple& operator+=( const B2ITuple& rTup ) in operator +=()
194 B2ITuple& operator=( const B2ITuple& rTup ) in operator =()
207 inline B2ITuple minimum(const B2ITuple& rTupA, const B2ITuple& rTupB) in minimum()
214 inline B2ITuple maximum(const B2ITuple& rTupA, const B2ITuple& rTupB) in maximum()
251 inline B2ITuple average(const B2ITuple& rOld1, const B2ITuple& rOld2) in average()
258 inline B2ITuple average(const B2ITuple& rOld1, const B2ITuple& rOld2, const B2ITuple& rOld3) in average()
265 inline B2ITuple operator+(const B2ITuple& rTupA, const B2ITuple& rTupB) in operator +()
272 inline B2ITuple operator-(const B2ITuple& rTupA, const B2ITuple& rTupB) in operator -()
279 inline B2ITuple operator/(const B2ITuple& rTupA, const B2ITuple& rTupB) in operator /()
[all …]
H A Db2dtuple.hxx36 class B2ITuple;
92 explicit B2DTuple(const B2ITuple& rTup);
365 B2ITuple fround(const B2DTuple& rTup);
/aoo41x/main/basegfx/inc/basegfx/point/
H A Db2ipoint.hxx42 class B2IPoint : public ::basegfx::B2ITuple
50 : B2ITuple() in B2IPoint()
64 : B2ITuple(nX, nY) in B2IPoint()
73 : B2ITuple(rPoint) in B2IPoint()
79 B2IPoint(const ::basegfx::B2ITuple& rTuple) in B2IPoint()
80 : B2ITuple(rTuple) in B2IPoint()
107 B2IPoint& operator=( const ::basegfx::B2ITuple& rPoint );
118 return (const B2IPoint&) ::basegfx::B2ITuple::getEmptyTuple(); in getEmptyPoint()
/aoo41x/main/basegfx/inc/basegfx/vector/
H A Db2ivector.hxx43 class B2IVector : public ::basegfx::B2ITuple
51 : B2ITuple() in B2IVector()
65 : B2ITuple(nX, nY) in B2IVector()
74 : B2ITuple(rVec) in B2IVector()
80 B2IVector(const ::basegfx::B2ITuple& rTuple) in B2IVector()
81 : B2ITuple(rTuple) in B2IVector()
108 B2IVector& operator=( const ::basegfx::B2ITuple& rVec );
/aoo41x/main/basegfx/inc/basegfx/range/
H A Db2ibox.hxx47 explicit B2IBox(const B2ITuple& rTuple) in B2IBox()
64 B2IBox(const B2ITuple& rTuple1, in B2IBox()
65 const B2ITuple& rTuple2) : in B2IBox()
169 bool isInside(const B2ITuple& rTuple) const in isInside()
193 void expand(const B2ITuple& rTuple) in expand()
H A Db2irange.hxx47 explicit B2IRange(const B2ITuple& rTuple) in B2IRange()
64 B2IRange(const B2ITuple& rTuple1, in B2IRange()
65 const B2ITuple& rTuple2) in B2IRange()
170 bool isInside(const B2ITuple& rTuple) const in isInside()
194 void expand(const B2ITuple& rTuple) in expand()
/aoo41x/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()
/aoo41x/main/basegfx/source/vector/
H A Db2ivector.cxx32 B2IVector& B2IVector::operator=( const ::basegfx::B2ITuple& rVec ) in operator =()
63 return (const B2IVector&) ::basegfx::B2ITuple::getEmptyTuple(); in getEmptyVector()
/aoo41x/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;
/aoo41x/main/basebmp/source/
H A Dbitmapdevice.cxx1459 const basegfx::B2ITuple aSize( aSrcRange.getWidth(), in drawMaskedColor()
1464 basegfx::B2ITuple aGcc3WorkaroundTemporary; in drawMaskedColor()
1512 const basegfx::B2ITuple aSize( aSrcRange.getWidth(), in drawMaskedColor()
1517 basegfx::B2ITuple aGcc3WorkaroundTemporary; in drawMaskedColor()
/aoo41x/main/basegfx/source/point/
H A Db2ipoint.cxx32 B2IPoint& B2IPoint::operator=( const ::basegfx::B2ITuple& rPoint ) in operator =()
/aoo41x/main/vcl/unx/headless/
H A Dsvptext.cxx491 const B2IRange aSrcRect( B2ITuple(0,0), aAlphaMask->getSize() ); in DrawServerFontLayout()
/aoo41x/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()

Completed in 84 milliseconds