Searched refs:SetIntegerOption (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
D | webp.c | 1083 static inline void SetIntegerOption(const ImageInfo *image_info, in SetIntegerOption() function 1148 SetIntegerOption(image_info,"webp:alpha-compression", in WriteWEBPImage() 1150 SetIntegerOption(image_info,"webp:alpha-filtering", in WriteWEBPImage() 1152 SetIntegerOption(image_info,"webp:alpha-quality", in WriteWEBPImage() 1154 SetIntegerOption(image_info,"webp:filter-strength", in WriteWEBPImage() 1156 SetIntegerOption(image_info,"webp:filter-sharpness", in WriteWEBPImage() 1158 SetIntegerOption(image_info,"webp:filter-type",&configure.filter_type); in WriteWEBPImage() 1159 SetIntegerOption(image_info,"webp:method",&configure.method); in WriteWEBPImage() 1160 SetIntegerOption(image_info,"webp:partitions",&configure.partitions); in WriteWEBPImage() 1161 SetIntegerOption(image_info,"webp:partition-limit", in WriteWEBPImage() [all …]
|