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

  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.h 75 int memory_pitch; member in struct:SDL_PrivateVideoData
106 #define memory_pitch (this->hidden->memory_pitch) macro
SDL_dgavideo.c 505 memory_pitch = mode->mode.bytesPerScanline;
511 current->pitch = memory_pitch;
827 *x = (long)((Uint8 *)dst->pixels - memory_base)%memory_pitch;
828 *y = (long)((Uint8 *)dst->pixels - memory_base)/memory_pitch;

Completed in 163 milliseconds