Lines Matching refs:SCREENY

70   int sy = SCREENY(y);  in DumpTile()
1842 if (IN_LEV_FIELD(x, y) && IN_SCR_FIELD(SCREENX(x), SCREENY(y))) in DrawLevelElementExt()
1843 DrawScreenElementExt(SCREENX(x), SCREENY(y), dx, dy, element, in DrawLevelElementExt()
1882 int sx = SCREENX(x), sy = SCREENY(y); in DrawLevelFieldCrumbledInnerCorners()
1936 int sx = SCREENX(x), sy = SCREENY(y); in DrawLevelFieldCrumbledBorders()
2102 int sx = SCREENX(x), sy = SCREENY(y); in DrawLevelFieldCrumbledExt()
2231 int sx = SCREENX(x), sy = SCREENY(y); in DrawLevelFieldCrumbledDigging()
2239 int sx = SCREENX(x), sy = SCREENY(y); in DrawLevelFieldCrumbledNeighbours()
2297 if (IN_LEV_FIELD(x, y) && IN_SCR_FIELD(SCREENX(x), SCREENY(y))) in DrawLevelElement()
2298 DrawScreenElement(SCREENX(x), SCREENY(y), element); in DrawLevelElement()
2393 sy = SCREENY(oldy); in DrawScreenField()
2428 if (IN_SCR_FIELD(SCREENX(x), SCREENY(y))) in DrawLevelField()
2429 DrawScreenField(SCREENX(x), SCREENY(y)); in DrawLevelField()
2435 if (IN_SCR_FIELD(SCREENX(newx), SCREENY(newy))) in DrawLevelField()
2436 DrawScreenField(SCREENX(newx), SCREENY(newy)); in DrawLevelField()
2443 if (IN_SCR_FIELD(SCREENX(oldx), SCREENY(oldy))) in DrawLevelField()
2444 DrawScreenField(SCREENX(oldx), SCREENY(oldy)); in DrawLevelField()
3328 DrawGraphicAnimation(SCREENX(x), SCREENY(y), graphic); in DrawLevelGraphicAnimation()
3335 DrawGraphicAnimation(SCREENX(x), SCREENY(y), graphic); in DrawLevelElementAnimation()
3340 int sx = SCREENX(x), sy = SCREENY(y); in DrawLevelGraphicAnimationIfNeeded()
3361 int sx = SCREENX(x), sy = SCREENY(y); in DrawLevelElementAnimationIfNeeded()
3447 int sx = SCREENX(jx), sy = SCREENY(jy); in DrawPlayer()
3461 if (!player->active || !IN_SCR_FIELD(SCREENX(last_jx), SCREENY(last_jy))) in DrawPlayer()
3523 if (player->is_pushing && IN_SCR_FIELD(SCREENX(next_jx), SCREENY(next_jy))) in DrawPlayer()
3636 int px = SCREENX(jx), py = SCREENY(jy); in DrawPlayer()
3773 DrawGraphicThruMask(SCREENX(last_jx), SCREENY(last_jy), graphic, frame); in DrawPlayer()