Searched defs:BytesPerPixel (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
H A DSDL_cgxvideo.h95 int BytesPerPixel; member in struct:SDL_PrivateVideoData
/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_video.h65 Uint8 BytesPerPixel; member in struct:SDL_PixelFormat
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_RLEaccel.c625 switch(fmt->BytesPerPixel) { \
632 switch(fmt->BytesPerPixel) { \
711 switch(fmt->BytesPerPixel) { \
718 switch(fmt->BytesPerPixel) { \
859 + y * dst->pitch + x * src->format->BytesPerPixel;
886 switch(src->format->BytesPerPixel) {
999 Uint8 BytesPerPixel; member in struct:__anon9201
1091 switch(df->BytesPerPixel) {
1124 + y * dst->pitch + x * df->BytesPerPixel;
1132 if(df->BytesPerPixel
[all...]

Completed in 89 milliseconds