Home
last modified time | relevance | path

Searched defs:GetPixelY (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Dpixel-accessor.h64 #define GetPixelY(pixel) ((pixel)->red) macro
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Dpixel-accessor.h64 #define GetPixelY(pixel) ((pixel)->red) macro
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Dpixel-accessor.h439 static inline Quantum GetPixelY(const Image *magick_restrict image, in GetPixelY() function
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Dpixel-accessor.h439 static inline Quantum GetPixelY(const Image *magick_restrict image, in GetPixelY() function
/dports/databases/spatialite_gui/spatialite_gui-1.7.1/
H A DExif.cpp1023 sqlite3_int64 MyFrame::GetPixelY(gaiaExifTagListPtr tag_list, bool * ok) in GetPixelY() function in MyFrame