Home
last modified time | relevance | path

Searched defs:rTup (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/basegfx/inc/basegfx/tuple/
H A Db2dtuple.hxx82 B2DTuple(const B2DTuple& rTup) in B2DTuple()
173 B2DTuple& operator+=( const B2DTuple& rTup ) in operator +=()
180 B2DTuple& operator-=( const B2DTuple& rTup ) in operator -=()
187 B2DTuple& operator/=( const B2DTuple& rTup ) in operator /=()
194 B2DTuple& operator*=( const B2DTuple& rTup ) in operator *=()
231 B2DTuple& operator=( const B2DTuple& rTup ) in operator =()
260 inline B2DTuple absolute(const B2DTuple& rTup) in absolute()
332 inline B2DTuple operator*(const B2DTuple& rTup, double t) in operator *()
339 inline B2DTuple operator*(double t, const B2DTuple& rTup) in operator *()
346 inline B2DTuple operator/(const B2DTuple& rTup, double t) in operator /()
[all …]
H A Db3dtuple.hxx89 B3DTuple(const B3DTuple& rTup) in B3DTuple()
199 B3DTuple& operator+=( const B3DTuple& rTup ) in operator +=()
207 B3DTuple& operator-=( const B3DTuple& rTup ) in operator -=()
215 B3DTuple& operator/=( const B3DTuple& rTup ) in operator /=()
223 B3DTuple& operator*=( const B3DTuple& rTup ) in operator *=()
263 B3DTuple& operator=( const B3DTuple& rTup ) in operator =()
331 inline B3DTuple absolute(const B3DTuple& rTup) in absolute()
407 inline B3DTuple operator*(const B3DTuple& rTup, double t) in operator *()
414 inline B3DTuple operator*(double t, const B3DTuple& rTup) in operator *()
421 inline B3DTuple operator/(const B3DTuple& rTup, double t) in operator /()
[all …]
H A Db2i64tuple.hxx77 B2I64Tuple(const B2I64Tuple& rTup) in B2I64Tuple()
130 B2I64Tuple& operator+=( const B2I64Tuple& rTup ) in operator +=()
137 B2I64Tuple& operator-=( const B2I64Tuple& rTup ) in operator -=()
144 B2I64Tuple& operator/=( const B2I64Tuple& rTup ) in operator /=()
151 B2I64Tuple& operator*=( const B2I64Tuple& rTup ) in operator *=()
189 B2I64Tuple& operator=( const B2I64Tuple& rTup ) in operator =()
216 inline B2I64Tuple absolute(const B2I64Tuple& rTup) in absolute()
288 inline B2I64Tuple operator*(const B2I64Tuple& rTup, sal_Int64 t) in operator *()
295 inline B2I64Tuple operator*(sal_Int64 t, const B2I64Tuple& rTup) in operator *()
302 inline B2I64Tuple operator/(const B2I64Tuple& rTup, sal_Int64 t) in operator /()
[all …]
H A Db2ituple.hxx79 B2ITuple(const B2ITuple& rTup) in B2ITuple()
132 B2ITuple& operator+=( const B2ITuple& rTup ) in operator +=()
139 B2ITuple& operator-=( const B2ITuple& rTup ) in operator -=()
146 B2ITuple& operator/=( const B2ITuple& rTup ) in operator /=()
153 B2ITuple& operator*=( const B2ITuple& rTup ) in operator *=()
194 B2ITuple& operator=( const B2ITuple& rTup ) in operator =()
221 inline B2ITuple absolute(const B2ITuple& rTup) in absolute()
293 inline B2ITuple operator*(const B2ITuple& rTup, sal_Int32 t) in operator *()
300 inline B2ITuple operator*(sal_Int32 t, const B2ITuple& rTup) in operator *()
307 inline B2ITuple operator/(const B2ITuple& rTup, sal_Int32 t) in operator /()
[all …]
H A Db3i64tuple.hxx84 B3I64Tuple(const B3I64Tuple& rTup) in B3I64Tuple()
150 B3I64Tuple& operator+=( const B3I64Tuple& rTup ) in operator +=()
158 B3I64Tuple& operator-=( const B3I64Tuple& rTup ) in operator -=()
166 B3I64Tuple& operator/=( const B3I64Tuple& rTup ) in operator /=()
174 B3I64Tuple& operator*=( const B3I64Tuple& rTup ) in operator *=()
219 B3I64Tuple& operator=( const B3I64Tuple& rTup ) in operator =()
249 inline B3I64Tuple absolute(const B3I64Tuple& rTup) in absolute()
325 inline B3I64Tuple operator*(const B3I64Tuple& rTup, sal_Int64 t) in operator *()
332 inline B3I64Tuple operator*(sal_Int64 t, const B3I64Tuple& rTup) in operator *()
339 inline B3I64Tuple operator/(const B3I64Tuple& rTup, sal_Int64 t) in operator /()
[all …]
H A Db3ituple.hxx84 B3ITuple(const B3ITuple& rTup) in B3ITuple()
150 B3ITuple& operator+=( const B3ITuple& rTup ) in operator +=()
158 B3ITuple& operator-=( const B3ITuple& rTup ) in operator -=()
166 B3ITuple& operator/=( const B3ITuple& rTup ) in operator /=()
174 B3ITuple& operator*=( const B3ITuple& rTup ) in operator *=()
219 B3ITuple& operator=( const B3ITuple& rTup ) in operator =()
249 inline B3ITuple absolute(const B3ITuple& rTup) in absolute()
325 inline B3ITuple operator*(const B3ITuple& rTup, sal_Int32 t) in operator *()
332 inline B3ITuple operator*(sal_Int32 t, const B3ITuple& rTup) in operator *()
339 inline B3ITuple operator/(const B3ITuple& rTup, sal_Int32 t) in operator /()
[all …]
/aoo41x/main/basegfx/source/tuple/
H A Db3dtuple.cxx39 B3DTuple::B3DTuple(const B3ITuple& rTup) in B3DTuple()
45 B3ITuple fround(const B3DTuple& rTup) in fround()
H A Db2dtuple.cxx40 B2DTuple::B2DTuple(const B2ITuple& rTup) in B2DTuple()
73 B2ITuple fround(const B2DTuple& rTup) in fround()

Completed in 32 milliseconds