/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_pixels_c.h | 30 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask); 32 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
|
SDL_pixels.c | 38 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask) 55 if ( Rmask || Bmask || Gmask ) { /* Packed pixels with custom mask */ 59 if ( Rmask ) { 60 for ( mask = Rmask; !(mask&0x01); mask >>= 1 ) 89 format->Rmask = Rmask; 103 format->Rmask = ((0xFF>>format->Rloss)<<format->Rshift); 116 format->Rmask = 0; 140 if ( Rmask || Bmask || Gmask ) { 148 if(Rmask) [all...] |
SDL_bmp.c | 55 Uint32 Rmask; 172 Rmask = Gmask = Bmask = 0; 181 Rmask = 0x7C00; 187 Rmask = 0x000000FF; 193 Rmask = 0x00FF0000; 209 Rmask = SDL_ReadLE32(src); 225 biWidth, biHeight, biBitCount, Rmask, Gmask, Bmask, 0); 400 (saveme->format->Rmask == 0x00FF0000) && 404 (saveme->format->Rmask == 0x000000FF) &&
|
SDL_blit.h | 85 && ((A)->Rmask == (B)->Rmask) && ((A)->Amask == (B)->Amask)) 91 r = (((Pixel&fmt->Rmask)>>fmt->Rshift)<<fmt->Rloss); \ 270 r = ((Pixel&fmt->Rmask)>>fmt->Rshift)<<fmt->Rloss; \ 277 r = (Pixel&fmt->Rmask)>>fmt->Rshift; \
|
SDL_RLEaccel.c | 639 switch(fmt->Rmask | fmt->Gmask | fmt->Bmask) { \ 642 || fmt->Rmask == 0x07e0 \ 658 || fmt->Rmask == 0x03e0 \ 683 if((fmt->Rmask | fmt->Gmask | fmt->Bmask) == 0x00ffffff \ 684 && (fmt->Gmask == 0xff00 || fmt->Rmask == 0xff00 \ 725 switch(fmt->Rmask | fmt->Gmask | fmt->Bmask) { \ 728 || fmt->Rmask == 0x07e0 \ 741 || fmt->Rmask == 0x03e0 \ 763 if((fmt->Rmask | fmt->Gmask | fmt->Bmask) == 0x00ffffff \ 764 && (fmt->Gmask == 0xff00 || fmt->Rmask == 0xff00 [all...] |
SDL_surface.c | 39 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask) 88 Rmask = video->displayformatalphapixel->Rmask; 96 Rmask = screen->format->Rmask; 102 surface->format = SDL_AllocFormat(depth, Rmask, Gmask, Bmask, Amask); 156 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask) 161 Rmask, Gmask, Bmask, Amask); 826 format->Rmask, format->Gmask, format->Bmask, format->Amask);
|
SDL_yuv_sw.c | 939 Uint32 Rmask, Gmask, Bmask; [all...] |
SDL_video.c | 255 vformat.Rmask, vformat.Gmask, vformat.Bmask, 0); 522 Uint32 Rmask, Gmask, Bmask; 526 Rmask = (SDL_VideoSurface->format)->Rmask; 530 Rmask = Gmask = Bmask = 0; 534 depth, Rmask, Gmask, Bmask, 0); 961 Uint32 rmask = 0x00ff0000; local 976 if ( (vf->Rmask == 0x1f) && 978 rmask = 0xff; 987 if ( (vf->Rmask == 0xff) && (vf->Bmask == 0xff0000) ) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/ |
SDL_vglvideo.h | 41 int Rmask;
|
SDL_vglvideo.c | 348 VGLCurMode->Rmask = modes[i]->Rmask; 380 if (! SDL_ReallocFormat(current, modes[i]->Depth, VGLCurMode->Rmask, 578 modescp->Rmask = ((1 << minfo.vi_pixel_fsizes[VGL_RED_INDEX]) - 1) <<
|
/external/qemu/distrib/sdl-1.2.15/src/video/dc/ |
SDL_dcvideo.c | 144 vformat->Rmask = 0x0000f800; 194 Uint32 Rmask, Gmask, Bmask; 207 Rmask = 0x00007c00; 213 Rmask = 0x0000f800; 219 Rmask = 0x00ff0000; 232 if ( ! SDL_ReallocFormat(current, bpp, Rmask, Gmask, Bmask, 0) ) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/ |
SDL_ipodvideo.c | 296 vformat->Rmask = 0xF800; 301 vformat->Rmask = vformat->Gmask = vformat->Bmask = 0; 337 Uint32 Rmask, Gmask, Bmask; 339 Rmask = 0xF800; 343 Rmask = Gmask = Bmask = 0; 355 if (!SDL_ReallocFormat (current, bpp, Rmask, Gmask, Bmask, 0)) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/nds/ |
SDL_ndsvideo.c | 172 vformat->Rmask = 0x0000f800; 242 Uint32 Rmask, Gmask, Bmask, Amask; 249 Rmask = 0x0000001F; 271 Rmask = 0x00000000; 314 if ( ! SDL_ReallocFormat(current, bpp, Rmask, Gmask, Bmask, Amask) ) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
SDL_riscosvideo.c | 197 vformat->Rmask = 0x0000001f; 206 vformat->Rmask = 0x000000ff; 213 vformat->Rmask = 0;
|
SDL_wimpvideo.c | 85 Uint32 Rmask = 0; 106 Rmask = 0x0000001f; 113 Rmask = 0x000000ff; 126 if ( ! SDL_ReallocFormat(current, bpp, Rmask, Gmask, Bmask, 0) ) {
|
SDL_riscosFullScreenVideo.c | 100 Uint32 Rmask = 0; 115 Rmask = 0x0000001f; 121 Rmask = 0x000000ff; 139 if ( ! SDL_ReallocFormat(current, bpp, Rmask, Gmask, Bmask, 0) ) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/ |
SDL_DirectFB_video.c | 230 if (format->Rmask && format->Gmask && format->Bmask) 238 if (format->Rmask == 0xF800 && 245 if (format->Rmask == 0x7C00 && 252 if (format->Rmask == 0xFF0000 && 259 if (format->Rmask == 0xFF0000 && 318 format->Amask = format->Rmask = format->Gmask = format->Bmask = 0; 328 format->Rmask = 0x00007C00; 334 format->Rmask = 0x0000F800; 344 format->Rmask = 0x00FF0000; 350 format->Rmask = 0x000000FF [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/windib/ |
SDL_dibvideo.c | 343 vformat->Rmask = 0x00007c00; 349 vformat->Rmask = 0x0000f800; 356 vformat->Rmask = 0x00ff0000; 611 Uint32 Rmask, Gmask, Bmask; 654 Rmask = 0x00007c00; 659 Rmask = 0x0000f800; 667 Rmask = 0x00ff0000; 672 Rmask = 0x00000000; 678 0, 0, bpp, Rmask, Gmask, Bmask, 0); 885 ((Uint32*)binfo->bmiColors)[0] = video->format->Rmask; [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/ |
SDL_gapivideo.c | 578 vformat->Rmask = 0x0000f800; 586 vformat->Rmask = 0x00007c00; 595 vformat->Rmask = 0x0000f800; // 16 bit 565 622 Uint32 Rmask, Gmask, Bmask; 639 Rmask = 0; 647 Rmask = 0x00007c00; 652 Rmask = 0x0000f800; 659 Rmask = 0x00ff0000; 668 0, 0, bpp, Rmask, Gmask, Bmask, 0); [all...] |
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_video.h | 82 Uint32 Rmask; 555 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask); 559 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask); [all...] |
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 82 Uint32 Rmask; 555 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask); 559 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask); [all...] |
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_video.h | 82 Uint32 Rmask; 555 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask); 559 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask); [all...] |
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_video.h | 82 Uint32 Rmask; 555 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask); 559 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
SDL_fbvideo.c | 604 vformat->Rmask <<= 1; 605 vformat->Rmask |= (0x00000001<<vinfo.red.offset); 1004 Uint32 Rmask; 1084 Rmask = 0; 1086 Rmask <<= 1; 1087 Rmask |= (0x00000001<<vinfo.red.offset); 1100 Rmask, Gmask, Bmask, 0) ) { [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
SDL_dx5video.c | [all...] |