Searched refs:rTuple1 (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/basegfx/inc/basegfx/range/ |
H A D | b3ibox.hxx | 68 B3IBox(const B3ITuple& rTuple1, in B3IBox() argument 70 maRangeX(rTuple1.getX()), in B3IBox() 71 maRangeY(rTuple1.getY()), in B3IBox() 72 maRangeZ(rTuple1.getZ()) in B3IBox()
|
H A D | b3irange.hxx | 70 B3IRange(const B3ITuple& rTuple1, in B3IRange() argument 72 : maRangeX(rTuple1.getX()), in B3IRange() 73 maRangeY(rTuple1.getY()), in B3IRange() 74 maRangeZ(rTuple1.getZ()) in B3IRange()
|
H A D | b3drange.hxx | 73 B3DRange(const B3DTuple& rTuple1, in B3DRange() argument 75 : maRangeX(rTuple1.getX()), in B3DRange() 76 maRangeY(rTuple1.getY()), in B3DRange() 77 maRangeZ(rTuple1.getZ()) in B3DRange()
|
H A D | b2ibox.hxx | 64 B2IBox(const B2ITuple& rTuple1, in B2IBox() argument 66 maRangeX(rTuple1.getX()), in B2IBox() 67 maRangeY(rTuple1.getY()) in B2IBox()
|
H A D | b2irange.hxx | 64 B2IRange(const B2ITuple& rTuple1, in B2IRange() argument 66 : maRangeX(rTuple1.getX()), in B2IRange() 67 maRangeY(rTuple1.getY()) in B2IRange()
|
H A D | b2drange.hxx | 67 B2DRange(const B2DTuple& rTuple1, in B2DRange() argument 69 : maRangeX(rTuple1.getX()), in B2DRange() 70 maRangeY(rTuple1.getY()) in B2DRange()
|
Completed in 36 milliseconds