Home | History | Annotate | Download | only in video

Lines Matching full:bmask

639 		switch(fmt->Rmask | fmt->Gmask | fmt->Bmask) {		\
643 || fmt->Bmask == 0x07e0) { \
659 || fmt->Bmask == 0x03e0) { \
683 if((fmt->Rmask | fmt->Gmask | fmt->Bmask) == 0x00ffffff \
685 || fmt->Bmask == 0xff00)) { \
725 switch(fmt->Rmask | fmt->Gmask | fmt->Bmask) { \
729 || fmt->Bmask == 0x07e0) { \
742 || fmt->Bmask == 0x03e0) { \
763 if((fmt->Rmask | fmt->Gmask | fmt->Bmask) == 0x00ffffff \
765 || fmt->Bmask == 0xff00)) { \
1010 Uint32 Bmask;
1095 || df->Bmask == 0x07e0)
1242 || df->Bmask == 0x07e0)
1423 masksum = df->Rmask | df->Gmask | df->Bmask;
1430 || df->Rmask == 0x07e0 || df->Bmask == 0x07e0) {
1438 || df->Rmask == 0x03e0 || df->Bmask == 0x03e0) {
1486 r->Bmask = df->Bmask;