Lines Matching refs:MagickTrue

548       match=fabs((double) (p[offset]-target)) < 0.5 ? MagickTrue : MagickFalse;  in PrintChannelLocations()
731 ping=p == (const Quantum *) NULL ? MagickTrue : MagickFalse; in EncodeImageAttributes()
824 type,max_locations,MagickTrue,channel_statistics); in EncodeImageAttributes()
831 type,max_locations,MagickTrue,channel_statistics); in EncodeImageAttributes()
833 type,max_locations,MagickTrue,channel_statistics); in EncodeImageAttributes()
841 type,max_locations,MagickTrue,channel_statistics); in EncodeImageAttributes()
843 type,max_locations,MagickTrue,channel_statistics); in EncodeImageAttributes()
845 type,max_locations,MagickTrue,channel_statistics); in EncodeImageAttributes()
950 MagickTrue,channel_statistics); in EncodeImageAttributes()
957 MagickTrue,channel_statistics); in EncodeImageAttributes()
959 scale,MagickTrue,channel_statistics); in EncodeImageAttributes()
967 MagickTrue,channel_statistics); in EncodeImageAttributes()
969 scale,MagickTrue,channel_statistics); in EncodeImageAttributes()
971 scale,MagickTrue,channel_statistics); in EncodeImageAttributes()
991 (void) PrintChannelMoments(file,AlphaPixelChannel,"Alpha",MagickTrue, in EncodeImageAttributes()
998 (void) PrintChannelMoments(file,RedPixelChannel,"Red",MagickTrue, in EncodeImageAttributes()
1000 (void) PrintChannelMoments(file,GreenPixelChannel,"Green",MagickTrue, in EncodeImageAttributes()
1008 (void) PrintChannelMoments(file,CyanPixelChannel,"Cyan",MagickTrue, in EncodeImageAttributes()
1011 MagickTrue,channel_moments); in EncodeImageAttributes()
1013 MagickTrue,channel_moments); in EncodeImageAttributes()
1034 MagickTrue,channel_phash); in EncodeImageAttributes()
1035 (void) PrintChannelPerceptualHash(file,RedChannel,"redHue",MagickTrue, in EncodeImageAttributes()
1038 MagickTrue,channel_phash); in EncodeImageAttributes()
1049 (void) PrintChannelFeatures(file,AlphaPixelChannel,"Alpha",MagickTrue, in EncodeImageAttributes()
1056 (void) PrintChannelFeatures(file,RedPixelChannel,"Red",MagickTrue, in EncodeImageAttributes()
1059 MagickTrue,channel_features); in EncodeImageAttributes()
1066 (void) PrintChannelFeatures(file,CyanPixelChannel,"Cyan",MagickTrue, in EncodeImageAttributes()
1069 MagickTrue,channel_features); in EncodeImageAttributes()
1071 MagickTrue,channel_features); in EncodeImageAttributes()
1119 GetColorTuple(&pixel,MagickTrue,color); in EncodeImageAttributes()
1134 GetColorTuple(p,MagickTrue,color); in EncodeImageAttributes()
1188 GetColorTuple(&image->alpha_color,MagickTrue,color); in EncodeImageAttributes()
1190 GetColorTuple(&image->background_color,MagickTrue,color); in EncodeImageAttributes()
1192 GetColorTuple(&image->border_color,MagickTrue,color); in EncodeImageAttributes()
1194 GetColorTuple(&image->transparent_color,MagickTrue,color); in EncodeImageAttributes()
1559 return(ferror(file) != 0 ? MagickFalse : MagickTrue); in EncodeImageAttributes()
1609 return(MagickTrue); in WriteJSONImage()