Home
last modified time | relevance | path

Searched refs:magick_restrict (Results 1 – 25 of 103) sorted by relevance

12345

/external/ImageMagick/MagickCore/
Dpixel-accessor.h49 static inline Quantum GetPixela(const Image *magick_restrict image, in GetPixela()
50 const Quantum *magick_restrict pixel) in GetPixela()
55 static inline Quantum GetPixelAlpha(const Image *magick_restrict image, in GetPixelAlpha()
56 const Quantum *magick_restrict pixel) in GetPixelAlpha()
64 const Image *magick_restrict image) in GetPixelAlphaTraits()
69 static inline Quantum GetPixelb(const Image *magick_restrict image, in GetPixelb()
70 const Quantum *magick_restrict pixel) in GetPixelb()
75 static inline Quantum GetPixelBlack(const Image *magick_restrict image, in GetPixelBlack()
76 const Quantum *magick_restrict pixel) in GetPixelBlack()
84 const Image *magick_restrict image) in GetPixelBlackTraits()
[all …]
Dstring_.h65 InterpretSiPrefixValue(const char *magick_restrict,char **magick_restrict),
72 ConcatenateString(char **magick_restrict,const char *magick_restrict),
78 ConcatenateMagickString(char *magick_restrict,const char *magick_restrict,
80 CopyMagickString(char *magick_restrict,const char *magick_restrict,
Dtoken.h36 GlobExpression(const char *magick_restrict,const char *magick_restrict,
40 GetNextToken(const char *magick_restrict,const char **magick_restrict,
41 const size_t,char *magick_restrict) magick_hot_spot;
Dtoken-private.h55 const unsigned char *magick_restrict content) in ConvertLatin1ToUTF8()
61 *magick_restrict p; in ConvertLatin1ToUTF8()
64 *magick_restrict q; in ConvertLatin1ToUTF8()
96 static inline int GetNextUTFCode(const char *magick_restrict text, in GetNextUTFCode()
97 unsigned int *magick_restrict octets) in GetNextUTFCode()
138 static inline int GetUTFCode(const char *magick_restrict text) in GetUTFCode()
146 static inline unsigned int GetUTFOctets(const char *magick_restrict text) in GetUTFOctets()
Dcache.c124 ReadPixelCachePixels(CacheInfo *magick_restrict,NexusInfo *magick_restrict,
126 ReadPixelCacheMetacontent(CacheInfo *magick_restrict,
127 NexusInfo *magick_restrict,ExceptionInfo *),
129 WritePixelCachePixels(CacheInfo *magick_restrict,NexusInfo *magick_restrict,
131 WritePixelCacheMetacontent(CacheInfo *,NexusInfo *magick_restrict,
139 *SetPixelCacheNexusPixels(const CacheInfo *magick_restrict,const MapMode,
141 const MagickBooleanType,NexusInfo *magick_restrict,ExceptionInfo *)
146 CopyOpenCLBuffer(CacheInfo *magick_restrict);
190 *magick_restrict cache_info; in AcquirePixelCache()
264 **magick_restrict nexus_info; in AcquirePixelCacheNexus()
[all …]
Dlocale_.h52 InterpretLocaleValue(const char *magick_restrict,char **magick_restrict);
69 FormatLocaleFile(FILE *,const char *magick_restrict,...)
71 FormatLocaleString(char *magick_restrict,const size_t,
72 const char *magick_restrict,...)
Dpixel.h225 InterpolatePixelChannel(const Image *magick_restrict,const CacheView_ *,
228 InterpolatePixelChannels(const Image *magick_restrict,const CacheView_ *,
229 const Image * magick_restrict,const PixelInterpolateMethod,const double,
242 GetPixelInfoIntensity(const Image *magick_restrict,
243 const PixelInfo *magick_restrict) magick_hot_spot,
244 GetPixelIntensity(const Image *magick_restrict,
245 const Quantum *magick_restrict) magick_hot_spot;
Dstring-private.h43 static inline double StringToDouble(const char *magick_restrict string, in StringToDouble()
44 char **magick_restrict sentinal) in StringToDouble()
103 static inline int StringToInteger(const char *magick_restrict value) in StringToInteger()
108 static inline long StringToLong(const char *magick_restrict value) in StringToLong()
137 const char *magick_restrict value) in StringToUnsignedLong()
Dlocale-private.h36 FormatLocaleFileList(FILE *,const char *magick_restrict,va_list)
38 FormatLocaleStringList(char *magick_restrict,const size_t,
39 const char *magick_restrict,va_list)
DMagickCore.h39 #if !defined(magick_restrict)
41 # define magick_restrict restrict macro
43 # define magick_restrict _magickcore_restrict
Dcache-view.c116 *magick_restrict cache_view; in AcquireAuthenticCacheView()
153 *magick_restrict cache_view; in AcquireVirtualCacheView()
208 *magick_restrict clone_view; in CloneCacheView()
307 *magick_restrict pixels; in GetCacheViewAuthenticPixels()
565 *magick_restrict metacontent; in GetCacheViewVirtualMetacontent()
608 *magick_restrict pixels; in GetCacheViewVirtualPixelQueue()
659 *magick_restrict pixels; in GetCacheViewVirtualPixels()
709 *magick_restrict q; in GetOneCacheViewAuthenticPixel()
781 *magick_restrict p; in GetOneCacheViewVirtualPixel()
854 *magick_restrict p; in GetOneCacheViewVirtualPixelInfo()
[all …]
Dquantum-private.h186 unsigned char *magick_restrict pixels) in PopCharPixel()
193 const unsigned int pixel,unsigned char *magick_restrict pixels) in PopLongPixel()
215 const unsigned short pixel,unsigned char *magick_restrict pixels) in PopShortPixel()
233 const unsigned char *magick_restrict pixels, in PushCharPixel()
234 unsigned char *magick_restrict pixel) in PushCharPixel()
241 const unsigned char *magick_restrict pixels, in PushLongPixel()
242 unsigned int *magick_restrict pixel) in PushLongPixel()
265 const unsigned char *magick_restrict pixels, in PushShortPixel()
266 unsigned short *magick_restrict pixel) in PushShortPixel()
285 const unsigned char *magick_restrict pixels, in PushFloatPixel()
[all …]
Dcompress.h61 LZWEncodeImage(Image *,const size_t,unsigned char *magick_restrict,
63 PackbitsEncodeImage(Image *,const size_t,unsigned char *magick_restrict,
65 ZLIBEncodeImage(Image *,const size_t,unsigned char *magick_restrict,
Dtoken.c175 const char *magick_restrict start,const char **magick_restrict end, in GetNextToken()
176 const size_t extent,char *magick_restrict token) in GetNextToken()
182 *magick_restrict q; in GetNextToken()
185 *magick_restrict p; in GetNextToken()
356 const char *magick_restrict expression,const char *magick_restrict pattern, in GlobExpression()
364 *magick_restrict p; in GlobExpression()
Dcache-private.h254 *GetVirtualPixelsNexus(const Cache,NexusInfo *magick_restrict);
257 *GetVirtualMetacontentFromNexus(const Cache,NexusInfo *magick_restrict);
261 SyncAuthenticPixelCacheNexus(Image *,NexusInfo *magick_restrict,
266 GetPixelCacheNexusExtent(const Cache,NexusInfo *magick_restrict);
Dcompare.c238 *magick_restrict p, in CompareImages()
239 *magick_restrict q; in CompareImages()
242 *magick_restrict r; in CompareImages()
403 *magick_restrict p, in GetAbsoluteDistortion()
404 *magick_restrict q; in GetAbsoluteDistortion()
522 *magick_restrict p, in GetFuzzDistortion()
523 *magick_restrict q; in GetFuzzDistortion()
637 *magick_restrict p, in GetMeanAbsoluteDistortion()
638 *magick_restrict q; in GetMeanAbsoluteDistortion()
745 *magick_restrict p, in GetMeanErrorPerPixel()
[all …]
Deffect.c261 *magick_restrict r; in AdaptiveBlurImage()
264 *magick_restrict q; in AdaptiveBlurImage()
282 *magick_restrict p; in AdaptiveBlurImage()
321 *magick_restrict k; in AdaptiveBlurImage()
324 *magick_restrict pixels; in AdaptiveBlurImage()
582 *magick_restrict r; in AdaptiveSharpenImage()
585 *magick_restrict q; in AdaptiveSharpenImage()
603 *magick_restrict p; in AdaptiveSharpenImage()
642 *magick_restrict k; in AdaptiveSharpenImage()
645 *magick_restrict pixels; in AdaptiveSharpenImage()
[all …]
Ddistribute-cache-private.h68 const MagickSizeType,unsigned char *magick_restrict),
72 const MagickSizeType,const unsigned char *magick_restrict);
Dvisual-effects.c156 **magick_restrict random_info; in AddNoiseImage()
210 *magick_restrict p; in AddNoiseImage()
216 *magick_restrict q; in AddNoiseImage()
367 *magick_restrict p; in BlueShiftImage()
373 *magick_restrict q; in BlueShiftImage()
626 *magick_restrict q; in ColorizeImage()
827 *magick_restrict p; in ColorMatrixImage()
830 *magick_restrict q; in ColorMatrixImage()
1038 *magick_restrict p; in ImplodeImage()
1044 *magick_restrict q; in ImplodeImage()
[all …]
/external/ImageMagick/coders/
Dcmyk.c234 *magick_restrict p; in ReadCMYKImage()
237 *magick_restrict q; in ReadCMYKImage()
317 *magick_restrict p; in ReadCMYKImage()
320 *magick_restrict q; in ReadCMYKImage()
413 *magick_restrict p; in ReadCMYKImage()
416 *magick_restrict q; in ReadCMYKImage()
465 *magick_restrict p; in ReadCMYKImage()
468 *magick_restrict q; in ReadCMYKImage()
517 *magick_restrict p; in ReadCMYKImage()
520 *magick_restrict q; in ReadCMYKImage()
[all …]
Dbgr.c235 *magick_restrict p; in ReadBGRImage()
238 *magick_restrict q; in ReadBGRImage()
315 *magick_restrict p; in ReadBGRImage()
318 *magick_restrict q; in ReadBGRImage()
414 *magick_restrict p; in ReadBGRImage()
417 *magick_restrict q; in ReadBGRImage()
467 *magick_restrict p; in ReadBGRImage()
470 *magick_restrict q; in ReadBGRImage()
520 *magick_restrict p; in ReadBGRImage()
523 *magick_restrict q; in ReadBGRImage()
[all …]
Drgb.c235 *magick_restrict p; in ReadRGBImage()
238 *magick_restrict q; in ReadRGBImage()
318 *magick_restrict p; in ReadRGBImage()
321 *magick_restrict q; in ReadRGBImage()
414 *magick_restrict p; in ReadRGBImage()
417 *magick_restrict q; in ReadRGBImage()
466 *magick_restrict p; in ReadRGBImage()
469 *magick_restrict q; in ReadRGBImage()
518 *magick_restrict p; in ReadRGBImage()
521 *magick_restrict q; in ReadRGBImage()
[all …]
Dgray.c231 *magick_restrict p; in ReadGRAYImage()
234 *magick_restrict q; in ReadGRAYImage()
310 *magick_restrict p; in ReadGRAYImage()
313 *magick_restrict q; in ReadGRAYImage()
391 *magick_restrict p; in ReadGRAYImage()
394 *magick_restrict q; in ReadGRAYImage()
445 *magick_restrict p; in ReadGRAYImage()
448 *magick_restrict q; in ReadGRAYImage()
536 *magick_restrict p; in ReadGRAYImage()
539 *magick_restrict q; in ReadGRAYImage()
[all …]
Dycbcr.c234 *magick_restrict p; in ReadYCBCRImage()
237 *magick_restrict q; in ReadYCBCRImage()
315 *magick_restrict p; in ReadYCBCRImage()
318 *magick_restrict q; in ReadYCBCRImage()
407 *magick_restrict p; in ReadYCBCRImage()
410 *magick_restrict q; in ReadYCBCRImage()
460 *magick_restrict p; in ReadYCBCRImage()
463 *magick_restrict q; in ReadYCBCRImage()
513 *magick_restrict p; in ReadYCBCRImage()
516 *magick_restrict q; in ReadYCBCRImage()
[all …]
/external/ImageMagick/MagickWand/
DMagickWand.h39 #if !defined(magick_restrict)
41 # define magick_restrict restrict macro
43 # define magick_restrict _magickcore_restrict

12345