Searched refs:fLastNudgeTime (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.h173 bigtime_t fLastNudgeTime; member in class:PathManipulator
H A DPathManipulator.cpp225 fLastNudgeTime(system_time()),
1680 if (now - fLastNudgeTime > 500000) {
1683 fLastNudgeTime = now;

Completed in 43 milliseconds