Home
last modified time | relevance | path

Searched refs:SDL_CalculatePitch (Results 1 – 25 of 28) sorted by relevance

12

/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/
H A DSDL_pixels_c.h37 extern int SDL_CalculatePitch(SDL_Surface * surface);
H A DSDL_pixels.c748 SDL_CalculatePitch(SDL_Surface * surface) in SDL_CalculatePitch() function
H A DSDL_surface.c58 surface->pitch = SDL_CalculatePitch(surface); in SDL_CreateRGBSurfaceWithFormat()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/
H A DSDL_pixels_c.h37 extern int SDL_CalculatePitch(SDL_Surface * surface);
H A DSDL_pixels.c748 SDL_CalculatePitch(SDL_Surface * surface) in SDL_CalculatePitch() function
H A DSDL_surface.c58 surface->pitch = SDL_CalculatePitch(surface); in SDL_CreateRGBSurfaceWithFormat()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/
H A DSDL_pixels_c.h37 extern int SDL_CalculatePitch(SDL_Surface * surface);
H A DSDL_pixels.c748 SDL_CalculatePitch(SDL_Surface * surface) in SDL_CalculatePitch() function
H A DSDL_surface.c58 surface->pitch = SDL_CalculatePitch(surface); in SDL_CreateRGBSurfaceWithFormat()
/dports/devel/sdl12/SDL-1.2.15/src/video/
H A DSDL_pixels_c.h43 extern Uint16 SDL_CalculatePitch(SDL_Surface *surface);
H A DSDL_pixels.c291 Uint16 SDL_CalculatePitch(SDL_Surface *surface) in SDL_CalculatePitch() function
H A DSDL_surface.c112 surface->pitch = SDL_CalculatePitch(surface); in SDL_CreateRGBSurface()
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/video/android/
H A DSDL_pixels_c.h46 extern int SDL_CalculatePitch(SDL_Surface * surface);
H A DSDL_pixels.c639 SDL_CalculatePitch(SDL_Surface * surface) in SDL_CalculatePitch() function
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/video/
H A DSDL_pixels_c.h43 extern Uint16 SDL_CalculatePitch(SDL_Surface *surface);
H A DSDL_pixels.c291 Uint16 SDL_CalculatePitch(SDL_Surface *surface) in SDL_CalculatePitch() function
H A DSDL_surface.c112 surface->pitch = SDL_CalculatePitch(surface); in SDL_CreateRGBSurface()
/dports/devel/sdl12/SDL-1.2.15/src/video/nanox/
H A DSDL_nxvideo.c380 current -> pitch = SDL_CalculatePitch (current) ; in NX_SetVideoMode()
/dports/devel/sdl12/SDL-1.2.15/src/video/ps3/
H A DSDL_ps3video.c341 current->pitch = SDL_CalculatePitch(current); in PS3_SetVideoMode()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/
H A DSDL_surface.c41 SDL_CalculatePitch(Uint32 format, int width) in SDL_CalculatePitch() function
88 surface->pitch = SDL_CalculatePitch(format, width); in SDL_CreateRGBSurfaceWithFormat()
/dports/devel/sdl12/SDL-1.2.15/src/video/ps2gs/
H A DSDL_gsvideo.c481 current->pitch = SDL_CalculatePitch(current); in GS_SetVideoMode()
/dports/x11/controllermap/SDL2-2.0.18/src/video/
H A DSDL_surface.c42 SDL_CalculatePitch(Uint32 format, int width) in SDL_CalculatePitch() function
69 pitch = SDL_CalculatePitch(format, width); in SDL_CreateRGBSurfaceWithFormat()
/dports/devel/sdl20/SDL2-2.0.18/src/video/
H A DSDL_surface.c42 SDL_CalculatePitch(Uint32 format, int width) in SDL_CalculatePitch() function
69 pitch = SDL_CalculatePitch(format, width); in SDL_CreateRGBSurfaceWithFormat()
/dports/devel/sdl12/SDL-1.2.15/src/video/windib/
H A DSDL_dibvideo.c677 video->pitch = SDL_CalculatePitch(video);
/dports/devel/sdl12/SDL-1.2.15/src/video/gapi/
H A DSDL_gapivideo.c735 video->pitch = SDL_CalculatePitch(video); in GAPI_SetVideoMode()

12