Home
last modified time | relevance | path

Searched refs:rTuple (Results 1 – 17 of 17) sorted by relevance

/aoo41x/main/basegfx/inc/basegfx/range/
H A Db3ibox.hxx46 explicit B3IBox(const B3ITuple& rTuple) : in B3IBox() argument
47 maRangeX(rTuple.getX()), in B3IBox()
48 maRangeY(rTuple.getY()), in B3IBox()
49 maRangeZ(rTuple.getZ()) in B3IBox()
201 maRangeX.isInside(rTuple.getX()) in isInside()
202 && maRangeY.isInside(rTuple.getY()) in isInside()
203 && maRangeZ.isInside(rTuple.getZ()) in isInside()
225 void expand(const B3ITuple& rTuple) in expand() argument
227 maRangeX.expand(rTuple.getX()); in expand()
228 maRangeY.expand(rTuple.getY()); in expand()
[all …]
H A Db3irange.hxx48 explicit B3IRange(const B3ITuple& rTuple) in B3IRange() argument
49 : maRangeX(rTuple.getX()), in B3IRange()
50 maRangeY(rTuple.getY()), in B3IRange()
51 maRangeZ(rTuple.getZ()) in B3IRange()
204 maRangeX.isInside(rTuple.getX()) in isInside()
205 && maRangeY.isInside(rTuple.getY()) in isInside()
206 && maRangeZ.isInside(rTuple.getZ()) in isInside()
228 void expand(const B3ITuple& rTuple) in expand() argument
230 maRangeX.expand(rTuple.getX()); in expand()
231 maRangeY.expand(rTuple.getY()); in expand()
[all …]
H A Db3drange.hxx51 explicit B3DRange(const B3DTuple& rTuple) in B3DRange() argument
52 : maRangeX(rTuple.getX()), in B3DRange()
53 maRangeY(rTuple.getY()), in B3DRange()
54 maRangeZ(rTuple.getZ()) in B3DRange()
235 maRangeX.isInside(rTuple.getX()) in isInside()
236 && maRangeY.isInside(rTuple.getY()) in isInside()
237 && maRangeZ.isInside(rTuple.getZ()) in isInside()
259 void expand(const B3DTuple& rTuple) in expand() argument
261 maRangeX.expand(rTuple.getX()); in expand()
262 maRangeY.expand(rTuple.getY()); in expand()
[all …]
H A Db2ibox.hxx47 explicit B2IBox(const B2ITuple& rTuple) in B2IBox() argument
48 : maRangeX(rTuple.getX()), in B2IBox()
49 maRangeY(rTuple.getY()) in B2IBox()
169 bool isInside(const B2ITuple& rTuple) const in isInside()
172 maRangeX.isInside(rTuple.getX()) in isInside()
173 && maRangeY.isInside(rTuple.getY()) in isInside()
193 void expand(const B2ITuple& rTuple) in expand() argument
195 maRangeX.expand(rTuple.getX()); in expand()
196 maRangeY.expand(rTuple.getY()); in expand()
H A Db2irange.hxx47 explicit B2IRange(const B2ITuple& rTuple) in B2IRange() argument
48 : maRangeX(rTuple.getX()), in B2IRange()
49 maRangeY(rTuple.getY()) in B2IRange()
170 bool isInside(const B2ITuple& rTuple) const in isInside()
173 maRangeX.isInside(rTuple.getX()) in isInside()
174 && maRangeY.isInside(rTuple.getY()) in isInside()
194 void expand(const B2ITuple& rTuple) in expand() argument
196 maRangeX.expand(rTuple.getX()); in expand()
197 maRangeY.expand(rTuple.getY()); in expand()
H A Db2drange.hxx50 explicit B2DRange(const B2DTuple& rTuple) in B2DRange() argument
51 : maRangeX(rTuple.getX()), in B2DRange()
52 maRangeY(rTuple.getY()) in B2DRange()
194 bool isInside(const B2DTuple& rTuple) const in isInside()
197 maRangeX.isInside(rTuple.getX()) in isInside()
198 && maRangeY.isInside(rTuple.getY()) in isInside()
226 void expand(const B2DTuple& rTuple) in expand() argument
228 maRangeX.expand(rTuple.getX()); in expand()
229 maRangeY.expand(rTuple.getY()); in expand()
H A Db2dpolyrange.hxx109 bool isInside( const B2DTuple& rTuple ) const;
/aoo41x/main/basegfx/inc/basegfx/point/
H A Db2ipoint.hxx79 B2IPoint(const ::basegfx::B2ITuple& rTuple) in B2IPoint() argument
80 : B2ITuple(rTuple) in B2IPoint()
H A Db2dpoint.hxx91 B2DPoint(const ::basegfx::B2DTuple& rTuple) in B2DPoint() argument
92 : B2DTuple(rTuple) in B2DPoint()
H A Db3dpoint.hxx83 B3DPoint(const ::basegfx::B3DTuple& rTuple) in B3DPoint() argument
84 : B3DTuple(rTuple) in B3DPoint()
H A Db3ipoint.hxx83 B3IPoint(const ::basegfx::B3ITuple& rTuple) in B3IPoint() argument
84 : B3ITuple(rTuple) in B3IPoint()
/aoo41x/main/basegfx/inc/basegfx/vector/
H A Db2ivector.hxx80 B2IVector(const ::basegfx::B2ITuple& rTuple) in B2IVector() argument
81 : B2ITuple(rTuple) in B2IVector()
H A Db2dvector.hxx90 B2DVector(const ::basegfx::B2DTuple& rTuple) in B2DVector() argument
91 : B2DTuple(rTuple) in B2DVector()
H A Db3ivector.hxx83 B3IVector(const ::basegfx::B3ITuple& rTuple) in B3IVector() argument
84 : B3ITuple(rTuple) in B3IVector()
H A Db3dvector.hxx85 B3DVector(const ::basegfx::B3DTuple& rTuple) in B3DVector() argument
86 : B3DTuple(rTuple) in B3DVector()
/aoo41x/main/basegfx/inc/basegfx/color/
H A Dbcolor.hxx94 BColor(const ::basegfx::B3DTuple& rTuple) in BColor() argument
95 : B3DTuple(rTuple) in BColor()
/aoo41x/main/basegfx/source/range/
H A Db2dpolyrange.cxx374 bool B2DPolyRange::isInside( const B2DTuple& rTuple ) const in isInside()
376 return mpImpl->isInside(rTuple); in isInside()

Completed in 81 milliseconds