Home
last modified time | relevance | path

Searched refs:getEmptyTuple (Results 1 – 21 of 21) sorted by relevance

/trunk/main/basegfx/inc/basegfx/tuple/
H A Db2dtuple.hxx144 return (this == &getEmptyTuple() || in equalZero()
150 return (this == &getEmptyTuple() || in equalZero()
240 BASEGFX_DLLPUBLIC static const B2DTuple& getEmptyTuple();
H A Db3dtuple.hxx164 return (this == &getEmptyTuple() || in equalZero()
172 return (this == &getEmptyTuple() || in equalZero()
309 static const B3DTuple& getEmptyTuple();
H A Db3i64tuple.hxx206 return (this == &getEmptyTuple() || in equalZero()
228 static const B3I64Tuple& getEmptyTuple();
H A Db3ituple.hxx205 return (this == &getEmptyTuple() || in equalZero()
227 static const B3ITuple& getEmptyTuple();
H A Db2i64tuple.hxx197 static const B2I64Tuple& getEmptyTuple();
H A Db2ituple.hxx201 static const B2ITuple& getEmptyTuple();
/trunk/main/basegfx/source/tuple/
H A Db2i64tuple.cxx33 const B2I64Tuple& B2I64Tuple::getEmptyTuple() in getEmptyTuple() function in basegfx::B2I64Tuple
H A Db2ituple.cxx34 const B2ITuple& B2ITuple::getEmptyTuple() in getEmptyTuple() function in basegfx::B2ITuple
H A Db3i64tuple.cxx33 const B3I64Tuple& B3I64Tuple::getEmptyTuple() in getEmptyTuple() function in basegfx::B3I64Tuple
H A Db3ituple.cxx33 const B3ITuple& B3ITuple::getEmptyTuple() in getEmptyTuple() function in basegfx::B3ITuple
H A Db3dtuple.cxx34 const B3DTuple& B3DTuple::getEmptyTuple() in getEmptyTuple() function in basegfx::B3DTuple
H A Db2dtuple.cxx35 const B2DTuple& B2DTuple::getEmptyTuple() in getEmptyTuple() function in basegfx::B2DTuple
/trunk/main/basegfx/inc/basegfx/point/
H A Db2ipoint.hxx119 return (const B2IPoint&) ::basegfx::B2ITuple::getEmptyTuple(); in getEmptyPoint()
H A Db2dpoint.hxx131 return (const B2DPoint&) ::basegfx::B2DTuple::getEmptyTuple(); in getEmptyPoint()
H A Db3dpoint.hxx131 return (const B3DPoint&) ::basegfx::B3DTuple::getEmptyTuple(); in getEmptyPoint()
H A Db3ipoint.hxx131 return (const B3IPoint&) ::basegfx::B3ITuple::getEmptyTuple(); in getEmptyPoint()
/trunk/main/basegfx/inc/basegfx/vector/
H A Db3ivector.hxx221 return (const B3IVector&) ::basegfx::B3ITuple::getEmptyTuple(); in getEmptyVector()
H A Db3dvector.hxx269 return (const B3DVector&) ::basegfx::B3DTuple::getEmptyTuple(); in getEmptyVector()
/trunk/main/basegfx/source/vector/
H A Db2ivector.cxx63 return (const B2IVector&) ::basegfx::B2ITuple::getEmptyTuple(); in getEmptyVector()
H A Db2dvector.cxx100 return (const B2DVector&) B2DTuple::getEmptyTuple(); in getEmptyVector()
/trunk/main/basegfx/inc/basegfx/color/
H A Dbcolor.hxx215 return (const BColor&) ::basegfx::B3DTuple::getEmptyTuple(); in getEmptyBColor()

Completed in 53 milliseconds