Home
last modified time | relevance | path

Searched refs:dsourcex (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dc45.cpp167 unsigned dsourcex = (ROAD_TILEMAP_WIDTH << 16) / zoomx; in draw() local
168 if (dsourcex == 0) in draw()
179 int numpixels = (44 * ROAD_TILE_SIZE << 16) / dsourcex; in draw()
187 sourcex += dsourcex*clip_pixels; in draw()
212 sourcex += dsourcex; in draw()
223 sourcex += dsourcex; in draw()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dc45.cpp167 unsigned dsourcex = (ROAD_TILEMAP_WIDTH << 16) / zoomx; in draw() local
168 if (dsourcex == 0) in draw()
179 int numpixels = (44 * ROAD_TILE_SIZE << 16) / dsourcex; in draw()
187 sourcex += dsourcex*clip_pixels; in draw()
212 sourcex += dsourcex; in draw()
223 sourcex += dsourcex; in draw()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/devices/
H A Dnamco_c45.cpp165 UINT32 dsourcex = (ROAD_TILEMAP_WIDTH << 16) / zoomx; in c45RoadDraw() local
166 if (dsourcex == 0) in c45RoadDraw()
177 INT32 numpixels = (44 * ROAD_TILE_SIZE << 16) / dsourcex; in c45RoadDraw()
185 sourcex += dsourcex*clip_pixels; in c45RoadDraw()
197 predraw_c45_road_tiles_line(sourcey & (ROAD_TILEMAP_HEIGHT - 1), sourcex, numpixels, dsourcex); in c45RoadDraw()
211 sourcex += dsourcex; in c45RoadDraw()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/devices/
H A Dnamco_c45.cpp165 UINT32 dsourcex = (ROAD_TILEMAP_WIDTH << 16) / zoomx; in c45RoadDraw() local
166 if (dsourcex == 0) in c45RoadDraw()
177 INT32 numpixels = (44 * ROAD_TILE_SIZE << 16) / dsourcex; in c45RoadDraw()
185 sourcex += dsourcex*clip_pixels; in c45RoadDraw()
197 predraw_c45_road_tiles_line(sourcey & (ROAD_TILEMAP_HEIGHT - 1), sourcex, numpixels, dsourcex); in c45RoadDraw()
211 sourcex += dsourcex; in c45RoadDraw()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/drivers/
H A Dnamcoic.c951 unsigned dsourcex = (ROAD_TILEMAP_WIDTH<<16)/zoomx; in namco_road_draw() local
953 int numpixels = (44*ROAD_TILE_SIZE<<16)/dsourcex; in namco_road_draw()
969 sourcex -= dsourcex*screenx; in namco_road_draw()
988 sourcex += dsourcex; in namco_road_draw()
998 sourcex += dsourcex; in namco_road_draw()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/drivers/
H A Dnamcoic.c951 unsigned dsourcex = (ROAD_TILEMAP_WIDTH<<16)/zoomx; in namco_road_draw() local
953 int numpixels = (44*ROAD_TILE_SIZE<<16)/dsourcex; in namco_road_draw()
969 sourcex -= dsourcex*screenx; in namco_road_draw()
988 sourcex += dsourcex; in namco_road_draw()
998 sourcex += dsourcex; in namco_road_draw()