Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tsage/ringworld2/
H A Dringworld2_scenes2.cpp4878 int ypSrc, ypDest, height; in moveArea() local
4892 ypSrc = tempRect.top + (height - 1); in moveArea()
4894 for (int yCtr = 0; yCtr < height; ++yCtr, --ypSrc, --ypDest) { in moveArea()
4895 moveLine(xpSrc, ypSrc, xpDest, ypDest, width); in moveArea()
4898 ypSrc = tempRect.top - yAmt; in moveArea()
4902 for (int yCtr = 0; yCtr < height; ++yCtr, ++ypSrc, ++ypDest) { in moveArea()
4903 moveLine(xpSrc, ypSrc, xpDest, ypDest, width); in moveArea()
4911 void Scene2900::Map::moveLine(int xpSrc, int ypSrc, int xpDest, int ypDest, int width) { in moveLine() argument
4918 byte *srcP = (byte *)s.getBasePtr(xpSrc, ypSrc); in moveLine()
H A Dringworld2_scenes2.h706 void moveLine(int xpSrc, int ypSrc, int xpDest, int ypDest, int width);
/dports/games/scummvm/scummvm-2.5.1/engines/tsage/ringworld2/
H A Dringworld2_scenes2.cpp4878 int ypSrc, ypDest, height; in moveArea() local
4892 ypSrc = tempRect.top + (height - 1); in moveArea()
4894 for (int yCtr = 0; yCtr < height; ++yCtr, --ypSrc, --ypDest) { in moveArea()
4895 moveLine(xpSrc, ypSrc, xpDest, ypDest, width); in moveArea()
4898 ypSrc = tempRect.top - yAmt; in moveArea()
4902 for (int yCtr = 0; yCtr < height; ++yCtr, ++ypSrc, ++ypDest) { in moveArea()
4903 moveLine(xpSrc, ypSrc, xpDest, ypDest, width); in moveArea()
4911 void Scene2900::Map::moveLine(int xpSrc, int ypSrc, int xpDest, int ypDest, int width) { in moveLine() argument
4918 byte *srcP = (byte *)s.getBasePtr(xpSrc, ypSrc); in moveLine()
H A Dringworld2_scenes2.h706 void moveLine(int xpSrc, int ypSrc, int xpDest, int ypDest, int width);