Home
last modified time | relevance | path

Searched refs:pixel_type (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
DSDL_nximage.c65 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()
DSDL_nxvideo.h70 int pixel_type ; member
91 #define pixel_type (this -> hidden -> pixel_type) macro
DSDL_nxvideo.c229 pixel_type = si.pixtype; in NX_VideoInit()