HomeSort by relevance Sort by last modified time
    Searched refs:SDL_CalculatePitch (Results 1 - 10 of 10) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_pixels_c.h 43 extern Uint16 SDL_CalculatePitch(SDL_Surface *surface);
SDL_pixels.c 291 Uint16 SDL_CalculatePitch(SDL_Surface *surface)
SDL_surface.c 112 surface->pitch = SDL_CalculatePitch(surface);
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 860 screen->pitch = SDL_CalculatePitch(screen);
894 screen->pitch = SDL_CalculatePitch(screen);
1088 current->pitch = SDL_CalculatePitch(current);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.c 380 current -> pitch = SDL_CalculatePitch (current) ;
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsvideo.c 481 current->pitch = SDL_CalculatePitch(current);
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 704 video->pitch = SDL_CalculatePitch(video);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 552 video->pitch = SDL_CalculatePitch(video);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c     [all...]

Completed in 900 milliseconds