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

  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarigl.c 412 Uint32 redmask; local
428 redmask = pixel_format->Rmask;
434 if (redmask == 31<<10) {
442 if (redmask == 31<<11) {
452 if (redmask == 255<<16) {
460 if (redmask == 255<<16) {
462 } else if (redmask == 255<<8) {
464 } else if (redmask == 255<<24) {
520 Uint32 redmask; local
543 redmask = pixel_format->Rmask
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_bmp.cpp 134 int redmask = m_strm.GetDWord(); local
138 if( bluemask == 0x1f && greenmask == 0x3e0 && redmask == 0x7c00 )
140 else if( bluemask == 0x1f && greenmask == 0x7e0 && redmask == 0xf800 )

Completed in 59 milliseconds