Home
last modified time | relevance | path

Searched refs:TraitsType (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/basegfx/inc/basegfx/range/
H A Db2irange.hxx42 typedef Int32Traits TraitsType; typedef in basegfx::B2IRange
220 typedef ::basegfx::BasicRange< ValueType, TraitsType > MyBasicRange;
H A Db2drange.hxx45 typedef DoubleTraits TraitsType; typedef in basegfx::B2DRange
254 typedef ::basegfx::BasicRange< ValueType, TraitsType > MyBasicRange;
H A Db2ibox.hxx42 typedef Int32Traits TraitsType; typedef in basegfx::B2IBox
H A Dbasicrange.hxx42 typedef Traits TraitsType; typedef in basegfx::BasicRange

Completed in 25 milliseconds