Home
last modified time | relevance | path

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

/trunk/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.hxx78 B2I64Tuple(const B2I64Tuple& rTup) in B2I64Tuple()
131 B2I64Tuple& operator+=( const B2I64Tuple& rTup ) in operator +=()
138 B2I64Tuple& operator-=( const B2I64Tuple& rTup ) in operator -=()
145 B2I64Tuple& operator/=( const B2I64Tuple& rTup ) in operator /=()
152 B2I64Tuple& operator*=( const B2I64Tuple& rTup ) in operator *=()
190 B2I64Tuple& operator=( const B2I64Tuple& rTup ) in operator =()
217 inline B2I64Tuple absolute(const B2I64Tuple& rTup) in absolute()
289 inline B2I64Tuple operator*(const B2I64Tuple& rTup, sal_Int64 t) in operator *()
296 inline B2I64Tuple operator*(sal_Int64 t, const B2I64Tuple& rTup) in operator *()
303 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.hxx85 B3I64Tuple(const B3I64Tuple& rTup) in B3I64Tuple()
151 B3I64Tuple& operator+=( const B3I64Tuple& rTup ) in operator +=()
159 B3I64Tuple& operator-=( const B3I64Tuple& rTup ) in operator -=()
167 B3I64Tuple& operator/=( const B3I64Tuple& rTup ) in operator /=()
175 B3I64Tuple& operator*=( const B3I64Tuple& rTup ) in operator *=()
220 B3I64Tuple& operator=( const B3I64Tuple& rTup ) in operator =()
250 inline B3I64Tuple absolute(const B3I64Tuple& rTup) in absolute()
326 inline B3I64Tuple operator*(const B3I64Tuple& rTup, sal_Int64 t) in operator *()
333 inline B3I64Tuple operator*(sal_Int64 t, const B3I64Tuple& rTup) in operator *()
340 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 …]
/trunk/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 50 milliseconds