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

1 2 3 4 5 6 7 891011>>

  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 346 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
348 int startPC = Math.max(exceptionInfo.u2startPC, clipStart);
349 int endPC = Math.min(exceptionInfo.u2endPC, clipEnd);
350 int handlerPC = exceptionInfo.u2handlerPC;
351 int catchType = exceptionInfo.u2catchType;
363 if (!exceptionInfo.isApplicable(offset + ((BranchInstruction)instruction).branchOffset))
371 codeAttributeComposer.appendException(new ExceptionInfo(startPC,
384 if (startPC == exceptionInfo.u2startPC &&
385 endPC == exceptionInfo.u2endPC
    [all...]
  /external/ImageMagick/MagickCore/
delegate.c 153 IsDelegateCacheInstantiated(ExceptionInfo *),
155 ExceptionInfo *);
175 % ExceptionInfo *exception)
185 ExceptionInfo *exception)
317 % char *message,ExceptionInfo *exception)
337 ExceptionInfo *exception)
500 % const char *decode,const char *encode,ExceptionInfo *exception)
522 const char letter,ExceptionInfo *exception)
    [all...]
transform.c 89 % const OrientationType orientation,ExceptionInfo *exception)
101 const OrientationType orientation,ExceptionInfo *exception)
108 assert(exception != (ExceptionInfo *) NULL);
179 % ExceptionInfo *exception)
191 ExceptionInfo *exception)
221 assert(exception != (ExceptionInfo *) NULL);
406 % Image *ConsolidateCMYKImage(const Image *image,ExceptionInfo *exception)
416 ExceptionInfo *exception)
439 assert(exception != (ExceptionInfo *) NULL);
525 % ExceptionInfo *exception
    [all...]
accelerate.c 211 static MagickCLEnv getOpenCLEnvironment(ExceptionInfo* exception)
229 static Image *cloneImage(const Image* image,ExceptionInfo *exception)
257 const double sigma,cl_uint *width,ExceptionInfo *exception)
304 ExceptionInfo *exception)
391 const NoiseType noise_type,ExceptionInfo *exception)
557 const NoiseType noise_type,ExceptionInfo *exception)
566 assert(exception != (ExceptionInfo *) NULL);
592 const double radius,const double sigma,ExceptionInfo *exception)
759 const double radius,const double sigma,ExceptionInfo *exception)
768 assert(exception != (ExceptionInfo *) NULL)
    [all...]
compare.c 94 % const MetricType metric,double *distortion,ExceptionInfo *exception)
130 const MetricType metric,double *distortion,ExceptionInfo *exception)
333 % double *distortion,ExceptionInfo *exception)
350 const Image *reconstruct_image,double *distortion,ExceptionInfo *exception)
463 const Image *reconstruct_image,double *distortion,ExceptionInfo *exception)
567 const Image *reconstruct_image,double *distortion,ExceptionInfo *exception)
670 const Image *reconstruct_image,double *distortion,ExceptionInfo *exception)
766 const Image *reconstruct_image,double *distortion,ExceptionInfo *exception)
870 ExceptionInfo *exception)
    [all...]
fx.c 133 ExceptionInfo
154 % ExceptionInfo *exception)
166 ExceptionInfo *exception)
254 % const double attenuate,ExceptionInfo *exception)
271 const double attenuate,ExceptionInfo *exception)
306 assert(exception != (ExceptionInfo *) NULL);
430 % ExceptionInfo *exception)
442 ExceptionInfo *exception)
469 assert(exception != (ExceptionInfo *) NULL);
587 % const double sigma,ExceptionInfo *exception
    [all...]
resize.c 703 % ExceptionInfo *exception)
724 ExceptionInfo *exception)
    [all...]
  /external/ImageMagick/coders/
