/aoo41x/main/basegfx/inc/basegfx/range/ |
H A D | b3ibox.hxx | 46 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 D | b3irange.hxx | 48 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 D | b3drange.hxx | 51 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 D | b2ibox.hxx | 47 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 D | b2irange.hxx | 47 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 D | b2drange.hxx | 50 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 D | b2dpolyrange.hxx | 109 bool isInside( const B2DTuple& rTuple ) const;
|
/aoo41x/main/basegfx/inc/basegfx/point/ |
H A D | b2ipoint.hxx | 79 B2IPoint(const ::basegfx::B2ITuple& rTuple) in B2IPoint() argument 80 : B2ITuple(rTuple) in B2IPoint()
|
H A D | b2dpoint.hxx | 91 B2DPoint(const ::basegfx::B2DTuple& rTuple) in B2DPoint() argument 92 : B2DTuple(rTuple) in B2DPoint()
|
H A D | b3dpoint.hxx | 83 B3DPoint(const ::basegfx::B3DTuple& rTuple) in B3DPoint() argument 84 : B3DTuple(rTuple) in B3DPoint()
|
H A D | b3ipoint.hxx | 83 B3IPoint(const ::basegfx::B3ITuple& rTuple) in B3IPoint() argument 84 : B3ITuple(rTuple) in B3IPoint()
|
/aoo41x/main/basegfx/inc/basegfx/vector/ |
H A D | b2ivector.hxx | 80 B2IVector(const ::basegfx::B2ITuple& rTuple) in B2IVector() argument 81 : B2ITuple(rTuple) in B2IVector()
|
H A D | b2dvector.hxx | 90 B2DVector(const ::basegfx::B2DTuple& rTuple) in B2DVector() argument 91 : B2DTuple(rTuple) in B2DVector()
|
H A D | b3ivector.hxx | 83 B3IVector(const ::basegfx::B3ITuple& rTuple) in B3IVector() argument 84 : B3ITuple(rTuple) in B3IVector()
|
H A D | b3dvector.hxx | 85 B3DVector(const ::basegfx::B3DTuple& rTuple) in B3DVector() argument 86 : B3DTuple(rTuple) in B3DVector()
|
/aoo41x/main/basegfx/inc/basegfx/color/ |
H A D | bcolor.hxx | 94 BColor(const ::basegfx::B3DTuple& rTuple) in BColor() argument 95 : B3DTuple(rTuple) in BColor()
|
/aoo41x/main/basegfx/source/range/ |
H A D | b2dpolyrange.cxx | 374 bool B2DPolyRange::isInside( const B2DTuple& rTuple ) const in isInside() 376 return mpImpl->isInside(rTuple); in isInside()
|