HomeSort by relevance Sort by last modified time
    Searched refs:ExceptionInfo (Results 51 - 75 of 393) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/ImageMagick/MagickWand/
composite.h 26 CompositeImageCommand(ImageInfo *,int,char **,char **,ExceptionInfo *);
conjure.h 26 ConjureImageCommand(ImageInfo *,int,char **,char **,ExceptionInfo *);
convert.h 26 ConvertImageCommand(ImageInfo *,int,char **,char **,ExceptionInfo *);
display.h 26 DisplayImageCommand(ImageInfo *,int,char **,char **,ExceptionInfo *);
identify.h 26 IdentifyImageCommand(ImageInfo *,int,char **,char **,ExceptionInfo *);
import.h 26 ImportImageCommand(ImageInfo *,int,char **,char **,ExceptionInfo *);
montage.h 26 MontageImageCommand(ImageInfo *,int,char **,char **,ExceptionInfo *);
stream.h 26 StreamImageCommand(ImageInfo *,int,char **,char **,ExceptionInfo *);
magick-cli.h 32 MagickImageCommand(ImageInfo *,int,char **,char **,ExceptionInfo *);
  /external/ImageMagick/MagickCore/
cache-view.h 52 *AcquireAuthenticCacheView(const Image *,ExceptionInfo *),
53 *AcquireVirtualCacheView(const Image *,ExceptionInfo *),
68 const size_t,const size_t,ExceptionInfo *) magick_hot_spot,
77 Quantum *,ExceptionInfo *),
79 const ssize_t,const ssize_t,Quantum *,ExceptionInfo *),
81 Quantum *,ExceptionInfo *),
83 PixelInfo *,ExceptionInfo *),
84 SetCacheViewStorageClass(CacheView *,const ClassType,ExceptionInfo *),
87 SyncCacheViewAuthenticPixels(CacheView *magick_restrict,ExceptionInfo *)
96 const size_t,const size_t,ExceptionInfo *) magick_hot_spot
    [all...]
animate-private.h 32 ExceptionInfo *);
35 XAnimateBackgroundImage(Display *,XResourceInfo *,Image *,ExceptionInfo *);
deprecate.h 36 *CropImageToHBITMAP(Image *,const RectangleInfo *,ExceptionInfo *),
37 *ImageToHBITMAP(Image *,ExceptionInfo *);
display-private.h 32 ExceptionInfo *);
35 XResourceInfo *,Image *,ExceptionInfo *);
colorspace.h 64 GetImageColorspaceType(const Image *,ExceptionInfo *);
67 SetImageColorspace(Image *,const ColorspaceType,ExceptionInfo *),
68 SetImageGray(Image *,ExceptionInfo *),
69 SetImageMonochrome(Image *,ExceptionInfo *),
70 TransformImageColorspace(Image *,const ColorspaceType,ExceptionInfo *);
compress.h 57 HuffmanDecodeImage(Image *,ExceptionInfo *),
58 HuffmanEncodeImage(const ImageInfo *,Image *,Image *,ExceptionInfo *),
60 ExceptionInfo *),
62 ExceptionInfo *),
64 ExceptionInfo *);
distort.h 74 *AffineTransformImage(const Image *,const AffineMatrix *,ExceptionInfo *),
76 const double *,MagickBooleanType,ExceptionInfo *exception),
77 *DistortResizeImage(const Image *,const size_t,const size_t,ExceptionInfo *),
78 *RotateImage(const Image *,const double,ExceptionInfo *),
80 const double *,ExceptionInfo *);
locale_.h 42 **GetLocaleList(const char *,size_t *,ExceptionInfo *);
48 *GetLocaleInfo_(const char *,ExceptionInfo *),
49 **GetLocaleInfoList(const char *,size_t *,ExceptionInfo *);
63 *GetLocaleOptions(const char *,ExceptionInfo *);
66 ListLocaleInfo(FILE *,ExceptionInfo *);
type.h 85 **GetTypeList(const char *,size_t *,ExceptionInfo *);
88 ListTypeInfo(FILE *,ExceptionInfo *);
91 *GetTypeInfo(const char *,ExceptionInfo *),
93 const size_t,ExceptionInfo *),
94 **GetTypeInfoList(const char *,size_t *,ExceptionInfo *);
exception.h 144 extern MagickExport ExceptionInfo
146 *CloneExceptionInfo(ExceptionInfo *),
147 *DestroyExceptionInfo(ExceptionInfo *);
153 ThrowException(ExceptionInfo *,const ExceptionType,const char *,
155 ThrowMagickExceptionList(ExceptionInfo *,const char *,const char *,
157 ThrowMagickException(ExceptionInfo *,const char *,const char *,const size_t,
162 CatchException(ExceptionInfo *),
163 ClearMagickException(ExceptionInfo *),
164 InheritException(ExceptionInfo *,const ExceptionInfo *),
    [all...]
image.h 520 *AcquireImage(const ImageInfo *,ExceptionInfo *),
521 *AppendImages(const Image *,const MagickBooleanType,ExceptionInfo *),
523 ExceptionInfo *),
525 *GetImageMask(const Image *,const PixelMask,ExceptionInfo *),
527 ExceptionInfo *),
530 ExceptionInfo *);
538 ClipImage(Image *,ExceptionInfo *),
539 ClipImagePath(Image *,const char *,const MagickBooleanType,ExceptionInfo *),
541 const OffsetInfo *,ExceptionInfo *),
543 IsHighDynamicRangeImage(const Image *,ExceptionInfo *),
    [all...]
morphology-private.h 29 const KernelInfo *,const CompositeOperator,const double,ExceptionInfo *);
exception.c 106 % AcquireExceptionInfo() allocates the ExceptionInfo structure.
110 % ExceptionInfo *AcquireExceptionInfo(void)
113 MagickExport ExceptionInfo *AcquireExceptionInfo(void)
115 ExceptionInfo
118 exception=(ExceptionInfo *) AcquireCriticalMemory(sizeof(*exception));
141 % ClearMagickException(ExceptionInfo *exception)
151 register ExceptionInfo
154 p=(ExceptionInfo *) exception;
159 p=(ExceptionInfo *) RelinquishMagickMemory(p);
163 MagickExport void ClearMagickException(ExceptionInfo *exception
    [all...]
  /external/ImageMagick/coders/
psd-private.h 47 ExceptionInfo *),
49 ExceptionInfo *);
  /external/proguard/src/proguard/classfile/attribute/
ExceptionInfo.java 30 public class ExceptionInfo implements VisitorAccepter
44 * Creates an uninitialized ExceptionInfo.
46 public ExceptionInfo()
53 * Creates an ExceptionInfo with the given properties.
55 public ExceptionInfo(int u2startPC,
  /external/proguard/src/proguard/classfile/attribute/visitor/
ExceptionInfoVisitor.java 28 * <code>ExceptionInfo</code> objects. Note that there is only a single
29 * implementation of <code>ExceptionInfo</code>, such that this interface
36 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo);

Completed in 6509 milliseconds

1 23 4 5 6 7 8 91011>>