exr.c 71 WriteEXRImage(const ImageInfo *,Image *,ExceptionInfo *);
128 % Image *ReadEXRImage(const ImageInfo *image_info,ExceptionInfo *exception)
137 static Image *ReadEXRImage(const ImageInfo *image_info,ExceptionInfo *exception)
180 assert(exception != (ExceptionInfo *) NULL);
352 % Image *image,ExceptionInfo *exception)
364 ExceptionInfo *exception)
411 assert(exception != (ExceptionInfo *) NULL);
ipl.c 85 WriteIPLImage(const ImageInfo *,Image *,ExceptionInfo *);
156 % Image *ReadIPLImage(const ImageInfo *image_info,ExceptionInfo *exception)
175 static Image *ReadIPLImage(const ImageInfo *image_info,ExceptionInfo *exception)
208 assert(exception != (ExceptionInfo *) NULL);
491 % Image *image,ExceptionInfo *exception)
503 ExceptionInfo *exception)
535 assert(exception != (ExceptionInfo *) NULL);
mpeg.c 70 WriteMPEGImage(const ImageInfo *,Image *,ExceptionInfo *);
161 % ExceptionInfo *exception)
171 ExceptionInfo *exception)
193 assert(exception != (ExceptionInfo *) NULL);
356 % Image *image,ExceptionInfo *exception)
442 Image *image,ExceptionInfo *exception)
488 assert(exception != (ExceptionInfo *) NULL);
raw.c 71 WriteRAWImage(const ImageInfo *,Image *,ExceptionInfo *);
91 % Image *ReadRAWImage(const ImageInfo *image_info,ExceptionInfo *exception)
100 static Image *ReadRAWImage(const ImageInfo *image_info,ExceptionInfo *exception)
136 assert(exception != (ExceptionInfo *) NULL);
428 % Image *image,ExceptionInfo *exception)
440 ExceptionInfo *exception)
476 assert(exception != (ExceptionInfo *) NULL);
vips.c 118 WriteVIPSImage(const ImageInfo *,Image *,ExceptionInfo *);
178 % Image *ReadVIPSmage(const ImageInfo *image_info,ExceptionInfo *exception)
310 ExceptionInfo *exception)
366 ExceptionInfo *exception)
399 assert(exception != (ExceptionInfo *) NULL);
621 Image *image,ExceptionInfo *exception)
xbm.c 73 WriteXBMImage(const ImageInfo *,Image *,ExceptionInfo *);
128 % Image *ReadXBMImage(const ImageInfo *image_info,ExceptionInfo *exception)
175 static Image *ReadXBMImage(const ImageInfo *image_info,ExceptionInfo *exception)
225 assert(exception != (ExceptionInfo *) NULL);
478 % Image *image,ExceptionInfo *exception)
490 ExceptionInfo *exception)
522 assert(exception != (ExceptionInfo *) NULL);
dds.c 184 DDSDecoder(Image *, DDSInfo *, ExceptionInfo *);
754 ReadDXT1(Image *,DDSInfo *,ExceptionInfo *),
755 ReadDXT3(Image *,DDSInfo *,ExceptionInfo *),
756 ReadDXT5(Image *,DDSInfo *,ExceptionInfo *),
757 ReadUncompressedRGB(Image *,DDSInfo *,ExceptionInfo *),
758 ReadUncompressedRGBA(Image *,DDSInfo *,ExceptionInfo *),
759 SkipDXTMipmaps(Image *,DDSInfo *,int,ExceptionInfo *),
760 SkipRGBMipmaps(Image *,DDSInfo *,int,ExceptionInfo *),
761 WriteDDSImage(const ImageInfo *,Image *,ExceptionInfo *),
763 const MagickBooleanType,const MagickBooleanType,ExceptionInfo *);
    [all...]
meta.c 69 WriteMETAImage(const ImageInfo *,Image *,ExceptionInfo *);
132 % ExceptionInfo *exception)
1144 ExceptionInfo *exception)
1170 assert(exception != (ExceptionInfo *) NULL);
    [all...]
  /external/ImageMagick/www/api/
module.php 100 ModuleInfo *GetModuleInfo(const char *tag,ExceptionInfo *exception)
127 size_t *number_modules,ExceptionInfo *exception)
158 size_t *number_modules,ExceptionInfo *exception)
193 MagickModuleType module_type,char *path,ExceptionInfo *exception)
227 IsModuleTreeInstantiated(Exceptioninfo *exception)
243 const int argc,const char **argv,ExceptionInfo *exception)
281 MagickBooleanType ListModuleInfo(FILE *file,ExceptionInfo *exception)
299 MagickBooleanType OpenModule(const char *module,ExceptionInfo *exception)
325 MagickBooleanType OpenModules(ExceptionInfo *exception)
348 ExceptionInfo *exception
    [all...]
