Home
last modified time | relevance | path

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

/aoo41x/main/chart2/source/tools/
H A DRelativePositionHelper.cxx259 const double fPosCheckThreshold = 0.02; in centerGrow() local
339 ( (aUpperLeft.Primary < fPosCheckThreshold) || in centerGrow()
340 (aLowerRight.Primary > (1.0 - fPosCheckThreshold)) )) in centerGrow()
343 ( (aUpperLeft.Secondary < fPosCheckThreshold) || in centerGrow()
344 (aLowerRight.Secondary > (1.0 - fPosCheckThreshold)) )) in centerGrow()
370 const double fPosCheckThreshold = 0.02; in moveObject() local
380 const double fFarEdgeThreshold = 1.0 - fPosCheckThreshold; in moveObject()
382 ( fAmountX < 0.0 && (aUpperLeft.Primary < fPosCheckThreshold)) || in moveObject()
384 ( fAmountY < 0.0 && (aUpperLeft.Secondary < fPosCheckThreshold)) ) in moveObject()

Completed in 15 milliseconds