Home
last modified time | relevance | path

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

/external/ImageMagick/MagickWand/
Doperation.c1726 if ((flags & (RhoValue|SigmaValue)) == 0) in CLISimpleOperatorImage()
1747 if ((flags & (RhoValue|SigmaValue)) == 0) in CLISimpleOperatorImage()
1823 if ((flags & RhoValue) == 0) in CLISimpleOperatorImage()
1832 if ((flags & (RhoValue|SigmaValue)) == 0) in CLISimpleOperatorImage()
1872 if ((flags & RhoValue) == 0) in CLISimpleOperatorImage()
1889 if ((flags & (RhoValue|SigmaValue)) == 0) in CLISimpleOperatorImage()
1939 if ((flags & (RhoValue|SigmaValue)) == 0) in CLISimpleOperatorImage()
2107 if ((flags & RhoValue) == 0) in CLISimpleOperatorImage()
2267 if ((flags & (RhoValue|SigmaValue)) == 0) in CLISimpleOperatorImage()
2275 if ((flags & (RhoValue|SigmaValue)) == 0) in CLISimpleOperatorImage()
[all …]
Dmogrify.c2084 if ((flags & RhoValue) == 0) in MogrifyImage()
/external/ImageMagick/MagickCore/
Dgeometry.c876 flags|=RhoValue | SigmaValue | XiValue | PsiValue; in ParseGeometry()
995 flags|=RhoValue; in ParseGeometry()
1125 if (((flags & SeparatorValue) != 0) && ((flags & RhoValue) == 0)) in ParseGeometry()
1132 (flags & RhoValue) ? 'W' : ' ',(flags & SigmaValue) ? 'H' : ' ', in ParseGeometry()
1220 if ((status & RhoValue) == 0) in ParseGravityGeometry()
1329 if ((flags & RhoValue) == 0) in ParseMetaGeometry()
1342 if ((flags & RhoValue) == 0) in ParseMetaGeometry()
1358 if (((flags & RhoValue) != 0) && (flags & SigmaValue) != 0) in ParseMetaGeometry()
1371 if ((flags & RhoValue) != 0) in ParseMetaGeometry()
Dgeometry.h37 RhoValue = 0x0004, enumerator
Dmontage.c483 concatenate=((flags & RhoValue) == 0) && ((flags & SigmaValue) == 0) ? in MontageImageList()
Dcolor.c2425 if ((flags & RhoValue) != 0) in QueryColorCompliance()
Dfx.c1541 if ((flags & RhoValue) == 0) in FxGetSymbol()
1576 if ((flags & RhoValue) == 0) in FxGetSymbol()
Dmorphology.c4458 if ( (flags & RhoValue) == 0 ) /* Set Defaults for missing args */ in ScaleGeometryKernelInfo()
/external/ImageMagick/coders/
Djpeg.c2423 if (((flags & RhoValue) != 0) && ((flags & SigmaValue) != 0)) in WriteJPEGImage()