Home
last modified time | relevance | path

Searched refs:slinew (Results 1 – 18 of 18) sorted by relevance

/dports/games/openbor3482/openbor-2c1ecd7/engine/dc/
H A Dvideo.c51 int i, linew, slinew; in video_copy_screen() local
63 slinew = src->width*bpp; in video_copy_screen()
67 sp += slinew; in video_copy_screen()
/dports/games/openbor3979/openbor-2bcf25b/engine/dc/
H A Dvideo.c51 int i, linew, slinew; in video_copy_screen() local
63 slinew = src->width*bpp; in video_copy_screen()
67 sp += slinew; in video_copy_screen()
/dports/games/openbor4432/openbor-ba1eb4f/engine/dc/
H A Dvideo.c51 int i, linew, slinew; in video_copy_screen() local
63 slinew = src->width*bpp; in video_copy_screen()
67 sp += slinew; in video_copy_screen()
/dports/games/openbor/openbor-3caaddd5/engine/dc/
H A Dvideo.c51 int i, linew, slinew; in video_copy_screen() local
63 slinew = src->width*bpp; in video_copy_screen()
67 sp += slinew; in video_copy_screen()
/dports/games/openbor3711/openbor-6ec17fa/engine/dc/
H A Dvideo.c51 int i, linew, slinew; in video_copy_screen() local
63 slinew = src->width*bpp; in video_copy_screen()
67 sp += slinew; in video_copy_screen()
/dports/games/openbor4432/openbor-ba1eb4f/engine/sdl/
H A Dvideocommon.c75 int width, height, linew, slinew; in getVideoSurface() local
100 slinew = src->width*bytes_per_pixel; in getVideoSurface()
104 sp += slinew; in getVideoSurface()
/dports/games/openbor/openbor-3caaddd5/engine/sdl/
H A Dvideocommon.c75 int width, height, linew, slinew; in getVideoSurface() local
100 slinew = src->width*bytes_per_pixel; in getVideoSurface()
104 sp += slinew; in getVideoSurface()
/dports/games/openbor3482/openbor-2c1ecd7/engine/sdl/
H A Dvideo.c242 int width, height, linew, slinew; in video_copy_screen() local
275 slinew = src->width*bytes_per_pixel; in video_copy_screen()
279 sp += slinew; in video_copy_screen()
H A Dopengl.c330 int width, height, linew, slinew; in video_gl_copy_screen() local
352 slinew = src->width*bytesPerPixel; in video_gl_copy_screen()
356 sp += slinew; in video_gl_copy_screen()
/dports/games/openbor3711/openbor-6ec17fa/engine/sdl/
H A Dvideo.c242 int width, height, linew, slinew; in video_copy_screen() local
275 slinew = src->width*bytes_per_pixel; in video_copy_screen()
279 sp += slinew; in video_copy_screen()
H A Dopengl.c330 int width, height, linew, slinew; in video_gl_copy_screen() local
352 slinew = src->width*bytesPerPixel; in video_gl_copy_screen()
361 sp += slinew; in video_gl_copy_screen()
/dports/games/openbor3482/openbor-2c1ecd7/engine/source/gamelib/
H A Dscreen.c88 int linew, slinew, dlinew; in copyscreen_o() local
115 slinew = sw*pixelbytes[(int)pixelformat]; in copyscreen_o()
120 sp += slinew; in copyscreen_o()
/dports/games/openbor3979/openbor-2bcf25b/engine/sdl/
H A Dvideo.c315 int width, height, linew, slinew; in video_copy_screen() local
348 slinew = src->width*bytes_per_pixel; in video_copy_screen()
352 sp += slinew; in video_copy_screen()
H A Dopengl.c373 int width, height, linew, slinew; in video_gl_copy_screen() local
395 slinew = src->width*bytesPerPixel; in video_gl_copy_screen()
404 sp += slinew; in video_gl_copy_screen()
/dports/games/openbor3711/openbor-6ec17fa/engine/source/gamelib/
H A Dscreen.c89 int linew, slinew, dlinew; in copyscreen_o() local
116 slinew = sw*pixelbytes[(int)pixelformat]; in copyscreen_o()
121 sp += slinew; in copyscreen_o()
/dports/games/openbor3979/openbor-2bcf25b/engine/source/gamelib/
H A Dscreen.c121 int linew, slinew, dlinew; in copyscreen_o() local
188 slinew = sw * pixelbytes[(int)pixelformat]; in copyscreen_o()
194 sp += slinew; in copyscreen_o()
/dports/games/openbor4432/openbor-ba1eb4f/engine/source/gamelib/
H A Dscreen.c121 int linew, slinew, dlinew; in copyscreen_o() local
188 slinew = sw * pixelbytes[(int)pixelformat]; in copyscreen_o()
194 sp += slinew; in copyscreen_o()
/dports/games/openbor/openbor-3caaddd5/engine/source/gamelib/
H A Dscreen.c121 int linew, slinew, dlinew; in copyscreen_o() local
188 slinew = sw * pixelbytes[(int)pixelformat]; in copyscreen_o()
194 sp += slinew; in copyscreen_o()