Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dgeometry.c894 flags|=RhoValue | SigmaValue | XiValue | PsiValue; in ParseGeometry()
1018 flags|=RhoValue; in ParseGeometry()
1134 if (((flags & RhoValue) != 0) && ((flags & SigmaValue) == 0) && in ParseGeometry()
1177 if (((flags & SeparatorValue) != 0) && ((flags & RhoValue) == 0)) in ParseGeometry()
1184 (flags & RhoValue) ? 'W' : ' ',(flags & SigmaValue) ? 'H' : ' ', in ParseGeometry()
1272 if ((status & RhoValue) == 0) in ParseGravityGeometry()
1411 if ((percent_flags & RhoValue) == 0) in ParseMetaGeometry()
1455 if ((flags & RhoValue) == 0) in ParseMetaGeometry()
1471 if (((flags & RhoValue) != 0) && (flags & SigmaValue) != 0) in ParseMetaGeometry()
1484 if ((flags & RhoValue) != 0) in ParseMetaGeometry()
Dgeometry.h37 RhoValue = 0x0004, enumerator
Dmontage.c484 concatenate=((flags & RhoValue) == 0) && ((flags & SigmaValue) == 0) ? in MontageImageList()
Dcolor.c2437 if ((flags & RhoValue) != 0) in QueryColorCompliance()
Dfx.c1541 if ((flags & RhoValue) == 0) in FxGetSymbol()
1576 if ((flags & RhoValue) == 0) in FxGetSymbol()
Dproperty.c4258 if ((flags & RhoValue) != 0) in SetImageProperty()
Dmorphology.c4473 if ( (flags & RhoValue) == 0 ) /* Set Defaults for missing args */ in ScaleGeometryKernelInfo()
/external/ImageMagick/MagickWand/
Doperation.c1729 if ((flags & (RhoValue|SigmaValue)) == 0) in CLISimpleOperatorImage()
1750 if ((flags & (RhoValue|SigmaValue)) == 0) in CLISimpleOperatorImage()
1836 if ((flags & RhoValue) == 0) in CLISimpleOperatorImage()
1845 if ((flags & (RhoValue|SigmaValue)) == 0) in CLISimpleOperatorImage()
1885 if ((flags & RhoValue) == 0) in CLISimpleOperatorImage()
1902 if ((flags & (RhoValue|SigmaValue)) == 0) in CLISimpleOperatorImage()
1951 if ((flags & (RhoValue|SigmaValue)) == 0) in CLISimpleOperatorImage()
2091 if ((flags & RhoValue) == 0) in CLISimpleOperatorImage()
2251 if ((flags & (RhoValue|SigmaValue)) == 0) in CLISimpleOperatorImage()
2259 if ((flags & (RhoValue|SigmaValue)) == 0) in CLISimpleOperatorImage()
[all …]
Dmogrify.c2068 if ((flags & RhoValue) == 0) in MogrifyImage()
/external/ImageMagick/coders/
Ddcm.c4208 if (flags & RhoValue) in ReadDCMImage()
Djpeg.c2564 if (((flags & RhoValue) != 0) && ((flags & SigmaValue) != 0)) in WriteJPEGImage()