Home
last modified time | relevance | path

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

/dports/audio/mixxx/mixxx-2.3.0/src/engine/controls/
H A Dkeycontrol.cpp255 int stepsToTake = KeyUtils::shortestStepsToKey(thisFileKey, newKey); in setEngineKey() local
256 double pitchToTakeOctaves = (stepsToTake + key_distance) / 12.0; in setEngineKey()
361 int stepsToTake = KeyUtils::shortestStepsToCompatibleKey(thisFileKey, otherKey); in syncKey() local
362 double pitchToTakeOctaves = (stepsToTake + otherDistance) / 12.0; in syncKey()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DPeep.cpp930 uint32_t stepsToTake = Energy; in Update() local
931 if (stepsToTake < 95 && State == PeepState::Queuing) in Update()
932 stepsToTake = 95; in Update()
934 stepsToTake /= 2; in Update()
937 stepsToTake /= 2; in Update()
939 stepsToTake += stepsToTake / 2; in Update()
942 uint32_t carryCheck = StepProgress + stepsToTake; in Update()
979 staff->UpdateStaff(stepsToTake); in Update()
H A DStaff.h57 void UpdateStaff(uint32_t stepsToTake);
H A DStaff.cpp1830 void Staff::UpdateStaff(uint32_t stepsToTake) in UpdateStaff() argument
1847 UpdateFixing(stepsToTake); in UpdateStaff()
1850 UpdateFixing(stepsToTake); in UpdateStaff()