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

  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.h 70 int pixel_type ; member in struct:SDL_PrivateVideoData
91 #define pixel_type (this -> hidden -> pixel_type) macro
SDL_nximage.c 65 if ((pixel_type == MWPF_TRUECOLOR0888 || pixel_type == MWPF_TRUECOLOR888)
84 else if (pixel_type == MWPF_TRUECOLOR0888 || pixel_type == MWPF_TRUECOLOR888) {
110 pixel_type) ;
112 GrArea (SDL_Window, SDL_GC, x, y, w, h, Image_buff, pixel_type) ;
221 this -> screen -> h, SDL_Image, pixel_type) ;
224 this -> screen -> h, SDL_Image, pixel_type) ;
SDL_nxvideo.c 229 pixel_type = si.pixtype;

Completed in 27 milliseconds