Searched refs:oldcellx (Results 1 – 3 of 3) sorted by relevance
171 int oldcellx, oldcelly, oldcellcheck; member560 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()
192 int oldcellx, oldcelly, oldcellcheck; member576 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()
2720 int oldcellx=-1, oldcelly=-1; in Vdp2DrawRotation() local2767 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()