Home
last modified time | relevance | path

Searched refs:tilenume2 (Results 1 – 7 of 7) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dtiles.cpp849 int32_t tilenume2, int32_t sx2, int32_t sy2) in tileCopySection() argument
855 xsiz2 = tilesiz[tilenume2].x; ysiz2 = tilesiz[tilenume2].y; in tileCopySection()
859 if (waloff[tilenume2] == 0) tileLoad(tilenume2); in tileCopySection()
872 ptr2 = (char *) (waloff[tilenume2] + x2*ysiz2 + y2); in tileCopySection()
H A Ddefs.cpp541 int32_t tilenume1,tilenume2; in defsparser() local
548 if (scriptfile_getsymbol(script,&tilenume2)) break; in defsparser()
551 if (check_tile_range("alphahackrange", &tilenume1, &tilenume2, script, cmdtokptr)) in defsparser()
555 for (i=tilenume1; i<=tilenume2; i++) in defsparser()
/dports/games/jfsw/jfsw-c434002/jfbuild/include/
H A Dbuild.h395 void copytilepiece(int tilenume1, int sx1, int sy1, int xsiz, int ysiz, int tilenume2, int sx2, i…
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C2758 long tilenume2, long sx2, long sy2) in copytilepiece() argument
2764 xsiz2 = tilesizx[tilenume2]; ysiz2 = tilesizy[tilenume2]; in copytilepiece()
2768 if (waloff[tilenume2] == 0) loadtile(tilenume2); in copytilepiece()
2781 ptr2 = (char *)(waloff[tilenume2] + x2*ysiz2 + y2); in copytilepiece()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C2797 long tilenume2, long sx2, long sy2) in copytilepiece() argument
2803 xsiz2 = tilesizx[tilenume2]; ysiz2 = tilesizy[tilenume2]; in copytilepiece()
2807 if (waloff[tilenume2] == 0) loadtile(tilenume2); in copytilepiece()
2820 ptr2 = (char *)(waloff[tilenume2] + x2*ysiz2 + y2); in copytilepiece()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dbuild.h1203 …ilenume1, int32_t sx1, int32_t sy1, int32_t xsiz, int32_t ysiz, int32_t tilenume2, int32_t sx2, in…
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c7925 int tilenume2, int sx2, int sy2) in copytilepiece() argument
7931 xsiz2 = tilesizx[tilenume2]; ysiz2 = tilesizy[tilenume2]; in copytilepiece()
7935 if (waloff[tilenume2] == 0) loadtile(tilenume2); in copytilepiece()
7948 ptr2 = (unsigned char *)(waloff[tilenume2] + x2*ysiz2 + y2); in copytilepiece()