Home
last modified time | relevance | path

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

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/cocoa/
H A Dvidgcd.c171 int oldcellx, oldcelly, oldcellcheck; member
560 sinfo->oldcellx = x[0] >> cellwh; in Vdp2MapCalcXY()
562 sinfo->oldcellcheck = (sinfo->oldcelly << 16) | sinfo->oldcellx; in Vdp2MapCalcXY()
667 sinfo->oldcellx=-1; in SetupScreenVars()
686 sinfo->oldcellx=0; in SetupScreenVars()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dvidsoft.c192 int oldcellx, oldcelly, oldcellcheck; member
576 sinfo->oldcellx = x[0] >> cellwh; in Vdp2MapCalcXY()
578 sinfo->oldcellcheck = (sinfo->oldcelly << 16) | sinfo->oldcellx; in Vdp2MapCalcXY()
699 sinfo->oldcellx=-1; in SetupScreenVars()
719 sinfo->oldcellx=0; in SetupScreenVars()
H A Dvidogl.c2720 int oldcellx=-1, oldcelly=-1; in Vdp2DrawRotation() local
2767 oldcellx=-1; in Vdp2DrawRotation()
2779 oldcellx=0; in Vdp2DrawRotation()
2908 if ((x >> patternshift) != oldcellx || (y >> patternshift) != oldcelly) in Vdp2DrawRotation()
2910 oldcellx = x >> patternshift; in Vdp2DrawRotation()