Home
last modified time | relevance | path

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

/aoo42x/main/basegfx/inc/basegfx/range/
H A Db3ibox.hxx47 explicit B3IBox(const B3ITuple& rTuple) : in B3IBox() argument
48 maRangeX(rTuple.getX()), in B3IBox()
49 maRangeY(rTuple.getY()), in B3IBox()
50 maRangeZ(rTuple.getZ()) in B3IBox()
202 maRangeX.isInside(rTuple.getX()) in isInside()
203 && maRangeY.isInside(rTuple.getY()) in isInside()
204 && maRangeZ.isInside(rTuple.getZ()) in isInside()
226 void expand(const B3ITuple& rTuple) in expand() argument
228 maRangeX.expand(rTuple.getX()); in expand()
229 maRangeY.expand(rTuple.getY()); in expand()
[all …]
H A Db3irange.hxx49 explicit B3IRange(const B3ITuple& rTuple) in B3IRange() argument
50 : maRangeX(rTuple.getX()), in B3IRange()
51 maRangeY(rTuple.getY()), in B3IRange()
52 maRangeZ(rTuple.getZ()) in B3IRange()
205 maRangeX.isInside(rTuple.getX()) in isInside()
206 && maRangeY.isInside(rTuple.getY()) in isInside()
207 && maRangeZ.isInside(rTuple.getZ()) in isInside()
229 void expand(const B3ITuple& rTuple) in expand() argument
231 maRangeX.expand(rTuple.getX()); in expand()
232 maRangeY.expand(rTuple.getY()); in expand()
[all …]
H A Db3drange.hxx52 explicit B3DRange(const B3DTuple& rTuple) in B3DRange() argument
53 : maRangeX(rTuple.getX()), in B3DRange()
54 maRangeY(rTuple.getY()), in B3DRange()
55 maRangeZ(rTuple.getZ()) in B3DRange()
236 maRangeX.isInside(rTuple.getX()) in isInside()
237 && maRangeY.isInside(rTuple.getY()) in isInside()
238 && maRangeZ.isInside(rTuple.getZ()) in isInside()
260 void expand(const B3DTuple& rTuple) in expand() argument
262 maRangeX.expand(rTuple.getX()); in expand()
263 maRangeY.expand(rTuple.getY()); in expand()
[all …]
H A Db2ibox.hxx48 explicit B2IBox(const B2ITuple& rTuple) in B2IBox() argument
49 : maRangeX(rTuple.getX()), in B2IBox()
50 maRangeY(rTuple.getY()) in B2IBox()
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 Db2irange.hxx48 explicit B2IRange(const B2ITuple& rTuple) in B2IRange() argument
49 : maRangeX(rTuple.getX()), in B2IRange()
50 maRangeY(rTuple.getY()) in B2IRange()
171 bool isInside(const B2ITuple& rTuple) const in isInside()
174 maRangeX.isInside(rTuple.getX()) in isInside()
175 && maRangeY.isInside(rTuple.getY()) in isInside()
195 void expand(const B2ITuple& rTuple) in expand() argument
197 maRangeX.expand(rTuple.getX()); in expand()
198 maRangeY.expand(rTuple.getY()); in expand()
H A Db2drange.hxx51 explicit B2DRange(const B2DTuple& rTuple) in B2DRange() argument
52 : maRangeX(rTuple.getX()), in B2DRange()
53 maRangeY(rTuple.getY()) in B2DRange()
195 bool isInside(const B2DTuple& rTuple) const in isInside()
198 maRangeX.isInside(rTuple.getX()) in isInside()
199 && maRangeY.isInside(rTuple.getY()) in isInside()
227 void expand(const B2DTuple& rTuple) in expand() argument
229 maRangeX.expand(rTuple.getX()); in expand()
230 maRangeY.expand(rTuple.getY()); in expand()
H A Db2dpolyrange.hxx110 bool isInside( const B2DTuple& rTuple ) const;
/aoo42x/main/basegfx/inc/basegfx/point/
H A Db2ipoint.hxx80 B2IPoint(const ::basegfx::B2ITuple& rTuple) in B2IPoint() argument
81 : B2ITuple(rTuple) in B2IPoint()
H A Db2dpoint.hxx92 B2DPoint(const ::basegfx::B2DTuple& rTuple) in B2DPoint() argument
93 : B2DTuple(rTuple) in B2DPoint()
H A Db3dpoint.hxx84 B3DPoint(const ::basegfx::B3DTuple& rTuple) in B3DPoint() argument
85 : B3DTuple(rTuple) in B3DPoint()
H A Db3ipoint.hxx84 B3IPoint(const ::basegfx::B3ITuple& rTuple) in B3IPoint() argument
85 : B3ITuple(rTuple) in B3IPoint()
/aoo42x/main/basegfx/inc/basegfx/vector/
H A Db2ivector.hxx81 B2IVector(const ::basegfx::B2ITuple& rTuple) in B2IVector() argument
82 : B2ITuple(rTuple) in B2IVector()
H A Db2dvector.hxx91 B2DVector(const ::basegfx::B2DTuple& rTuple) in B2DVector() argument
92 : B2DTuple(rTuple) in B2DVector()
H A Db3ivector.hxx84 B3IVector(const ::basegfx::B3ITuple& rTuple) in B3IVector() argument
85 : B3ITuple(rTuple) in B3IVector()
H A Db3dvector.hxx86 B3DVector(const ::basegfx::B3DTuple& rTuple) in B3DVector() argument
87 : B3DTuple(rTuple) in B3DVector()
/aoo42x/main/basegfx/inc/basegfx/color/
H A Dbcolor.hxx95 BColor(const ::basegfx::B3DTuple& rTuple) in BColor() argument
96 : B3DTuple(rTuple) in BColor()
/aoo42x/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 53 milliseconds