Home
last modified time | relevance | path

Searched refs:rgb_bitcount (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/coders/
Ddds.c119 rgb_bitcount, member
1852 dds_info->pixelformat.rgb_bitcount = ReadBlobLSBLong(image); in ReadDDSInfo()
2133 if (dds_info->pixelformat.rgb_bitcount == 8) in ReadUncompressedRGB()
2135 else if (dds_info->pixelformat.rgb_bitcount == 16 && !IsBitMask( in ReadUncompressedRGB()
2149 if (dds_info->pixelformat.rgb_bitcount == 8) in ReadUncompressedRGB()
2151 else if (dds_info->pixelformat.rgb_bitcount == 16) in ReadUncompressedRGB()
2169 if (dds_info->pixelformat.rgb_bitcount == 32) in ReadUncompressedRGB()
2197 if (dds_info->pixelformat.rgb_bitcount == 16) in ReadUncompressedRGBA()
2222 if (dds_info->pixelformat.rgb_bitcount == 16) in ReadUncompressedRGBA()