Searched refs:ani_ms (Results 1 – 2 of 2) sorted by relevance
252 int ani_ms; member in Upp::PointLooper262 PointLooper(Ctrl& ctrl, const Vector<Image>& ani, int ani_ms) in PointLooper() argument263 : ani(ani), ani_ms(ani_ms) { SetMaster(ctrl); } in PointLooper()274 return ani[int(GetTimeClick() / ani_ms % ani.GetCount())]; in CursorImage()286 bool PointLoop(Ctrl& ctrl, const Vector<Image>& ani, int ani_ms) in PointLoop() argument288 PointLooper p(ctrl, ani, ani_ms); in PointLoop()
1484 bool PointLoop(Ctrl& ctrl, const Vector<Image>& ani, int ani_ms);