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