Home
last modified time | relevance | path

Searched refs:setScrollf (Results 1 – 3 of 3) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/backends/platform/ds/
H A Dbackground.h50 void setScrollf(int32 x, int32 y);
51 inline void setScroll(int x, int y) { setScrollf(x << 8, y << 8); } in setScroll()
H A Dds-graphics.cpp195 _framebuffer.setScrollf(x, y); in setMainScreen()
201 _subScreen.setScrollf(x, y); in setSubScreen()
H A Dbackground.cpp243 void Background::setScrollf(int32 x, int32 y) { in setScrollf() function in DS::Background