#include "magick/studio.h"#include "magick/cache.h"#include "magick/cache-private.h"#include "magick/cache-view.h"#include "magick/memory_.h"#include "magick/exception.h"#include "magick/exception-private.h"#include "magick/string_.h"

Go to the source code of this file.
Data Structures | |
| struct | _ViewInfo |
Functions | |
| MagickExport ViewInfo * | AcquireCacheView (const Image *image) |
| MagickExport ViewInfo * | AcquireCacheViewThread (ViewInfo **cache_views) |
| MagickExport ViewInfo ** | AcquireCacheViewThreadSet (const Image *image) |
| MagickExport ViewInfo * | CloneCacheView (const ViewInfo *cache_view) |
| MagickExport ViewInfo * | DestroyCacheView (ViewInfo *cache_view) |
| MagickExport ViewInfo ** | DestroyCacheViewThreadSet (ViewInfo **cache_views) |
| MagickExport ColorspaceType | GetCacheViewColorspace (const ViewInfo *cache_view) |
| MagickExport ExceptionInfo * | GetCacheViewException (const ViewInfo *cache_view) |
| static long | GetNexusInfoThreadId (void) |
| MagickExport MagickSizeType | GetCacheViewExtent (const ViewInfo *cache_view) |
| MagickExport ClassType | GetCacheViewStorageClass (const ViewInfo *cache_view) |
| MagickExport PixelPacket * | GetCacheViewAuthenticPixels (ViewInfo *cache_view, const long x, const long y, const unsigned long columns, const unsigned long rows, ExceptionInfo *exception) |
| MagickExport MagickBooleanType | GetOneCacheViewAuthenticPixel (const ViewInfo *cache_view, const long x, const long y, PixelPacket *pixel, ExceptionInfo *exception) |
| MagickExport IndexPacket * | GetCacheViewAuthenticIndexQueue (ViewInfo *cache_view) |
| MagickExport PixelPacket * | GetCacheViewAuthenticPixelQueue (ViewInfo *cache_view) |
| MagickExport const IndexPacket * | GetCacheViewVirtualIndexQueue (const ViewInfo *cache_view) |
| MagickExport const PixelPacket * | GetCacheViewVirtualPixelQueue (const ViewInfo *cache_view) |
| MagickExport const PixelPacket * | GetCacheViewVirtualPixels (const ViewInfo *cache_view, const long x, const long y, const unsigned long columns, const unsigned long rows, ExceptionInfo *exception) |
| MagickExport MagickBooleanType | GetOneCacheViewVirtualPixel (const ViewInfo *cache_view, const long x, const long y, PixelPacket *pixel, ExceptionInfo *exception) |
| MagickExport MagickBooleanType | GetOneCacheViewVirtualMethodPixel (const ViewInfo *cache_view, const VirtualPixelMethod virtual_pixel_method, const long x, const long y, PixelPacket *pixel, ExceptionInfo *exception) |
| MagickExport PixelPacket * | QueueCacheViewAuthenticPixels (ViewInfo *cache_view, const long x, const long y, const unsigned long columns, const unsigned long rows, ExceptionInfo *exception) |
| MagickExport MagickBooleanType | SetCacheViewStorageClass (ViewInfo *cache_view, const ClassType storage_class) |
| MagickExport MagickBooleanType | SetCacheViewVirtualPixelMethod (ViewInfo *cache_view, const VirtualPixelMethod virtual_pixel_method) |
| MagickExport MagickBooleanType | SyncCacheViewAuthenticPixels (ViewInfo *cache_view, ExceptionInfo *exception) |
Definition at line 105 of file cache-view.c.
References AcquireMagickMemory(), AcquireNexusInfoThreadSet(), CacheFatalError, _ViewInfo::debug, _Image::debug, _Image::filename, GetImageVirtualPixelMethod(), GetMagickModule, _ViewInfo::image, IsEventLogging(), LogMagickEvent(), MagickFalse, MagickSignature, _ViewInfo::nexus_info, _ViewInfo::nexuses, ReferenceImage(), ResetMagickMemory(), ResourceLimitFatalError, _ViewInfo::signature, _Image::signature, ThrowFatalException, TraceEvent, and _ViewInfo::virtual_pixel_method.
Referenced by AcquireCacheViewThreadSet(), AcquireResampleFilter(), AdaptiveResizeImage(), AddNoiseImageChannel(), AssignImageColors(), AverageImages(), ChopImage(), ClassifyImageColors(), CombineImages(), CompositeImageChannel(), DitherImage(), DrawPrimitive(), FloydSteinbergDither(), GetImageBackgroundColor(), GetImageQuantizeError(), GetMeanErrorPerPixel(), InterpolateResampleFilter(), IsGrayImage(), IsHighDynamicRangeImage(), IsHistogramImage(), IsImagesEqual(), IsImageSimilar(), IsMonochromeImage(), IsOpaqueImage(), IsPaletteImage(), NewMagickImage(), OpenCacheView(), PosterizeImage(), RenderPostscript(), ResamplePixelColor(), SketchImage(), SortColormapByIntensity(), SpliceImage(), and SyncImage().
Definition at line 185 of file cache-view.c.
References AcquireCacheView(), AcquireQuantumMemory(), _Image::debug, _Image::filename, GetCacheViewMaximumThreads(), GetMagickModule, LogMagickEvent(), MagickFalse, MagickSignature, ResourceLimitFatalError, _Image::signature, ThrowFatalException, and TraceEvent.
Referenced by AdaptiveBlurImageChannel(), AdaptiveSharpenImageChannel(), AdaptiveThresholdImage(), AppendImages(), AverageImages(), BilevelImageChannel(), BlackThresholdImageChannel(), BlurImageChannel(), ClutImageChannel(), ColorizeImage(), CombineImages(), CompareImageChannels(), CompositeImageChannel(), ContrastImage(), ContrastStretchImageChannel(), CopyImageRegion(), CropImage(), CycleColormapImage(), DespeckleImage(), DistortImage(), DrawAffineImage(), DrawGradientImage(), DrawPolygonPrimitive(), EnhanceImage(), EqualizeImageChannel(), EvaluateImageChannel(), ExcerptImage(), FlipImage(), FlopImage(), FrameImage(), FxImageChannel(), GammaImageChannel(), GetAbsoluteError(), GetImageBoundingBox(), GetImageChannelDepth(), GetImageTotalInkDensity(), GetMeanAbsoluteError(), GetMeanSquaredError(), GetPeakAbsoluteError(), HorizontalFilter(), ImplodeImage(), IntegralRotateImage(), LevelImageChannel(), LevelizeImageChannel(), MedianFilterImage(), ModulateImage(), MorphImages(), MotionBlurImageChannel(), NegateImageChannel(), OilPaintImage(), OpaquePaintImageChannel(), OrderedPosterizeImageChannel(), RadialBlurImageChannel(), RadonTransform(), RaiseImage(), RandomThresholdImageChannel(), RecolorImage(), ReduceNoiseImage(), RGBTransformImage(), SeparateImageChannel(), SepiaToneImage(), SetGrayscaleImage(), SetImageBackgroundColor(), SetImageChannelDepth(), SetImageOpacity(), ShadeImage(), ShadowImage(), SigmoidalContrastImageChannel(), SolarizeImage(), SparseColorImage(), SpreadImage(), SwirlImage(), TextureImage(), TintImage(), TransformRGBImage(), TransparentPaintImage(), TransparentPaintImageChroma(), TransposeImage(), TransverseImage(), UnsharpMaskImageChannel(), VerticalFilter(), WaveImage(), WhiteThresholdImageChannel(), XShearImage(), and YShearImage().
Definition at line 228 of file cache-view.c.
References AcquireMagickMemory(), AcquireNexusInfoThreadSet(), _ViewInfo::debug, _Image::filename, GetMagickModule, _ViewInfo::image, LogMagickEvent(), MagickFalse, MagickSignature, _ViewInfo::nexus_info, _ViewInfo::nexuses, ReferenceImage(), ResetMagickMemory(), ResourceLimitFatalError, _ViewInfo::signature, ThrowFatalException, TraceEvent, and _ViewInfo::virtual_pixel_method.
Definition at line 273 of file cache-view.c.
References _ViewInfo::debug, DestroyImage(), DestroyNexusInfoThreadSet(), _Image::filename, GetMagickModule, _ViewInfo::image, LogMagickEvent(), MagickFalse, MagickSignature, _ViewInfo::nexus_info, _ViewInfo::nexuses, RelinquishMagickMemory(), _ViewInfo::signature, and TraceEvent.
Referenced by AdaptiveResizeImage(), AddNoiseImageChannel(), AssignImageColors(), AverageImages(), ChopImage(), ClassifyImageColors(), CloseCacheView(), CombineImages(), CompositeImageChannel(), DestroyCacheViewThreadSet(), DestroyResampleFilter(), DitherImage(), DrawPrimitive(), FloydSteinbergDither(), GetImageBackgroundColor(), GetImageQuantizeError(), GetMeanErrorPerPixel(), InterpolateResampleFilter(), IsGrayImage(), IsHighDynamicRangeImage(), IsHistogramImage(), IsImagesEqual(), IsImageSimilar(), IsMonochromeImage(), IsOpaqueImage(), IsPaletteImage(), NewMagickImage(), PosterizeImage(), RenderPostscript(), ResamplePixelColor(), SketchImage(), SortColormapByIntensity(), SpliceImage(), and SyncImage().
Definition at line 312 of file cache-view.c.
References DestroyCacheView(), GetCacheViewMaximumThreads(), and RelinquishMagickMemory().
Referenced by AdaptiveBlurImageChannel(), AdaptiveSharpenImageChannel(), AdaptiveThresholdImage(), AppendImages(), AverageImages(), BilevelImageChannel(), BlackThresholdImageChannel(), BlurImageChannel(), ClutImageChannel(), ColorizeImage(), CombineImages(), CompareImageChannels(), CompositeImageChannel(), ContrastImage(), ContrastStretchImageChannel(), CopyImageRegion(), CropImage(), CycleColormapImage(), DespeckleImage(), DistortImage(), DrawAffineImage(), DrawPolygonPrimitive(), EnhanceImage(), EqualizeImageChannel(), EvaluateImageChannel(), ExcerptImage(), FlipImage(), FlopImage(), FrameImage(), FxImageChannel(), GammaImageChannel(), GetAbsoluteError(), GetImageBoundingBox(), GetImageChannelDepth(), GetImageTotalInkDensity(), GetMeanAbsoluteError(), GetMeanSquaredError(), GetPeakAbsoluteError(), HorizontalFilter(), ImplodeImage(), IntegralRotateImage(), LevelImageChannel(), MedianFilterImage(), ModulateImage(), MorphImages(), MotionBlurImageChannel(), NegateImageChannel(), OilPaintImage(), OpaquePaintImageChannel(), OrderedPosterizeImageChannel(), RadialBlurImageChannel(), RadonTransform(), RaiseImage(), RandomThresholdImageChannel(), RecolorImage(), ReduceNoiseImage(), RGBTransformImage(), SeparateImageChannel(), SepiaToneImage(), SetGrayscaleImage(), SetImageBackgroundColor(), SetImageChannelDepth(), SetImageOpacity(), ShadowImage(), SigmoidalContrastImageChannel(), SolarizeImage(), SparseColorImage(), SpreadImage(), SwirlImage(), TextureImage(), TintImage(), TransformRGBImage(), TransparentPaintImage(), TransparentPaintImageChroma(), TransposeImage(), TransverseImage(), UnsharpMaskImageChannel(), VerticalFilter(), WaveImage(), WhiteThresholdImageChannel(), XShearImage(), and YShearImage().
| MagickExport IndexPacket* GetCacheViewAuthenticIndexQueue | ( | ViewInfo * | cache_view | ) |
Definition at line 604 of file cache-view.c.
References _Image::cache, _ViewInfo::debug, _Image::filename, GetMagickModule, GetNexusIndexes(), GetNexusInfoThreadId(), _ViewInfo::image, LogMagickEvent(), MagickFalse, MagickSignature, _ViewInfo::nexus_info, _ViewInfo::signature, and TraceEvent.
Referenced by FrameImage(), GetCacheViewIndexes(), and ImportQuantumPixels().
| MagickExport PixelPacket* GetCacheViewAuthenticPixelQueue | ( | ViewInfo * | cache_view | ) |
Definition at line 648 of file cache-view.c.
References _Image::cache, _ViewInfo::debug, _Image::filename, GetMagickModule, GetNexusInfoThreadId(), GetNexusPixels(), _ViewInfo::image, LogMagickEvent(), MagickFalse, MagickSignature, _ViewInfo::nexus_info, _ViewInfo::signature, and TraceEvent.
Referenced by ImportQuantumPixels().
| MagickExport PixelPacket* GetCacheViewAuthenticPixels | ( | ViewInfo * | cache_view, | |
| const long | x, | |||
| const long | y, | |||
| const unsigned long | columns, | |||
| const unsigned long | rows, | |||
| ExceptionInfo * | exception | |||
| ) |
Definition at line 503 of file cache-view.c.
References _ViewInfo::debug, _Image::filename, GetCacheNexus(), GetMagickModule, GetNexusInfoThreadId(), _ViewInfo::image, LogMagickEvent(), MagickFalse, MagickSignature, _ViewInfo::nexus_info, _ViewInfo::signature, and TraceEvent.
Referenced by AdaptiveThresholdImage(), AddNoiseImageChannel(), AssignImageColors(), BilevelImageChannel(), BlackThresholdImageChannel(), BlurImageChannel(), ClutImageChannel(), CombineImages(), CompositeImageChannel(), ContrastImage(), ContrastStretchImageChannel(), CopyImageRegion(), CycleColormapImage(), DespeckleImage(), DrawAffineImage(), DrawGradientImage(), DrawPolygonPrimitive(), DrawPrimitive(), EqualizeImageChannel(), EvaluateImageChannel(), ExcerptImage(), FloydSteinbergDither(), FxImageChannel(), GammaImageChannel(), GetCacheView(), GetCacheViewPixels(), LevelImageChannel(), LevelizeImageChannel(), ModulateImage(), MorphImages(), MotionBlurImageChannel(), NegateImageChannel(), OpaquePaintImageChannel(), OrderedPosterizeImageChannel(), RadialBlurImageChannel(), RaiseImage(), RandomThresholdImageChannel(), RenderPostscript(), RGBTransformImage(), RiemersmaDither(), SeparateImageChannel(), SetGrayscaleImage(), SetImageChannelDepth(), SetImageOpacity(), ShadowImage(), SigmoidalContrastImageChannel(), SolarizeImage(), SortColormapByIntensity(), SyncImage(), TransformRGBImage(), TransparentPaintImage(), TransparentPaintImageChroma(), UnsharpMaskImageChannel(), WhiteThresholdImageChannel(), XShearImage(), and YShearImage().
| MagickExport ColorspaceType GetCacheViewColorspace | ( | const ViewInfo * | cache_view | ) |
Definition at line 346 of file cache-view.c.
References _Image::colorspace, _ViewInfo::debug, _Image::filename, GetMagickModule, _ViewInfo::image, LogMagickEvent(), MagickFalse, MagickSignature, _ViewInfo::signature, and TraceEvent.
| MagickExport ExceptionInfo* GetCacheViewException | ( | const ViewInfo * | cache_view | ) |
Definition at line 379 of file cache-view.c.
References _ViewInfo::debug, _Image::exception, _Image::filename, GetMagickModule, _ViewInfo::image, LogMagickEvent(), MagickFalse, MagickSignature, _ViewInfo::signature, and TraceEvent.
Referenced by GetCacheView(), GetCacheViewPixels(), SetCacheViewPixels(), SyncCacheView(), and SyncCacheViewPixels().
| MagickExport MagickSizeType GetCacheViewExtent | ( | const ViewInfo * | cache_view | ) |
Definition at line 422 of file cache-view.c.
References _Image::cache, _ViewInfo::debug, _Image::filename, GetMagickModule, GetNexusExtent(), GetNexusInfoThreadId(), _ViewInfo::image, LogMagickEvent(), MagickFalse, MagickSignature, _ViewInfo::nexus_info, _ViewInfo::signature, and TraceEvent.
Referenced by ExportQuantumPixels(), and ImportQuantumPixels().
Definition at line 464 of file cache-view.c.
References _ViewInfo::debug, _Image::filename, GetMagickModule, _ViewInfo::image, LogMagickEvent(), MagickFalse, MagickSignature, _ViewInfo::signature, _Image::storage_class, and TraceEvent.
| MagickExport const IndexPacket* GetCacheViewVirtualIndexQueue | ( | const ViewInfo * | cache_view | ) |
Definition at line 692 of file cache-view.c.
References AcquireNexusIndexes(), _Image::cache, _ViewInfo::debug, _Image::filename, GetMagickModule, GetNexusInfoThreadId(), _ViewInfo::image, LogMagickEvent(), MagickFalse, MagickSignature, _ViewInfo::nexus_info, _ViewInfo::signature, and TraceEvent.
Referenced by AcquireCacheViewIndexes(), ExportQuantumPixels(), and InterpolatePixelColor().
| MagickExport const PixelPacket* GetCacheViewVirtualPixelQueue | ( | const ViewInfo * | cache_view | ) |
Definition at line 738 of file cache-view.c.
References AcquireNexusPixels(), _Image::cache, _ViewInfo::debug, _Image::filename, GetMagickModule, GetNexusInfoThreadId(), _ViewInfo::image, LogMagickEvent(), MagickFalse, MagickSignature, _ViewInfo::nexus_info, _ViewInfo::signature, and TraceEvent.
Referenced by ExportQuantumPixels().
| MagickExport const PixelPacket* GetCacheViewVirtualPixels | ( | const ViewInfo * | cache_view, | |
| const long | x, | |||
| const long | y, | |||
| const unsigned long | columns, | |||
| const unsigned long | rows, | |||
| ExceptionInfo * | exception | |||
| ) |
Definition at line 792 of file cache-view.c.
References AcquireCacheNexus(), _ViewInfo::debug, _Image::filename, GetMagickModule, GetNexusInfoThreadId(), _ViewInfo::image, LogMagickEvent(), MagickFalse, MagickSignature, _ViewInfo::nexus_info, _ViewInfo::signature, TraceEvent, and _ViewInfo::virtual_pixel_method.
Referenced by AcquireCacheViewPixels(), AdaptiveBlurImageChannel(), AdaptiveSharpenImageChannel(), AdaptiveThresholdImage(), AddNoiseImageChannel(), AppendImages(), AverageImages(), BlurImageChannel(), ChopImage(), ClassifyImageColors(), ColorizeImage(), CombineImages(), CompareImageChannels(), CompositeImageChannel(), ContrastStretchImageChannel(), CopyImageRegion(), CropImage(), DespeckleImage(), EnhanceImage(), ExcerptImage(), FlipImage(), FlopImage(), GetAbsoluteError(), GetImageBackgroundColor(), GetImageBoundingBox(), GetImageChannelDepth(), GetImageQuantizeError(), GetImageTotalInkDensity(), GetMeanAbsoluteError(), GetMeanErrorPerPixel(), GetMeanSquaredError(), GetPeakAbsoluteError(), HorizontalFilter(), ImplodeImage(), IntegralRotateImage(), InterpolatePixelColor(), InterpolateResampleFilter(), IsGrayImage(), IsHighDynamicRangeImage(), IsHistogramImage(), IsImagesEqual(), IsImageSimilar(), IsMonochromeImage(), IsOpaqueImage(), IsPaletteImage(), MedianFilterImage(), MorphImages(), OilPaintImage(), RadonTransform(), RecolorImage(), ReduceNoiseImage(), ResamplePixelColor(), SepiaToneImage(), ShadeImage(), SpliceImage(), SwirlImage(), TextureImage(), TintImage(), TransposeImage(), TransverseImage(), UnsharpMaskImageChannel(), and VerticalFilter().
| static long GetNexusInfoThreadId | ( | void | ) | [inline, static] |
Definition at line 413 of file cache-view.c.
Referenced by AcquireIndexesFromCache(), AcquirePixelCache(), AcquirePixelsFromCache(), GetCacheViewAuthenticIndexQueue(), GetCacheViewAuthenticPixelQueue(), GetCacheViewAuthenticPixels(), GetCacheViewExtent(), GetCacheViewVirtualIndexQueue(), GetCacheViewVirtualPixelQueue(), GetCacheViewVirtualPixels(), GetImageExtent(), GetIndexesFromCache(), GetOneCacheViewAuthenticPixel(), GetOneCacheViewVirtualMethodPixel(), GetOneCacheViewVirtualPixel(), GetPixelCache(), GetPixelsFromCache(), QueueCacheViewAuthenticPixels(), SetPixelCache(), SyncCacheViewAuthenticPixels(), and SyncPixelCache().
| MagickExport MagickBooleanType GetOneCacheViewAuthenticPixel | ( | const ViewInfo * | cache_view, | |
| const long | x, | |||
| const long | y, | |||
| PixelPacket * | pixel, | |||
| ExceptionInfo * | exception | |||
| ) |
Definition at line 555 of file cache-view.c.
References _Image::background_color, _ViewInfo::debug, _Image::filename, GetCacheNexus(), GetMagickModule, GetNexusInfoThreadId(), _ViewInfo::image, LogMagickEvent(), MagickFalse, MagickSignature, MagickTrue, _ViewInfo::nexus_info, _ViewInfo::signature, and TraceEvent.
| MagickExport MagickBooleanType GetOneCacheViewVirtualMethodPixel | ( | const ViewInfo * | cache_view, | |
| const VirtualPixelMethod | virtual_pixel_method, | |||
| const long | x, | |||
| const long | y, | |||
| PixelPacket * | pixel, | |||
| ExceptionInfo * | exception | |||
| ) |
Definition at line 906 of file cache-view.c.
References AcquireCacheNexus(), _Image::background_color, _ViewInfo::debug, _Image::filename, GetMagickModule, GetNexusInfoThreadId(), _ViewInfo::image, LogMagickEvent(), MagickFalse, MagickSignature, MagickTrue, _ViewInfo::nexus_info, _ViewInfo::signature, and TraceEvent.
Referenced by AcquireOneCacheViewVirtualPixel().
| MagickExport MagickBooleanType GetOneCacheViewVirtualPixel | ( | const ViewInfo * | cache_view, | |
| const long | x, | |||
| const long | y, | |||
| PixelPacket * | pixel, | |||
| ExceptionInfo * | exception | |||
| ) |
Definition at line 845 of file cache-view.c.
References AcquireCacheNexus(), _Image::background_color, _ViewInfo::debug, _Image::filename, GetMagickModule, GetNexusInfoThreadId(), _ViewInfo::image, LogMagickEvent(), MagickFalse, MagickSignature, MagickTrue, _ViewInfo::nexus_info, _ViewInfo::signature, TraceEvent, and _ViewInfo::virtual_pixel_method.
Referenced by AcquireOneCacheViewPixel(), DrawPrimitive(), MotionBlurImageChannel(), and RadialBlurImageChannel().
| MagickExport PixelPacket* QueueCacheViewAuthenticPixels | ( | ViewInfo * | cache_view, | |
| const long | x, | |||
| const long | y, | |||
| const unsigned long | columns, | |||
| const unsigned long | rows, | |||
| ExceptionInfo * | exception | |||
| ) |
Definition at line 963 of file cache-view.c.
References _ViewInfo::debug, _Image::filename, GetMagickModule, GetNexusInfoThreadId(), _ViewInfo::image, LogMagickEvent(), MagickFalse, MagickSignature, _ViewInfo::nexus_info, SetCacheNexus(), _ViewInfo::signature, and TraceEvent.
Referenced by AdaptiveBlurImageChannel(), AdaptiveResizeImage(), AdaptiveSharpenImageChannel(), AppendImages(), AverageImages(), ChopImage(), ColorizeImage(), CompareImageChannels(), CompositeImageChannel(), CropImage(), DistortImage(), EnhanceImage(), FlipImage(), FlopImage(), FrameImage(), HorizontalFilter(), ImplodeImage(), IntegralRotateImage(), MedianFilterImage(), NewMagickImage(), OilPaintImage(), PosterizeImage(), RecolorImage(), ReduceNoiseImage(), SepiaToneImage(), SetCacheViewPixels(), SetImageBackgroundColor(), ShadeImage(), SketchImage(), SparseColorImage(), SpliceImage(), SpreadImage(), SwirlImage(), TextureImage(), TintImage(), TransposeImage(), TransverseImage(), VerticalFilter(), and WaveImage().
| MagickExport MagickBooleanType SetCacheViewStorageClass | ( | ViewInfo * | cache_view, | |
| const ClassType | storage_class | |||
| ) |
Definition at line 1010 of file cache-view.c.
References _ViewInfo::debug, _Image::filename, GetMagickModule, _ViewInfo::image, LogMagickEvent(), MagickFalse, MagickSignature, SetImageStorageClass(), _ViewInfo::signature, and TraceEvent.
| MagickExport MagickBooleanType SetCacheViewVirtualPixelMethod | ( | ViewInfo * | cache_view, | |
| const VirtualPixelMethod | virtual_pixel_method | |||
| ) |
Definition at line 1047 of file cache-view.c.
References _ViewInfo::debug, _Image::filename, GetMagickModule, _ViewInfo::image, LogMagickEvent(), MagickFalse, MagickSignature, MagickTrue, _ViewInfo::signature, TraceEvent, and _ViewInfo::virtual_pixel_method.
Referenced by SetResampleFilterVirtualPixelMethod(), and TextureImage().
| MagickExport MagickBooleanType SyncCacheViewAuthenticPixels | ( | ViewInfo * | cache_view, | |
| ExceptionInfo * | exception | |||
| ) |
Definition at line 1086 of file cache-view.c.
References _ViewInfo::debug, _Image::filename, GetMagickModule, GetNexusInfoThreadId(), _ViewInfo::image, LogMagickEvent(), MagickFalse, MagickSignature, _ViewInfo::nexus_info, _ViewInfo::signature, SyncCacheNexus(), and TraceEvent.
Referenced by AdaptiveBlurImageChannel(), AdaptiveResizeImage(), AdaptiveSharpenImageChannel(), AdaptiveThresholdImage(), AddNoiseImageChannel(), AppendImages(), AssignImageColors(), AverageImages(), BilevelImageChannel(), BlackThresholdImageChannel(), BlurImageChannel(), ChopImage(), ClutImageChannel(), ColorizeImage(), CombineImages(), CompareImageChannels(), CompositeImageChannel(), ContrastImage(), ContrastStretchImageChannel(), CopyImageRegion(), CropImage(), CycleColormapImage(), DespeckleImage(), DistortImage(), DrawAffineImage(), DrawPolygonPrimitive(), DrawPrimitive(), EnhanceImage(), EqualizeImageChannel(), EvaluateImageChannel(), ExcerptImage(), FlipImage(), FlopImage(), FloydSteinbergDither(), FrameImage(), FxImageChannel(), GammaImageChannel(), HorizontalFilter(), ImplodeImage(), IntegralRotateImage(), LevelImageChannel(), LevelizeImageChannel(), MedianFilterImage(), ModulateImage(), MorphImages(), MotionBlurImageChannel(), NegateImageChannel(), NewMagickImage(), OilPaintImage(), OpaquePaintImageChannel(), OrderedPosterizeImageChannel(), PosterizeImage(), RadialBlurImageChannel(), RaiseImage(), RandomThresholdImageChannel(), RecolorImage(), ReduceNoiseImage(), RenderPostscript(), RGBTransformImage(), RiemersmaDither(), SeparateImageChannel(), SepiaToneImage(), SetGrayscaleImage(), SetImageBackgroundColor(), SetImageChannelDepth(), SetImageOpacity(), ShadeImage(), ShadowImage(), SigmoidalContrastImageChannel(), SketchImage(), SolarizeImage(), SortColormapByIntensity(), SparseColorImage(), SpliceImage(), SpreadImage(), SwirlImage(), SyncCacheView(), SyncCacheViewPixels(), SyncImage(), TextureImage(), TintImage(), TransformRGBImage(), TransparentPaintImage(), TransparentPaintImageChroma(), TransposeImage(), TransverseImage(), UnsharpMaskImageChannel(), VerticalFilter(), WaveImage(), WhiteThresholdImageChannel(), XShearImage(), and YShearImage().
1.5.7.1