Searched refs:pixel_type (Results 1 – 3 of 3) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/ |
D | SDL_nximage.c | 65 if ((pixel_type == MWPF_TRUECOLOR0888 || pixel_type == MWPF_TRUECOLOR888) in NX_NormalUpdate() 84 else if (pixel_type == MWPF_TRUECOLOR0888 || pixel_type == MWPF_TRUECOLOR888) { in NX_NormalUpdate() 110 pixel_type) ; in NX_NormalUpdate() 112 GrArea (SDL_Window, SDL_GC, x, y, w, h, Image_buff, pixel_type) ; in NX_NormalUpdate() 221 this -> screen -> h, SDL_Image, pixel_type) ; in NX_RefreshDisplay() 224 this -> screen -> h, SDL_Image, pixel_type) ; in NX_RefreshDisplay()
|
D | SDL_nxvideo.h | 70 int pixel_type ; member 91 #define pixel_type (this -> hidden -> pixel_type) macro
|
D | SDL_nxvideo.c | 229 pixel_type = si.pixtype; in NX_VideoInit()
|