Searched refs:SetBooleanOption (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
D | webp.c | 1072 static inline void SetBooleanOption(const ImageInfo *image_info, in SetBooleanOption() function 1129 SetBooleanOption(image_info,"webp:lossless",&configure.lossless); in WriteWEBPImage() 1144 SetBooleanOption(image_info,"webp:auto-filter",&configure.autofilter); in WriteWEBPImage() 1171 SetBooleanOption(image_info,"webp:emulate-jpeg-size", in WriteWEBPImage() 1173 SetBooleanOption(image_info,"webp:low-memory",&configure.low_memory); in WriteWEBPImage() 1177 SetBooleanOption(image_info,"webp:exact",&configure.exact); in WriteWEBPImage() 1181 SetBooleanOption(image_info,"webp:use-sharp-yuv",&configure.use_sharp_yuv); in WriteWEBPImage()
|