/external/ImageMagick/www/api/ |
resource.php | 158 ExceptionInfo *exception)
|
image-view.php | 393 ImageView *NewImageView(MagickCore *wand,ExceptionInfo *exception) 421 ExceptionInfo *exception)
|
morphology.php | 338 ExceptionInfo *exception) 402 const ssize_t iterations,KernelInfo *kernel,ExceptionInfo *exception) [all...] |
/external/ImageMagick/MagickCore/ |
draw.c | 168 ExceptionInfo *); 255 ExceptionInfo [all...] |
xwindow.c | 223 XImage *,XImage *,ExceptionInfo *), 225 XImage *,XImage *,ExceptionInfo *); 455 % ExceptionInfo *exception) 473 ExceptionInfo *exception) [all...] |
colorspace.c | 89 TransformsRGBImage(Image *,ExceptionInfo *); 228 const ColorspaceType colorspace,ExceptionInfo *exception) [all...] |
quantum.c | 524 % QuantumType GetQuantumType(Image *image,ExceptionInfo *exception) 533 MagickExport QuantumType GetQuantumType(Image *image,ExceptionInfo *exception) [all...] |
signature.c | 468 % MagickBooleanType SignatureImage(Image *image,ExceptionInfo *exception) 478 ExceptionInfo *exception)
|
quantum-import.c | 97 % const unsigned char *magick_restrict pixels,ExceptionInfo *exception) [all...] |
composite.c | 103 % const ssize_t y_offset,ExceptionInfo *exception) 291 const ssize_t x_offset,const ssize_t y_offset,ExceptionInfo *exception) 520 const ssize_t y_offset,ExceptionInfo *exception) [all...] |
xml-tree.c | [all...] |
/external/ImageMagick/coders/ |
svg.c | 132 ExceptionInfo 195 WriteSVGImage(const ImageInfo *,Image *,ExceptionInfo *); 250 % Image *ReadSVGImage(const ImageInfo *image_info,ExceptionInfo *exception) [all...] |
msl.c | 128 ExceptionInfo 166 WriteMSLImage(const ImageInfo *,Image *,ExceptionInfo *); 193 % Image *ReadMSLImage(const ImageInfo *image_info,ExceptionInfo *exception) 208 ExceptionInfo *exception) 213 ExceptionInfo 635 ExceptionInfo [all...] |
dcm.c | [all...] |
/external/ImageMagick/MagickWand/ |
mogrify.c | 102 % ExceptionInfo *exception) 126 ExceptionInfo *exception) 369 ExceptionInfo *exception) 374 ExceptionInfo 455 const MagickBooleanType color_from_image,ExceptionInfo *exception) 493 assert(exception != (ExceptionInfo *) NULL); 680 const char **argv,Image **image,ExceptionInfo *exception) [all...] |
display.c | 80 % char **argv,char **metadata,ExceptionInfo *exception) 267 int argc,char **argv,char **wand_unused(metadata),ExceptionInfo *exception) 358 assert(exception != (ExceptionInfo *) NULL); [all...] |
montage.c | 70 % char **argv,char **metadata,ExceptionInfo *exception) 266 int argc,char **argv,char **metadata,ExceptionInfo *exception) 336 assert(exception != (ExceptionInfo *) NULL); [all...] |
convert.c | 84 % char **argv,char **metadata,ExceptionInfo *exception) 101 ExceptionInfo *exception) 514 int argc,char **argv,char **metadata,ExceptionInfo *exception) 574 assert(exception != (ExceptionInfo *) NULL); [all...] |
pixel-wand.c | 74 ExceptionInfo [all...] |
/external/proguard/src/proguard/classfile/editor/ |
ConstantPoolRemapper.java | 495 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) 497 if (exceptionInfo.u2catchType != 0) 499 exceptionInfo.u2catchType = 500 remapConstantIndex(exceptionInfo.u2catchType);
|
/external/proguard/src/proguard/shrink/ |
UsageMarker.java | 822 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) 824 markAsUsed(exceptionInfo); 826 if (exceptionInfo.u2catchType != 0) 828 markConstant(clazz, exceptionInfo.u2catchType); [all...] |
/external/ImageMagick/Magick++/lib/Magick++/ |
Image.h | [all...] |
/external/proguard/src/proguard/classfile/io/ |
ProgramClassWriter.java | 539 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) 541 dataOutput.writeShort(exceptionInfo.u2startPC); 542 dataOutput.writeShort(exceptionInfo.u2endPC); 543 dataOutput.writeShort(exceptionInfo.u2handlerPC); 544 dataOutput.writeShort(exceptionInfo.u2catchType);
|
/external/proguard/src/proguard/classfile/visitor/ |
ClassPrinter.java | 774 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) 776 println(visitorInfo(exceptionInfo) + 777 " ExceptionInfo (" + 778 exceptionInfo.u2startPC + " -> " + 779 exceptionInfo.u2endPC + ": " + 780 exceptionInfo.u2handlerPC + "):"); 782 if (exceptionInfo.u2catchType != 0) 784 clazz.constantPoolEntryAccept(exceptionInfo.u2catchType, this); [all...] |
/external/proguard/src/proguard/optimize/evaluation/ |
PartialEvaluator.java | [all...] |