Home
last modified time | relevance | path

Searched refs:oldyp (Results 1 – 12 of 12) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dsvgancui.c204 int i, j, w, s, yp, oldyp; in tui_menubrowse() local
249 s = yp = 0; oldyp = -1; in tui_menubrowse()
445 int i, w, n, l, yp, oldyp, s; in tui_filereq() local
457 yp = s = 0; oldyp = -1; in tui_filereq()
473 if (oldyp != yp) { in tui_filereq()
474 oldyp = yp; in tui_filereq()
/dports/emulators/uae/uae-0.8.29/src/
H A Dsvgancui.c204 int i, j, w, s, yp, oldyp; in tui_menubrowse() local
249 s = yp = 0; oldyp = -1; in tui_menubrowse()
445 int i, w, n, l, yp, oldyp, s; in tui_filereq() local
457 yp = s = 0; oldyp = -1; in tui_filereq()
473 if (oldyp != yp) { in tui_filereq()
474 oldyp = yp; in tui_filereq()
/dports/games/vvvvvv/VVVVVV-cb3640e5/desktop_version/src/
H A DEnt.h23 int oldxp, oldyp; variable
H A DEntity.cpp4807 linetemp += yline(entities[t].oldyp, entities[l].yp); in entityhlinecollide()
4808 linetemp += yline(entities[t].oldyp + entities[t].h, entities[l].yp); in entityhlinecollide()
4848 if (entities[t].oldyp < entities[l].yp + 10) linetemp++; in entitywarphlinecollide()
4849 if (entities[t].oldyp + entities[t].h < entities[l].yp + 10) linetemp++; in entitywarphlinecollide()
4859 if (entities[t].oldyp > entities[l].yp - 10) linetemp++; in entitywarphlinecollide()
4860 if (entities[t].oldyp + entities[t].h > entities[l].yp - 10) linetemp++; in entitywarphlinecollide()
5094 entities[t].oldyp = entities[t].yp; in updateentitylogic()
H A DMap.cpp1074 obj.entities[temp].oldyp = obj.entities[temp].yp; in gotoroom()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Dcharacterinfo_engine.cpp177 int oldxp = x, oldyp = y; in update_character_moving() local
192 y = ((y) - oldyp) / 2 + oldyp; in update_character_moving()
/dports/emulators/uae/uae-0.8.29/src/od-dos/video/
H A Dconio-ui.c510 int i, w, n, l, yp, oldyp, s; in tui_filereq() local
522 yp = s = 0; oldyp = -1; in tui_filereq()
538 if (oldyp != yp) { in tui_filereq()
539 oldyp = yp; in tui_filereq()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Dcharacter_info_engine.cpp184 int oldxp = x, oldyp = y; in update_character_moving() local
199 y = ((y) - oldyp) / 2 + oldyp; in update_character_moving()
/dports/games/vvvvvv/VVVVVV-cb3640e5/mobile_version/src/
H A Dentclass.as60 public var xp:Number, yp:Number, oldxp:Number, oldyp:Number;
H A Dentityclass.as3416 linetemp += yline(entities[t].oldyp, entities[l].yp);
3417 linetemp += yline(entities[t].oldyp + entities[t].h, entities[l].yp);
3454 if (entities[t].oldyp < entities[l].yp + 10) linetemp++;
3455 if (entities[t].oldyp + entities[t].h < entities[l].yp + 10) linetemp++;
3465 if (entities[t].oldyp > entities[l].yp - 10) linetemp++;
3466 if (entities[t].oldyp + entities[t].h > entities[l].yp - 10) linetemp++;
3641 entities[t].oldxp = entities[t].xp; entities[t].oldyp = entities[t].yp;
H A Dmapclass.as759 obj.entities[temp].oldyp = obj.entities[temp].yp;
/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c2185 REGISTER INTBIG *oldxp, *oldyp, i; in extendpolygon() local
2191 oldxp = poly->xv; oldyp = poly->yv; in extendpolygon()
2204 poly->yv[i] = oldyp[i]; in extendpolygon()
2209 efree((CHAR *)oldyp); in extendpolygon()