|
MagickCore
6.7.5
|

Go to the source code of this file.
Defines | |
| #define | Magick2PI 6.28318530717958647692528676655900576839433879875020L |
| #define | MagickPHI 1.61803398874989484820458683436563811772030917980576L |
| #define | MagickPI2 1.57079632679489661923132169163975144209858469968755L |
| #define | MagickSQ1_2 0.70710678118654752440084436210484903928483593768847L |
| #define | MagickSQ2 1.41421356237309504880168872420969807856967187537695L |
| #define | MagickSQ2PI 2.50662827463100024161235523934010416269302368164062L |
| #define | UndefinedTicksPerSecond 100L |
| #define | UndefinedCompressionQuality 0UL |
Functions | |
| static double | DegreesToRadians (const double degrees) |
| static MagickRealType | RadiansToDegrees (const MagickRealType radians) |
| static unsigned char | ScaleColor5to8 (const unsigned int color) |
| static unsigned char | ScaleColor6to8 (const unsigned int color) |
| static unsigned int | ScaleColor8to5 (const unsigned char color) |
| static unsigned int | ScaleColor8to6 (const unsigned char color) |
Variables | |
| MagickPrivate const char | BackgroundColor [] |
| MagickPrivate const char | BorderColor [] |
| MagickPrivate const char | ForegroundColor [] |
| MagickPrivate const char | DefaultTileFrame [] |
| MagickPrivate const char | MatteColor [] |
| #define Magick2PI 6.28318530717958647692528676655900576839433879875020L |
Definition at line 25 of file image-private.h.
Referenced by GenerateCoefficients(), DistortImage(), GetOptimalKernelWidth2D(), AcquireKernelBuiltIn(), and AcquireResizeFilter().
| #define MagickPHI 1.61803398874989484820458683436563811772030917980576L |
Definition at line 26 of file image-private.h.
Referenced by FxEvaluateSubexpression().
| #define MagickPI2 1.57079632679489661923132169163975144209858469968755L |
Definition at line 27 of file image-private.h.
Referenced by GenerateCoefficients(), and DistortImage().
| #define MagickSQ1_2 0.70710678118654752440084436210484903928483593768847L |
Definition at line 28 of file image-private.h.
Referenced by IsEquivalentAlpha(), IsFuzzyEquivalencePixel(), IsFuzzyEquivalencePixelInfo(), and AcquireResizeFilter().
| #define MagickSQ2 1.41421356237309504880168872420969807856967187537695L |
Definition at line 29 of file image-private.h.
Referenced by AcquireKernelBuiltIn().
| #define MagickSQ2PI 2.50662827463100024161235523934010416269302368164062L |
Definition at line 30 of file image-private.h.
Referenced by GetBlurKernel(), GetMotionBlurKernel(), GetOptimalKernelWidth1D(), and AcquireKernelBuiltIn().
| #define UndefinedCompressionQuality 0UL |
Definition at line 32 of file image-private.h.
Referenced by IdentifyImage(), GetImageInfo(), and SyncImageSettings().
| #define UndefinedTicksPerSecond 100L |
Definition at line 31 of file image-private.h.
Referenced by AcquireImage().
| static double DegreesToRadians | ( | const double | degrees | ) | [inline, static] |
Definition at line 41 of file image-private.h.
References MagickPI.
Referenced by CompositeImage(), GenerateCoefficients(), RotateImage(), DrawImage(), TraceArcPath(), TraceEllipse(), TraceStrokePolygon(), MotionBlurImage(), RadialBlurImage(), ShadeImage(), SwirlImage(), DeskewImage(), ShearImage(), and ShearRotateImage().
| static MagickRealType RadiansToDegrees | ( | const MagickRealType | radians | ) | [inline, static] |
Definition at line 46 of file image-private.h.
References MagickPI.
Referenced by ScaleResampleFilter(), and DeskewImage().
| static unsigned char ScaleColor5to8 | ( | const unsigned int | color | ) | [inline, static] |
Definition at line 51 of file image-private.h.
| static unsigned char ScaleColor6to8 | ( | const unsigned int | color | ) | [inline, static] |
Definition at line 56 of file image-private.h.
| static unsigned int ScaleColor8to5 | ( | const unsigned char | color | ) | [inline, static] |
Definition at line 61 of file image-private.h.
| static unsigned int ScaleColor8to6 | ( | const unsigned char | color | ) | [inline, static] |
Definition at line 66 of file image-private.h.
| MagickPrivate const char BackgroundColor[] |
Definition at line 104 of file image.c.
Referenced by QueryColorCompliance(), AcquireImage(), and GetImageInfo().
| MagickPrivate const char BorderColor[] |
Definition at line 105 of file image.c.
Referenced by AcquireImage(), and GetImageInfo().
| MagickPrivate const char DefaultTileFrame[] |
Definition at line 106 of file image.c.
Referenced by PreviewImage().
| MagickPrivate const char ForegroundColor[] |
| MagickPrivate const char MatteColor[] |
Definition at line 112 of file image.c.
Referenced by AcquireImage(), and GetImageInfo().