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

1 2 34 5 6 7 8 91011>>

  /external/ImageMagick/MagickCore/
cache-private.h 38 Quantum *,ExceptionInfo *),
40 const ssize_t,const ssize_t,Quantum *,ExceptionInfo *),
41 (*SyncAuthenticPixelsHandler)(Image *,ExceptionInfo *);
45 const ssize_t,const ssize_t,const size_t,const size_t,ExceptionInfo *),
53 const size_t,const size_t,ExceptionInfo *);
60 const size_t,const size_t,ExceptionInfo *);
246 ExceptionInfo *) magick_hot_spot,
255 ExceptionInfo *) magick_hot_spot,
256 SyncImagePixelCache(Image *,ExceptionInfo *);
267 const size_t,const size_t,NexusInfo *,ExceptionInfo *) magick_hot_spot
    [all...]
list.h 26 *CloneImageList(const Image *,ExceptionInfo *),
27 *CloneImages(const Image *,const char *,ExceptionInfo *),
29 *DuplicateImages(Image *,const size_t,const char *,ExceptionInfo *),
35 **ImageListToArray(const Image *,ExceptionInfo *),
53 DeleteImages(Image **,const char *,ExceptionInfo *),
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 53 *DecodeImageHandler(const ImageInfo *,ExceptionInfo *);
56 EncodeImageHandler(const ImageInfo *,Image *,ExceptionInfo *);
100 **GetMagickList(const char *,size_t *,ExceptionInfo *);
137 *GetMagickInfo(const char *,ExceptionInfo *),
138 **GetMagickInfoList(const char *,size_t *,ExceptionInfo *);
colormap-private.h 30 ExceptionInfo *exception)
43 const ssize_t index,Quantum *target,ExceptionInfo *exception)
montage.h 76 *MontageImages(const Image *,const MontageInfo *,ExceptionInfo *),
78 ExceptionInfo *);
resample.h 85 PixelInfo *,ExceptionInfo *),
92 *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 50 *FileToString(const char *,const size_t,ExceptionInfo *),
66 *StringToArrayOfDoubles(const char *,ssize_t *,ExceptionInfo *);
95 *FileToStringInfo(const char *,const size_t,ExceptionInfo *),
pixel.h 220 const size_t,const char *,const StorageType,void *,ExceptionInfo *),
222 const size_t,const char *,const StorageType,const void *,ExceptionInfo *),
225 double *,ExceptionInfo *),
228 ExceptionInfo *),
231 ExceptionInfo *),
236 SetPixelMetaChannels(Image *,const size_t,ExceptionInfo *);
257 ConformPixelInfo(Image *,const PixelInfo *,PixelInfo *,ExceptionInfo *),
  /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)
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 *)
91 % ExceptionInfo *exception)
101 ExceptionInfo *exception)
129 assert(exception != (ExceptionInfo *) NULL);
239 % Image *image,ExceptionInfo *exception)
251 Image *image,ExceptionInfo *exception)
257 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/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/Magick++/fuzz/
huffman_decode_fuzzer.cc 16 Magick::ExceptionInfo *exceptionInfo;
17 exceptionInfo=MagickCore::AcquireExceptionInfo();
18 (void) HuffmanDecodeImage(image.image(), exceptionInfo);
19 (void) MagickCore::DestroyExceptionInfo(exceptionInfo);
  /external/ImageMagick/api_examples/
cli_process.c 39 cli_wand = AcquireMagickCLI((ImageInfo *) NULL,(ExceptionInfo *) NULL);
  /external/catch2/include/internal/
catch_fatal_condition.h 23 static LONG CALLBACK handleVectoredException(PEXCEPTION_POINTERS ExceptionInfo);

Completed in 463 milliseconds

1 2 34 5 6 7 8 91011>>