Home
last modified time | relevance | path

Searched refs:Animate (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/showimage/
H A DSelectionBox.h36 void Animate();
H A DSelectionBox.cpp108 SelectionBox::Animate() in Animate() function in SelectionBox
H A DShowImageView.cpp244 fSelectionBox.Animate(); in Pulse()
/haiku/src/tests/kits/opengl/demos/gears/
H A Dgears.c31 static GLboolean Animate = GL_TRUE; variable
253 if (Visible && Animate) in update_idle_func()
278 Animate = !Animate; in key()