Home
last modified time | relevance | path

Searched refs:drawClippedImage (Results 1 – 5 of 5) sorted by relevance

/dports/games/legend-of-edgar/edgar-1.34/src/
H A Dmap.c700drawClippedImage(map.background[0], x, map.backgroundStartY[0], 0, 0, map.background[0]->w - x, SC… in drawMapBackground()
709drawClippedImage(map.background[0], map.backgroundStartX[0], y, 0, 0, SCREEN_WIDTH, map.background… in drawMapBackground()
711drawClippedImage(map.background[0], map.backgroundStartX[0], 0, 0, map.background[0]->h - y, SCREE… in drawMapBackground()
719drawClippedImage(map.background[0], x, y, 0, 0, map.background[0]->w - x, map.background[0]->h - y… in drawMapBackground()
721drawClippedImage(map.background[0], 0, y, map.background[0]->w - x, 0, x, map.background[0]->h - y… in drawMapBackground()
723drawClippedImage(map.background[0], x, 0, 0, map.background[0]->h - y, map.background[0]->w - x, y… in drawMapBackground()
725drawClippedImage(map.background[0], 0, 0, map.background[0]->w - x, map.background[0]->h - y, x, y… in drawMapBackground()
771drawClippedImage(map.background[1], x, y, 0, 0, map.background[1]->w - x, map.background[1]->h - y… in drawMapBackground()
773drawClippedImage(map.background[1], 0, y, map.background[1]->w - x, 0, x, map.background[1]->h - y… in drawMapBackground()
775drawClippedImage(map.background[1], x, 0, 0, map.background[1]->h - y, map.background[1]->w - x, y… in drawMapBackground()
[all …]
H A Dhud.c245 drawClippedImage(hud.heart, 0, 0, x, y, w, hud.heart->h); in drawHud()
H A Dgame.c884drawClippedImage(game.gameOverSurface, 0, 0, (SCREEN_WIDTH - game.gameOverSurface->w) / 2, (SCREEN… in drawGameOver()
/dports/games/legend-of-edgar/edgar-1.34/src/graphics/
H A Dgraphics.h31 void drawClippedImage(Texture *, int, int, int, int, int, int);
H A Dgraphics.c188 void drawClippedImage(Texture *image, int srcX, int srcY, int destX, int destY, int width, int heig… in drawClippedImage() function