/aoo42x/main/basegfx/inc/basegfx/range/ |
H A D | b3ibox.hxx | 47 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 D | b3irange.hxx | 49 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 D | b3drange.hxx | 52 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 D | b2ibox.hxx | 48 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 D | b2irange.hxx | 48 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 D | b2drange.hxx | 51 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 D | b2dpolyrange.hxx | 110 bool isInside( const B2DTuple& rTuple ) const;
|
/aoo42x/main/basegfx/inc/basegfx/point/ |
H A D | b2ipoint.hxx | 80 B2IPoint(const ::basegfx::B2ITuple& rTuple) in B2IPoint() argument 81 : B2ITuple(rTuple) in B2IPoint()
|
H A D | b2dpoint.hxx | 92 B2DPoint(const ::basegfx::B2DTuple& rTuple) in B2DPoint() argument 93 : B2DTuple(rTuple) in B2DPoint()
|
H A D | b3dpoint.hxx | 84 B3DPoint(const ::basegfx::B3DTuple& rTuple) in B3DPoint() argument 85 : B3DTuple(rTuple) in B3DPoint()
|
H A D | b3ipoint.hxx | 84 B3IPoint(const ::basegfx::B3ITuple& rTuple) in B3IPoint() argument 85 : B3ITuple(rTuple) in B3IPoint()
|
/aoo42x/main/basegfx/inc/basegfx/vector/ |
H A D | b2ivector.hxx | 81 B2IVector(const ::basegfx::B2ITuple& rTuple) in B2IVector() argument 82 : B2ITuple(rTuple) in B2IVector()
|
H A D | b2dvector.hxx | 91 B2DVector(const ::basegfx::B2DTuple& rTuple) in B2DVector() argument 92 : B2DTuple(rTuple) in B2DVector()
|
H A D | b3ivector.hxx | 84 B3IVector(const ::basegfx::B3ITuple& rTuple) in B3IVector() argument 85 : B3ITuple(rTuple) in B3IVector()
|
H A D | b3dvector.hxx | 86 B3DVector(const ::basegfx::B3DTuple& rTuple) in B3DVector() argument 87 : B3DTuple(rTuple) in B3DVector()
|
/aoo42x/main/basegfx/inc/basegfx/color/ |
H A D | bcolor.hxx | 95 BColor(const ::basegfx::B3DTuple& rTuple) in BColor() argument 96 : B3DTuple(rTuple) in BColor()
|
/aoo42x/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()
|