Searched refs:SDL_CalculatePitch (Results 1 - 10 of 10) sorted by relevance

/external/qemu/distrib/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) function
H A DSDL_surface.c112 surface->pitch = SDL_CalculatePitch(surface);
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxvideo.c380 current -> pitch = SDL_CalculatePitch (current) ;
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
H A DSDL_ps3video.c341 current->pitch = SDL_CalculatePitch(current);
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsvideo.c481 current->pitch = SDL_CalculatePitch(current);
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
H A DSDL_gapivideo.c735 video->pitch = SDL_CalculatePitch(video);
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_dibvideo.c689 video->pitch = SDL_CalculatePitch(video);
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.c1231 current->pitch = SDL_CalculatePitch(current);
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5video.c1129 video->pitch = SDL_CalculatePitch(video);

Completed in 930 milliseconds