Home
last modified time | relevance | path

Searched refs:topLeftx (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/cocoa/
H A Dvidgcd.c2355 s16 topLeftx,topLefty,topRightx,topRighty,bottomRightx,bottomRighty,bottomLeftx,bottomLefty; in VIDGCDVdp1NormalSpriteDraw() local
2360 topLeftx = cmd.CMDXA + Vdp1Regs->localX; in VIDGCDVdp1NormalSpriteDraw()
2365 topRightx = topLeftx + (spriteWidth - 1); in VIDGCDVdp1NormalSpriteDraw()
2367 bottomRightx = topLeftx + (spriteWidth - 1); in VIDGCDVdp1NormalSpriteDraw()
2369 bottomLeftx = topLeftx; in VIDGCDVdp1NormalSpriteDraw()
2372 drawQuad(topLeftx,topLefty,bottomLeftx,bottomLefty,topRightx,topRighty,bottomRightx,bottomRighty); in VIDGCDVdp1NormalSpriteDraw()
2377 s32 topLeftx,topLefty,topRightx,topRighty,bottomRightx,bottomRighty,bottomLeftx,bottomLefty; in VIDGCDVdp1ScaledSpriteDraw() local
2462 topLeftx = x0; in VIDGCDVdp1ScaledSpriteDraw()
2471 bottomLeftx = topLeftx; in VIDGCDVdp1ScaledSpriteDraw()
2474 drawQuad(topLeftx,topLefty,bottomLeftx,bottomLefty,topRightx,topRighty,bottomRightx,bottomRighty); in VIDGCDVdp1ScaledSpriteDraw()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dvidsoft.c3208 s16 topLeftx,topLefty,topRightx,topRighty,bottomRightx,bottomRighty,bottomLeftx,bottomLefty; in VIDSoftVdp1NormalSpriteDraw() local
3214 topLeftx = cmd.CMDXA + regs->localX; in VIDSoftVdp1NormalSpriteDraw()
3219 topRightx = topLeftx + (spriteWidth - 1); in VIDSoftVdp1NormalSpriteDraw()
3221 bottomRightx = topLeftx + (spriteWidth - 1); in VIDSoftVdp1NormalSpriteDraw()
3223 bottomLeftx = topLeftx; in VIDSoftVdp1NormalSpriteDraw()
3226 …drawQuad(topLeftx, topLefty, bottomLeftx, bottomLefty, topRightx, topRighty, bottomRightx, bottomR… in VIDSoftVdp1NormalSpriteDraw()
3231 s32 topLeftx,topLefty,topRightx,topRighty,bottomRightx,bottomRighty,bottomLeftx,bottomLefty; in VIDSoftVdp1ScaledSpriteDraw() local
3312 topLeftx = x0; in VIDSoftVdp1ScaledSpriteDraw()
3321 bottomLeftx = topLeftx; in VIDSoftVdp1ScaledSpriteDraw()
3324 …drawQuad(topLeftx, topLefty, bottomLeftx, bottomLefty, topRightx, topRighty, bottomRightx, bottomR… in VIDSoftVdp1ScaledSpriteDraw()