const size_t,ExceptionInfo *),
*QueueAuthenticPixelsCache(Image *,const ssize_t,const ssize_t,const size_t,
const size_t,ExceptionInfo *),
- *SetPixelCacheNexusPixels(const CacheInfo *,const MapMode,const ssize_t,
- const ssize_t,const size_t,const size_t,const MagickBooleanType,
- NexusInfo *magick_restrict,ExceptionInfo *) magick_hot_spot;
+ *SetPixelCacheNexusPixels(const CacheInfo *magick_restrict,const MapMode,
+ const ssize_t,const ssize_t,const size_t,const size_t,
+ const MagickBooleanType,NexusInfo *magick_restrict,ExceptionInfo *)
+ magick_hot_spot;
#if defined(MAGICKCORE_OPENCL_SUPPORT)
static void
%
% The format of the SetPixelCacheNexusPixels() method is:
%
-% Quantum SetPixelCacheNexusPixels(const CacheInfo *cache_info,
-% const MapMode mode,const ssize_t x,const ssize_t y,const size_t width,
-% const size_t height,const MagickBooleanType buffered,
-% NexusInfo *magick_restrict nexus_info,ExceptionInfo *exception)
+% Quantum SetPixelCacheNexusPixels(
+% const CacheInfo *magick_restrict cache_info,const MapMode mode,
+% const ssize_t x,const ssize_t y,const size_t width,const size_t height,
+% const MagickBooleanType buffered,NexusInfo *magick_restrict nexus_info,$ ExceptionInfo *exception)
%
% A description of each parameter follows:
%
MagickCachePrefetch((unsigned char *) nexus_info->pixels+CACHE_LINE_SIZE,1,1);
}
-static Quantum *SetPixelCacheNexusPixels(const CacheInfo *cache_info,
- const MapMode mode,const ssize_t x,const ssize_t y,const size_t width,
- const size_t height,const MagickBooleanType buffered,NexusInfo *nexus_info,
+static Quantum *SetPixelCacheNexusPixels(
+ const CacheInfo *magick_restrict cache_info,const MapMode mode,
+ const ssize_t x,const ssize_t y,const size_t width,const size_t height,
+ const MagickBooleanType buffered,NexusInfo *nexus_info,
ExceptionInfo *exception)
{
MagickBooleanType
%
% The format of the InterpolatePixelChannel method is:
%
-% MagickBooleanType InterpolatePixelChannel(const Image *image,
-% const CacheView *image_view,const PixelChannel channel,
-% const PixelInterpolateMethod method,const double x,const double y,
-% double *pixel,ExceptionInfo *exception)
+% MagickBooleanType InterpolatePixelChannel(
+% const Image *magick_restrict image,const CacheView *image_view,
+% const PixelChannel channel,const PixelInterpolateMethod method,
+% const double x,const double y,double *pixel,ExceptionInfo *exception)
%
% A description of each parameter follows:
%
}
*/
-MagickExport MagickBooleanType InterpolatePixelChannel(const Image *image,
- const CacheView_ *image_view,const PixelChannel channel,
- const PixelInterpolateMethod method,const double x,const double y,
- double *pixel,ExceptionInfo *exception)
+MagickExport MagickBooleanType InterpolatePixelChannel(
+ const Image *magick_restrict image,const CacheView_ *image_view,
+ const PixelChannel channel,const PixelInterpolateMethod method,
+ const double x,const double y,double *pixel,ExceptionInfo *exception)
{
double
alpha[16],
traits;
register const Quantum
- *p;
+ *magick_restrict p;
register ssize_t
i;
%
% The format of the InterpolatePixelChannels method is:
%
-% MagickBooleanType InterpolatePixelChannels(const Image *source,
-% const CacheView *source_view,const Image *destination,
+% MagickBooleanType InterpolatePixelChannels(
+% const Image *magick_restrict source,const CacheView *source_view,
+% const Image *magick_restrict destination,
% const PixelInterpolateMethod method,const double x,const double y,
% Quantum *pixel,ExceptionInfo *exception)
%
% o exception: return any errors or warnings in this structure.
%
*/
-MagickExport MagickBooleanType InterpolatePixelChannels(const Image *source,
- const CacheView_ *source_view,const Image *destination,
- const PixelInterpolateMethod method,const double x,const double y,
- Quantum *pixel,ExceptionInfo *exception)
+MagickExport MagickBooleanType InterpolatePixelChannels(
+ const Image *magick_restrict source,const CacheView_ *source_view,
+ const Image *magick_restrict destination,const PixelInterpolateMethod method,
+ const double x,const double y,Quantum *pixel,ExceptionInfo *exception)
{
MagickBooleanType
status;
pixels[16];
register const Quantum
- *p;
+ *magick_restrict p;
register ssize_t
i;
const size_t,const char *,const StorageType,void *,ExceptionInfo *),
ImportImagePixels(Image *,const ssize_t,const ssize_t,const size_t,
const size_t,const char *,const StorageType,const void *,ExceptionInfo *),
- InterpolatePixelChannel(const Image *,const CacheView_ *,
+ InterpolatePixelChannel(const Image *magick_restrict,const CacheView_ *,
const PixelChannel,const PixelInterpolateMethod,const double,const double,
double *,ExceptionInfo *),
- InterpolatePixelChannels(const Image *,const CacheView_ *,const Image *,
- const PixelInterpolateMethod,const double,const double,Quantum *,
- ExceptionInfo *),
+ InterpolatePixelChannels(const Image *magick_restrict,const CacheView_ *,
+ const Image * magick_restrict,const PixelInterpolateMethod,const double,
+ const double,Quantum *,ExceptionInfo *),
InterpolatePixelInfo(const Image *,const CacheView_ *,
const PixelInterpolateMethod,const double,const double,PixelInfo *,
ExceptionInfo *),