OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:memory_pitch
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.h
77
int
memory_pitch
;
member in struct:SDL_PrivateVideoData
108
#define
memory_pitch
(this->hidden->
memory_pitch
)
macro
SDL_dgavideo.c
509
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 50 milliseconds