Searched refs:fShiftAmountX (Results 1 – 2 of 2) sorted by relevance
1481 double fShiftAmountX = 100.0; in execute_KeyInput() local1490 fShiftAmountX = static_cast< double >( aPixelSize.Width()); in execute_KeyInput()1497 fShiftAmountX = -fShiftAmountX; in execute_KeyInput()1504 fShiftAmountX = 0.0; in execute_KeyInput()1508 fShiftAmountX = 0.0; in execute_KeyInput()1515 … m_aSelection.getSelectedCID(), MOVE_OBJECT, fShiftAmountX, fShiftAmountY ); in execute_KeyInput()1526 … aPos.X = static_cast< long >( static_cast< double >( aPos.X ) + fShiftAmountX ); in execute_KeyInput()
266 double fShiftAmountX = fAmountX / 2.0; in centerGrow() local275 aPos.Primary -= fShiftAmountX; in centerGrow()285 aPos.Primary += fShiftAmountX; in centerGrow()
Completed in 26 milliseconds