Home
last modified time | relevance | path

Searched refs:ani_ms (Results 1 – 2 of 2) sorted by relevance

/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DLocalLoop.cpp252 int ani_ms; member in Upp::PointLooper
262 PointLooper(Ctrl& ctrl, const Vector<Image>& ani, int ani_ms) in PointLooper() argument
263 : 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() argument
288 PointLooper p(ctrl, ani, ani_ms); in PointLoop()
H A DCtrlCore.h1484 bool PointLoop(Ctrl& ctrl, const Vector<Image>& ani, int ani_ms);