attribute.php 64 size_t GetImageDepth(const Image *image,ExceptionInfo *exception)
141 ImageType IdentifyImageGray(const Image *image,ExceptionInfo *exception)
168 ExceptionInfo *exception)
202 ImageType IdentifyImageType(const Image *image,ExceptionInfo *exception)
275 ExceptionInfo *exception)
302 ExceptionInfo *exception)
339 ExceptionInfo *exception)
fx.php 65 const double attenuate,ExceptionInfo *exception)
104 ExceptionInfo *exception)
135 const double sigma,ExceptionInfo *exception)
170 const PixelInfo *colorize,ExceptionInfo *exception)
205 const KernelInfo *color_matrix,ExceptionInfo *exception)
236 ExceptionInfo *exception)
267 const PixelInterpolateMethod method,ExceptionInfo *exception)
306 ExceptionInfo *exception)
337 size_t attenuate,size_t depth,ExceptionInfo *exception)
377 const PixelInterpolateMethod method,ExceptionInfo exception
    [all...]
image.php 64 Image *AcquireImage(const ImageInfo *image_info,ExceptionInfo *exception)
101 ExceptionInfo *exception)
134 ExceptionInfo *exception)
187 const MagickBooleanType inside,ExceptionInfo *exception)
225 ExceptionInfo *exception)
287 ExceptionInfo *exception);
413 Image *GetImageMask(const Image *image,ExceptionInfo *exception)
458 const char *format,int value,char *filename,ExceptionInfo *exception)
489 ExceptionInfo *exception)
559 MagickBooleanType ModifyImage(Image *image,ExceptionInfo *exception
    [all...]
enhance.php 64 MagickBooleanType AutoGammaImage(Image *image,ExceptionInfo *exception)
90 MagickBooleanType AutoLevelImage(Image *image,ExceptionInfo *exception)
117 const double brightness,const double contrast,ExceptionInfo *exception)
156 const PixelInterpolateMethod method,ExceptionInfo *exception)
208 const char *color_correction_collection,ExceptionInfo *exception)
239 const MagickBooleanType sharpen,ExceptionInfo *exception)
270 const char *levels,ExceptionInfo *exception)
308 Image *EnhanceImage(const Image *image,ExceptionInfo *exception)
334 MagickBooleanType EqualizeImage(Image *image,ExceptionInfo *exception)
363 ExceptionInfo *exception
    [all...]
layer.php 64 Image *CoalesceImages(Image *image,ExceptionInfo *exception)
90 Image *DisposeImages(Image *image,ExceptionInfo *exception)
121 const LayerMethod method,ExceptionInfo *exception)
152 ExceptionInfo *exception)
179 ExceptionInfo *exception)
207 void OptimizeImageTransperency(Image *image,ExceptionInfo *exception)
235 void RemoveDuplicateLayers(Image **image, ExceptionInfo *exception)
267 void RemoveZeroDelayLayers(Image **image, ExceptionInfo *exception)
306 ExceptionInfo *exception);
343 const LayerMethod method, ExceptionInfo *exception
    [all...]
blob.php 65 const size_t length,ExceptionInfo *exception)
148 size_t *length,ExceptionInfo *exception)
183 ExceptionInfo *exception)
216 size_t *length,ExceptionInfo *exception)
252 ExceptionInfo *exception)
channel.php 78 ExceptionInfo *exception)
109 ExceptionInfo *exception)
162 ExceptionInfo *exception)
192 Image *SeparateImages(const Image *image,ExceptionInfo *exception)
219 const AlphaChannelOption alpha_type,ExceptionInfo *exception)
color.php 65 ExceptionInfo *exception)
92 size_t *number_colors,ExceptionInfo *exception)
123 ExceptionInfo *exception)
153 MagickBooleanType ListColorInfo(FILE *file,ExceptionInfo *exception)
175 ExceptionInfo *exception)
compare.php 65 const MetricType metric,double *distortion,ExceptionInfo *exception)
105 double *distortion,ExceptionInfo *exception)
145 ExceptionInfo *exception)
193 const Image *reconstruct_image,ExceptionInfo *exception)
216 RectangleInfo *offset,double *similarity,ExceptionInfo *exception)

Completed in 150 milliseconds

1 2 3 4 5 6 7 891011>>