Searched refs:PixelFormat (Results 1 – 2 of 2) sorted by relevance
150 s3RGB.PixelFormat.nFlags = S3_TF_HASALPHA; in TCConvertToS3()151 s3RGB.PixelFormat.nARGBBitCount = 32; in TCConvertToS3()155 s3RGB.PixelFormat.nRedMask = 0x000000FF; in TCConvertToS3()156 s3RGB.PixelFormat.nGreenMask = 0x0000FF00; in TCConvertToS3()157 s3RGB.PixelFormat.nBlueMask = 0x00FF0000; in TCConvertToS3()158 s3RGB.PixelFormat.nAlphaMask = 0xFF000000; in TCConvertToS3()
115 S3_PIXEL_FORMAT PixelFormat; /* pixel format description of the surface */ member