Home | History | Annotate | Download | only in video

Lines Matching refs:Rshift

300 		alpha = (0xff << df->Rshift) | (0xff << df->Gshift) | (0xff << df->Bshift);
526 chanmask = (0xff << df->Rshift) | (0xff << df->Gshift) | (0xff << df->Bshift);
756 Uint32 rmask = RESHIFT(srcfmt->Rshift) << (dstfmt->Rshift);
2775 if(sf->Rshift % 8 == 0
2836 if(sf->Rshift % 8 == 0