Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/gumps/
H A Dgame_map_gump.cpp133 item->doLerp(lerp_factor); in PaintThis()
245 item->doLerp(lerp_factor); in GetLocationOfItem()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/world/
H A Ditem.h465 inline void doLerp(int32 factor) { in doLerp() function