Searched refs:read_mipmaps (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
D | dds.c | 1664 read_mipmaps; in ReadDDSImage() local 1685 read_mipmaps=MagickFalse; in ReadDDSImage() 1803 read_mipmaps=MagickTrue; in ReadDDSImage() 1834 status=(decoder)(image_info,image,&dds_info,read_mipmaps,exception); in ReadDDSImage() 2048 DDSInfo *dds_info,const MagickBooleanType read_mipmaps, in ReadDXT1() argument 2054 if (read_mipmaps != MagickFalse) in ReadDXT1() 2149 DDSInfo *dds_info,const MagickBooleanType read_mipmaps, in ReadDXT3() argument 2155 if (read_mipmaps != MagickFalse) in ReadDXT3() 2264 DDSInfo *dds_info,const MagickBooleanType read_mipmaps, in ReadDXT5() argument 2270 if (read_mipmaps != MagickFalse) in ReadDXT5() [all …]
|