HomeSort by relevance Sort by last modified time
    Searched refs:DelegateError (Results 1 - 15 of 15) sorted by null

  /external/ImageMagick/MagickCore/
exception.h 57 DelegateError = 415,
delegate.c 469 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError,
472 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError,
    [all...]
exception.c 562 case DelegateError: return("Delegate/Error/");
    [all...]
  /external/ImageMagick/coders/
fpx.c 260 ThrowReaderException(DelegateError,"UnableToReadAspectRatio");
268 ThrowReaderException(DelegateError,"UnableToReadSummaryInfo");
843 ThrowWriterException(DelegateError,"UnableToInitializeFPXLibrary");
887 ThrowWriterException(DelegateError,"UnableToSetJPEGLevel");
924 ThrowWriterException(DelegateError,"UnableToSetImageTitle");
940 ThrowWriterException(DelegateError,"UnableToSetSummaryInfo");
    [all...]
jp2.c 341 ThrowReaderException(DelegateError,"UnableToManageJP2Stream");
354 ThrowReaderException(DelegateError,"UnableToDecodeImageFile");
371 ThrowReaderException(DelegateError,"UnableToDecodeImageFile");
389 ThrowReaderException(DelegateError,"UnableToDecodeImageFile");
957 ThrowWriterException(DelegateError,"UnableToEncodeImageFile");
    [all...]
xps.c 323 ThrowReaderException(DelegateError,"XPSDelegateFailed");
wmf.c 176 ThrowReaderException(DelegateError,"UnableToInitializeWMFLibrary");
194 ThrowReaderException(DelegateError,"FailedToScanFile");
214 ThrowReaderException(DelegateError,"FailedToRenderFile");
    [all...]
ps.c 175 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, \
268 DelegateError,"PostscriptDelegateFailed",
955 DelegateError,"PostscriptDelegateFailed","`%s'",message);
    [all...]
pcl.c 371 ThrowReaderException(DelegateError,"PCLDelegateFailed");
pdf.c 186 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, \
279 DelegateError,"PDFDelegateFailed",
789 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError,
    [all...]
  /external/ImageMagick/PerlMagick/
Magick.pm 41 OptionError DelegateError MissingDelegateError CorruptImageError
Magick.xs 698 if (strEQ(name,"DelegateError"))
699 return(DelegateError);
    [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.pm 40 OptionError DelegateError MissingDelegateError CorruptImageError
quantum.xs.in 698 if (strEQ(name,"DelegateError"))
699 return(DelegateError);
    [all...]
  /external/ImageMagick/Magick++/lib/
Exception.cpp 731 case MagickCore::DelegateError:
907 case MagickCore::DelegateError:

Completed in 629 milliseconds