Searched refs:memory_pitch (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.h77 int memory_pitch; member in struct:SDL_PrivateVideoData
108 #define memory_pitch (this->hidden->memory_pitch) macro
H A DSDL_dgavideo.c509 memory_pitch = mode->mode.bytesPerScanline;
515 current->pitch = memory_pitch;
831 *x = (long)((Uint8 *)dst->pixels - memory_base)%memory_pitch;
832 *y = (long)((Uint8 *)dst->pixels - memory_base)/memory_pitch;

Completed in 166 milliseconds