Lines Matching refs:status
31 this->status = 0; in Update()
33 int status; in Update() local
37 status = 2; in Update()
39 status = 1; in Update()
44 if (status > this->status) in Update()
45 this->status = status; in Update()
48 …if (this->status == 2 && (CursorTime() == 0 || (CursorTime() >= 30 && (CursorTime() - 30) % 5 == 0… in Update()
51 else if (this->status == 1) in Update()
52 this->status = 0; in Update()
54 return (this->status == 0); in Update()
60 CVec4 color = colorFunc(status); in Draw()
74 if (this->status > 0) in Reset()
75 this->status = 0; in Reset()