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

<<111213141516

  /external/ImageMagick/coders/
dps.c 88 % Image *ReadDPSImage(const ImageInfo *image_info,ExceptionInfo *exception)
97 static Image *ReadDPSImage(const ImageInfo *image_info,ExceptionInfo *exception)
164 assert(exception != (ExceptionInfo *) NULL);
rle.c 120 % Image *ReadRLEImage(const ImageInfo *image_info,ExceptionInfo *exception)
130 static Image *ReadRLEImage(const ImageInfo *image_info,ExceptionInfo *exception)
211 assert(exception != (ExceptionInfo *) NULL);
emf.c 171 % ExceptionInfo *exception)
448 static Image *ReadEMFImage(const ImageInfo *image_info,ExceptionInfo *exception)
665 ExceptionInfo *exception)
717 assert(exception != (ExceptionInfo *) NULL);
bgr.c 73 WriteBGRImage(const ImageInfo *,Image *,ExceptionInfo *);
94 % ExceptionInfo *exception)
104 ExceptionInfo *exception)
143 assert(exception != (ExceptionInfo *) NULL);
    [all...]
pict.c 293 WritePICTImage(const ImageInfo *,Image *,ExceptionInfo *);
776 % ExceptionInfo *exception)
823 ExceptionInfo *exception)
891 assert(exception != (ExceptionInfo *) NULL);
    [all...]
miff.c 101 WriteMIFFImage(const ImageInfo *,Image *,ExceptionInfo *);
157 % ExceptionInfo *exception)
218 size_t *length,PixelInfo *pixel,ExceptionInfo *exception)
430 ExceptionInfo *exception)
531 assert(exception != (ExceptionInfo *) NULL);
    [all...]
pdf.c 100 WritePDFImage(const ImageInfo *,Image *,ExceptionInfo *);
119 % const char *command,ExceptionInfo *exception)
161 const char *command,char *message,ExceptionInfo *exception)
351 % Image *ReadPDFImage(const ImageInfo *image_info,ExceptionInfo *exception)
378 static Image *ReadPDFImage(const ImageInfo *image_info,ExceptionInfo *exception)
467 assert(exception != (ExceptionInfo *) NULL);
    [all...]
png.c 841 WritePNGImage(const ImageInfo *,Image *,ExceptionInfo *);
844 WriteMNGImage(const ImageInfo *,Image *,ExceptionInfo *);
848 WriteJNGImage(const ImageInfo *,Image *,ExceptionInfo *);
856 LosslessReduceDepthOK(Image *image,ExceptionInfo *exception)
    [all...]
pnm.c 88 WritePNMImage(const ImageInfo *,Image *,ExceptionInfo *);
146 % Image *ReadPNMImage(const ImageInfo *image_info,ExceptionInfo *exception)
157 ExceptionInfo *exception)
192 const unsigned int base,ExceptionInfo *exception)
234 static Image *ReadPNMImage(const ImageInfo *image_info,ExceptionInfo *exception)
285 assert(exception != (ExceptionInfo *) NULL);
    [all...]
dpx.c 337 WriteDPXImage(const ImageInfo *,Image *,ExceptionInfo *);
394 % Image *ReadDPXImage(const ImageInfo *image_info,ExceptionInfo *exception)
659 static Image *ReadDPXImage(const ImageInfo *image_info,ExceptionInfo *exception)
707 assert(exception != (ExceptionInfo *) NULL);
    [all...]
cmyk.c 72 WriteCMYKImage(const ImageInfo *,Image *,ExceptionInfo *);
93 % ExceptionInfo *exception)
103 ExceptionInfo *exception)
142 assert(exception != (ExceptionInfo *) NULL);
    [all...]
  /external/ImageMagick/MagickWand/
composite.c 99 % char **argv,char **metadata,ExceptionInfo *exception)
117 ExceptionInfo *exception)
131 assert(exception != (ExceptionInfo *) NULL);
407 int argc,char **argv,char **metadata,ExceptionInfo *exception)
474 assert(exception != (ExceptionInfo *) NULL);
    [all...]
wand-view.c 88 ExceptionInfo
759 ExceptionInfo
822 ExceptionInfo
    [all...]
  /external/proguard/src/proguard/classfile/io/
ProgramClassReader.java 429 codeAttribute.exceptionTable = new ExceptionInfo[codeAttribute.u2exceptionTableLength];
432 ExceptionInfo exceptionInfo = new ExceptionInfo();
433 visitExceptionInfo(clazz, method, codeAttribute, exceptionInfo);
434 codeAttribute.exceptionTable[index] = exceptionInfo;
632 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
634 exceptionInfo.u2startPC = dataInput.readUnsignedShort();
635 exceptionInfo.u2endPC = dataInput.readUnsignedShort()
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
LivenessAnalyzer.java 386 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
389 long alive = isAliveBefore[exceptionInfo.u2handlerPC];
393 int startOffset = exceptionInfo.u2startPC;
394 int endOffset = exceptionInfo.u2endPC;
  /external/ImageMagick/MagickCore/
decorate.c 93 % const CompositeOperator compose,ExceptionInfo *exception)
108 ExceptionInfo *exception)
160 % const CompositeOperator compose,ExceptionInfo *exception)
174 const CompositeOperator compose,ExceptionInfo *exception)
601 % ExceptionInfo *exception)
617 ExceptionInfo *exception)
montage.c 263 % ExceptionInfo *exception)
312 const MontageInfo *montage_info,ExceptionInfo *exception)
327 const MontageInfo *montage_info,const Image *images,ExceptionInfo *exception)
415 assert(exception != (ExceptionInfo *) NULL);
    [all...]
property.c 224 % ExceptionInfo *exception)
236 const char *property,ExceptionInfo *exception)
366 ExceptionInfo
412 % ExceptionInfo *exception)
430 ExceptionInfo *exception)
587 ExceptionInfo *exception)
838 const char *property,ExceptionInfo *exception)
    [all...]
pixel.c 204 % PixelInfo *destination,ExceptionInfo *exception)
218 PixelInfo *destination,ExceptionInfo *exception)
489 % ExceptionInfo *exception)
520 const QuantumType *quantum_map,void *pixels,ExceptionInfo *exception)
727 const QuantumType *quantum_map,void *pixels,ExceptionInfo *exception)
935 const QuantumType *quantum_map,void *pixels,ExceptionInfo *exception)
    [all...]
distort.c 276 % AffineMatrix *affine_matrix,ExceptionInfo *exception)
288 const AffineMatrix *affine_matrix,ExceptionInfo *exception)
303 assert(exception != (ExceptionInfo *) NULL);
337 % size_t number_values, ExceptionInfo *exception)
379 size_t number_values,ExceptionInfo *exception)
    [all...]
morphology.c 377 ExceptionInfo *exception)
490 ExceptionInfo *exception)
    [all...]
identify.c 118 % const MagickBooleanType verbose,ExceptionInfo *exception)
134 const StatisticType type,ExceptionInfo *exception)
287 ExceptionInfo
472 const MagickBooleanType verbose,ExceptionInfo *exception)
    [all...]
token.c 375 ExceptionInfo
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeEditor.java     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h 289 using MagickCore::ExceptionInfo;
    [all...]

Completed in 607 milliseconds

<<111213141516