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.c265 flags|=HeightValue; in GetGeometry()
313 if (((flags & SeparatorValue) == 0) && ((flags & HeightValue) == 0)) in GetGeometry()
317 flags|=HeightValue; in GetGeometry()
328 (flags & WidthValue) ? 'W' : ' ',(flags & HeightValue) ? 'H' : ' ', in GetGeometry()
1613 if ((((flags & WidthValue) != 0) || ((flags & HeightValue) != 0)) && in ParsePageGeometry()
1618 if ((flags & HeightValue) == 0) in ParsePageGeometry()
Dcomposite.c828 if ((flags & HeightValue) != 0) in CompositeImage()
974 if ((flags & (WidthValue | HeightValue)) == 0 ) in CompositeImage()
1004 if ((flags & HeightValue) == 0) in CompositeImage()
Dmontage.c501 if ((flags & HeightValue) == 0) in MontageImageList()
Dconstitute.c790 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.c2174 if ((flags & HeightValue) == 0) in ResetImagePage()
Dxwindow.c8414 if ((flags & WidthValue) && (flags & HeightValue)) in XMakeWindow()
/external/ImageMagick/coders/
Dmsl.c1320 if ((flags & HeightValue) == 0) in MSLStartElement()
1551 if ((flags & HeightValue) == 0) in MSLStartElement()
1694 if ((flags & HeightValue) == 0) in MSLStartElement()
1882 if ((flags & HeightValue) == 0) in MSLStartElement()
2508 if ((flags & HeightValue) == 0) in MSLStartElement()
3105 if ((flags & HeightValue) == 0) in MSLStartElement()
3749 if ((flags & HeightValue) == 0) in MSLStartElement()
4707 if ((flags & HeightValue) == 0) in MSLStartElement()
4979 if ((flags & HeightValue) == 0) in MSLStartElement()
5191 if ((flags & HeightValue) == 0) in MSLStartElement()
[all …]
Djp2.c897 if ((flags & HeightValue) != 0) in WriteJP2Image()
Ddib.c620 if (flags & HeightValue) in ReadDIBImage()
Dtiff.c2907 if ((flags & HeightValue) == 0) in GetTIFFInfo()
/external/ImageMagick/Magick++/lib/
DGeometry.cpp227 if ((flags & HeightValue) != 0) in operator =()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h700 using MagickCore::HeightValue;
/external/ImageMagick/MagickWand/
Doperation.c1896 if ((flags & (WidthValue | HeightValue)) == 0) in CLISimpleOperatorImage()
/external/ImageMagick/PerlMagick/
DMagick.xs2019 if ((flags & HeightValue) == 0) in SetAttribute()
2042 if (((flags & HeightValue) != 0) && (geometry.y > 0)) in SetAttribute()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in2016 if ((flags & HeightValue) == 0)
2039 if (((flags & HeightValue) != 0) && (geometry.y > 0))