Lines Matching refs:fBottom

1252 	double fBottom(maWorkRange.getMaxY());  in IMPL_LINK_INLINE_END()  local
1259 fBottom -= maRange.getHeight(); in IMPL_LINK_INLINE_END()
1266 fBottom -= maRange.getHeight(); in IMPL_LINK_INLINE_END()
1272 fBottom -= maRange.getHeight(); in IMPL_LINK_INLINE_END()
1279 fBottom -= maRange.getHeight() / 2.0; in IMPL_LINK_INLINE_END()
1287 fBottom -= maRange.getHeight() / 2.0; in IMPL_LINK_INLINE_END()
1294 fBottom -= maRange.getHeight() / 2.0; in IMPL_LINK_INLINE_END()
1322 fBottom = (fBottom > fMaxLong) ? fMaxLong : (fBottom < -fMaxLong) ? -fMaxLong : fBottom; in IMPL_LINK_INLINE_END()
1331 maMtrPosY.SetMax(basegfx::fround64(fBottom)); in IMPL_LINK_INLINE_END()
1332 maMtrPosY.SetLast(basegfx::fround64(fBottom)); in IMPL_LINK_INLINE_END()
1338 fBottom = maWorkRange.getMaxY(); in IMPL_LINK_INLINE_END()
1365 … fNewY = std::min( maRange.getCenter().getY() - fTop, fBottom - maRange.getCenter().getY() ) * 2.0; in IMPL_LINK_INLINE_END()
1374 const double f5(fBottom - maRange.getCenter().getY()); in IMPL_LINK_INLINE_END()
1385 … fNewY = std::min( maRange.getCenter().getY() - fTop, fBottom - maRange.getCenter().getY() ) * 2.0; in IMPL_LINK_INLINE_END()
1391 fNewY = maWorkRange.getHeight() - ( fBottom - maRange.getMaxY() ); in IMPL_LINK_INLINE_END()
1397 fNewY = maWorkRange.getHeight() - ( maRange.getMaxY() - fBottom ); in IMPL_LINK_INLINE_END()
1403 fNewY = maWorkRange.getHeight() - ( fBottom - maRange.getMaxY() ); in IMPL_LINK_INLINE_END()
1567 double fBottom(fTop + (double)maMtrHeight.GetValue()); in GetRect() local
1587 fTop = maRange.getMinY() - ( fBottom - maRange.getMaxY() ) / 2.0; in GetRect()
1593 fTop = maRange.getMinY() - ( fBottom - maRange.getMaxY() ) / 2.0; in GetRect()
1599 fTop = maRange.getMinY() - ( fBottom - maRange.getMaxY() ) / 2.0; in GetRect()
1604 fTop = maRange.getMinY() - ( fBottom - maRange.getMaxY() ); in GetRect()
1610 fTop = maRange.getMinY() - ( fBottom - maRange.getMaxY() ); in GetRect()
1616 fTop = maRange.getMinY() - ( fBottom - maRange.getMaxY() ); in GetRect()
1621 …(basegfx::fround(fLeft), basegfx::fround(fTop), basegfx::fround(fRight), basegfx::fround(fBottom)); in GetRect()