Home
last modified time | relevance | path

Searched refs:DifferenceType (Results 1 – 5 of 5) sorted by relevance

/trunk/main/basegfx/source/range/
H A Db2xrange.cxx65 const typename RangeType::TraitsType::DifferenceType aw(a.getWidth()); in doComputeSetDifference()
66 const typename RangeType::TraitsType::DifferenceType ah(a.getHeight()); in doComputeSetDifference()
69 const typename RangeType::TraitsType::DifferenceType bw(b.getWidth()); in doComputeSetDifference()
70 const typename RangeType::TraitsType::DifferenceType bh(b.getHeight()); in doComputeSetDifference()
72 const typename RangeType::TraitsType::DifferenceType h0( (by > ay) ? by - ay : 0 ); in doComputeSetDifference()
73 …const typename RangeType::TraitsType::DifferenceType h3( (by + bh < ay + ah) ? ay + ah - by - bh :… in doComputeSetDifference()
74 const typename RangeType::TraitsType::DifferenceType w1( (bx > ax) ? bx - ax : 0 ); in doComputeSetDifference()
75 …const typename RangeType::TraitsType::DifferenceType w2( (ax + aw > bx + bw) ? ax + aw - bx - bw :… in doComputeSetDifference()
76 const typename RangeType::TraitsType::DifferenceType h12( (h0 + h3 < ah) ? ah - h0 - h3 : 0 ); in doComputeSetDifference()
/trunk/main/basebmp/inc/basebmp/
H A Dcompositeiterator.hxx84 typename DifferenceType,
93 typedef DifferenceType difference_type;
236 typename DifferenceType,
242 DifferenceType,
247 DifferenceType,
253 DifferenceType,
258 DifferenceType,
/trunk/main/basegfx/inc/basegfx/range/
H A Dbasicrange.hxx259 typename Traits::DifferenceType getRange() const in getRange()
279 typedef double DifferenceType; typedef
288 typedef sal_Int64 DifferenceType; typedef
H A Db1ibox.hxx93 Int32Traits::DifferenceType getRange() const in getRange()
H A Db1irange.hxx94 Int32Traits::DifferenceType getRange() const in getRange()

Completed in 32 milliseconds