Searched refs:bottomRightx (Results 1 – 2 of 2) sorted by relevance
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/cocoa/ |
H A D | vidgcd.c | 2355 s16 topLeftx,topLefty,topRightx,topRighty,bottomRightx,bottomRighty,bottomLeftx,bottomLefty; in VIDGCDVdp1NormalSpriteDraw() local 2367 bottomRightx = topLeftx + (spriteWidth - 1); 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 2468 bottomRightx = x1 + x0 - 1; in VIDGCDVdp1ScaledSpriteDraw() 2474 drawQuad(topLeftx,topLefty,bottomLeftx,bottomLefty,topRightx,topRighty,bottomRightx,bottomRighty); in VIDGCDVdp1ScaledSpriteDraw()
|
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/ |
H A D | vidsoft.c | 3208 s16 topLeftx,topLefty,topRightx,topRighty,bottomRightx,bottomRighty,bottomLeftx,bottomLefty; in VIDSoftVdp1NormalSpriteDraw() local 3221 bottomRightx = topLeftx + (spriteWidth - 1); 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 3318 bottomRightx = x1+x0 - 1; in VIDSoftVdp1ScaledSpriteDraw() 3324 …drawQuad(topLeftx, topLefty, bottomLeftx, bottomLefty, topRightx, topRighty, bottomRightx, bottomR… in VIDSoftVdp1ScaledSpriteDraw()
|