Searched defs:redmask (Results 1 - 2 of 2) sorted by last modified time

/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_atarigl.c410 Uint32 redmask; local
426 redmask = pixel_format->Rmask;
432 if (redmask == 31<<10) {
440 if (redmask == 31<<11) {
450 if (redmask == 255<<16) {
458 if (redmask == 255<<16) {
460 } else if (redmask == 255<<8) {
462 } else if (redmask == 255<<24) {
518 Uint32 redmask; local
541 redmask
[all...]
/external/opencv/otherlibs/highgui/
H A Dgrfmt_bmp.cpp134 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 118 milliseconds