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

/haiku/src/kits/interface/
H A DColorControl.cpp775 bool goFaster = false; local
782 goFaster = true;
788 if (goFaster && color.red >= 5)
793 if (goFaster && color.green >= 5)
798 if (goFaster && color.blue >= 5)
811 bool goFaster = false; local
818 goFaster = true;
824 if (goFaster && color.red <= 250)
829 if (goFaster && color.green <= 250)
834 if (goFaster
[all...]

Completed in 32 milliseconds