Home
last modified time | relevance | path

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

/trunk/main/chart2/source/tools/
H A DRelativePositionHelper.cxx380 const double fFarEdgeThreshold = 1.0 - fPosCheckThreshold; in moveObject() local
381 if( ( fAmountX > 0.0 && (aLowerRight.Primary > fFarEdgeThreshold)) || in moveObject()
383 ( fAmountY > 0.0 && (aLowerRight.Secondary > fFarEdgeThreshold)) || in moveObject()

Completed in 16 milliseconds