HomeSort by relevance Sort by last modified time
    Searched refs:ExceptionInfo (Results 76 - 100 of 449) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/ImageMagick/coders/
x.c 71 WriteXImage(const ImageInfo *,Image *,ExceptionInfo *);
91 % Image *ReadXImage(const ImageInfo *image_info,ExceptionInfo *exception)
100 static Image *ReadXImage(const ImageInfo *image_info,ExceptionInfo *exception)
194 % Image *image,ExceptionInfo *exception)
206 ExceptionInfo *exception)
psd-private.h 46 const MagickBooleanType,ExceptionInfo *);
mpr.c 61 WriteMPRImage(const ImageInfo *,Image *,ExceptionInfo *);
82 % ExceptionInfo *exception)
91 static Image *ReadMPRImage(const ImageInfo *image_info,ExceptionInfo *exception)
101 assert(exception != (ExceptionInfo *) NULL);
201 % Image *image,ExceptionInfo *exception)
213 ExceptionInfo *exception)
null.c 68 WriteNULLImage(const ImageInfo *,Image *,ExceptionInfo *);
90 % ExceptionInfo *exception)
100 ExceptionInfo *exception)
128 assert(exception != (ExceptionInfo *) NULL);
238 % Image *image,ExceptionInfo *exception)
250 Image *image,ExceptionInfo *exception)
256 assert(exception != (ExceptionInfo *) NULL);
  /external/proguard/src/proguard/classfile/editor/
ExceptionInfoAdder.java 54 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
57 ExceptionInfo newExceptionInfo =
58 new ExceptionInfo(exceptionInfo.u2startPC,
59 exceptionInfo.u2endPC,
60 exceptionInfo.u2handlerPC,
61 exceptionInfo.u2catchType == 0 ? 0 :
62 constantAdder.addConstant(clazz, exceptionInfo.u2catchType));
  /external/ImageMagick/MagickCore/
colormap-private.h 30 ExceptionInfo *exception)
42 const ssize_t index,Quantum *target,ExceptionInfo *exception)
matrix.h 33 *MatrixToImage(const MatrixInfo *,ExceptionInfo *);
41 *AcquireMatrixInfo(const size_t,const size_t,const size_t,ExceptionInfo *),
profile.h 48 ProfileImage(Image *,const char *,const void *,const size_t,ExceptionInfo *),
49 SetImageProfile(Image *,const char *,const StringInfo *,ExceptionInfo *);
vision.h 46 ExceptionInfo *);
xwindow.h 36 *XImportImage(const ImageInfo *,XImportInfo *,ExceptionInfo *);
magick.h 50 *DecodeImageHandler(const ImageInfo *,ExceptionInfo *);
53 EncodeImageHandler(const ImageInfo *,Image *,ExceptionInfo *);
97 **GetMagickList(const char *,size_t *,ExceptionInfo *);
129 *GetMagickInfo(const char *,ExceptionInfo *),
130 **GetMagickInfoList(const char *,size_t *,ExceptionInfo *);
draw-private.h 30 const ssize_t y,PixelInfo *fill,ExceptionInfo *exception)
48 const ssize_t y,PixelInfo *stroke,ExceptionInfo *exception)
montage.h 73 *MontageImages(const Image *,const MontageInfo *,ExceptionInfo *),
75 ExceptionInfo *);
resample.h 84 PixelInfo *,ExceptionInfo *),
91 *AcquireResampleFilter(const Image *,ExceptionInfo *),
xml-tree.h 42 *NewXMLTree(const char *,ExceptionInfo *),
log.h 68 **GetLogList(const char *,size_t *,ExceptionInfo *);
75 **GetLogInfoList(const char *,size_t *,ExceptionInfo *);
82 ListLogInfo(FILE *,ExceptionInfo *),
morphology.h 133 *AcquireKernelInfo(const char *,ExceptionInfo *),
135 ExceptionInfo *),
141 const KernelInfo *,ExceptionInfo *);
string_.h 47 *FileToString(const char *,const size_t,ExceptionInfo *),
61 *StringToArrayOfDoubles(const char *,ssize_t *,ExceptionInfo *);
90 *FileToStringInfo(const char *,const size_t,ExceptionInfo *),
pixel.h 217 const size_t,const char *,const StorageType,void *,ExceptionInfo *),
219 const size_t,const char *,const StorageType,const void *,ExceptionInfo *),
222 double *,ExceptionInfo *),
225 ExceptionInfo *),
228 ExceptionInfo *),
232 SetPixelMetaChannels(Image *,const size_t,ExceptionInfo *);
253 ConformPixelInfo(Image *,const PixelInfo *,PixelInfo *,ExceptionInfo *),
draw.h 375 DrawAffineImage(Image *,const Image *,const AffineMatrix *,ExceptionInfo *),
376 DrawClipPath(Image *,const DrawInfo *,const char *,ExceptionInfo *),
377 DrawGradientImage(Image *,const DrawInfo *,ExceptionInfo *),
378 DrawImage(Image *,const DrawInfo *,ExceptionInfo *),
380 ExceptionInfo *),
381 DrawPrimitive(Image *,const DrawInfo *,const PrimitiveInfo *,ExceptionInfo *);
  /external/proguard/src/proguard/classfile/visitor/
ExceptionCounter.java 48 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
  /external/ImageMagick/MagickWand/
magick-wand-private.h 37 ExceptionInfo \
63 ExceptionInfo
wandcli.h 29 *AcquireMagickCLI(ImageInfo *,ExceptionInfo *),
  /external/ImageMagick/api_examples/
cli_process.c 39 cli_wand = AcquireMagickCLI((ImageInfo *) NULL,(ExceptionInfo *) NULL);
  /external/proguard/src/proguard/optimize/peephole/
UnreachableExceptionRemover.java 83 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
88 exceptionInfo.u2startPC,
89 exceptionInfo.u2endPC))
92 exceptionInfo.u2endPC = exceptionInfo.u2startPC;
96 extraExceptionInfoVisitor.visitExceptionInfo(clazz, method, codeAttribute, exceptionInfo);
140 private int removeEmptyExceptions(ExceptionInfo[] exceptionInfos,
147 ExceptionInfo exceptionInfo = exceptionInfos[index]
    [all...]

Completed in 395 milliseconds

1 2 34 5 6 7 8 91011>>