Home
last modified time | relevance | path

Searched refs:HeightValue (Results 1 – 17 of 17) sorted by relevance

/external/ImageMagick/MagickCore/
Dgeometry.h38 #undef HeightValue
39 HeightValue = 0x0008, enumerator
Dgeometry.c252 flags|=HeightValue; in GetGeometry()
300 if (((flags & SeparatorValue) == 0) && ((flags & HeightValue) == 0)) in GetGeometry()
304 flags|=HeightValue; in GetGeometry()
315 (flags & WidthValue) ? 'W' : ' ',(flags & HeightValue) ? 'H' : ' ', in GetGeometry()
1488 if ((((flags & WidthValue) != 0) || ((flags & HeightValue) != 0)) && in ParsePageGeometry()
1493 if ((flags & HeightValue) == 0) in ParsePageGeometry()
Dcomposite.c824 if ((flags & HeightValue) != 0 )
975 if ((flags & (WidthValue | HeightValue)) == 0 )
1005 if ((flags & HeightValue) == 0)
Dmontage.c500 if ((flags & HeightValue) == 0) in MontageImageList()
Dconstitute.c702 if (((flags & WidthValue) != 0) || ((flags & HeightValue) != 0)) in ReadImage()
Dmorphology.c434 if ( (flags & HeightValue) == 0 ) in ParseKernelName()
458 if ( (flags & HeightValue) == 0 ) /* no distance scale */ in ParseKernelName()
Dimage.c2158 if ((flags & HeightValue) == 0) in ResetImagePage()
Dxwindow.c8422 if ((flags & WidthValue) && (flags & HeightValue)) in XMakeWindow()
/external/ImageMagick/coders/
Dmsl.c1315 if ((flags & HeightValue) == 0) in MSLStartElement()
1544 if ((flags & HeightValue) == 0) in MSLStartElement()
1687 if ((flags & HeightValue) == 0) in MSLStartElement()
1875 if ((flags & HeightValue) == 0) in MSLStartElement()
2501 if ((flags & HeightValue) == 0) in MSLStartElement()
3098 if ((flags & HeightValue) == 0) in MSLStartElement()
3740 if ((flags & HeightValue) == 0) in MSLStartElement()
4698 if ((flags & HeightValue) == 0) in MSLStartElement()
4970 if ((flags & HeightValue) == 0) in MSLStartElement()
5176 if ((flags & HeightValue) == 0) in MSLStartElement()
[all …]
Djp2.c835 if ((flags & HeightValue) != 0) in WriteJP2Image()
Ddib.c593 if (flags & HeightValue) in ReadDIBImage()
Dtiff.c2786 if ((flags & HeightValue) == 0) in GetTIFFInfo()
/external/ImageMagick/Magick++/lib/
DGeometry.cpp227 if ((flags & HeightValue) != 0) in operator =()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h661 using MagickCore::HeightValue;
/external/ImageMagick/MagickWand/
Doperation.c1849 if ((flags & (WidthValue | HeightValue)) == 0) in CLISimpleOperatorImage()
/external/ImageMagick/PerlMagick/
DMagick.xs1953 if ((flags & HeightValue) == 0) in SetAttribute()
1976 if (((flags & HeightValue) != 0) && (geometry.y > 0)) in SetAttribute()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in1953 if ((flags & HeightValue) == 0)
1976 if (((flags & HeightValue) != 0) && (geometry.y > 0))