Home
last modified time | relevance | path

Searched refs:DelegateError (Results 1 – 15 of 15) sorted by relevance

/external/ImageMagick/coders/
Dfpx.c257 ThrowReaderException(DelegateError,"UnableToReadAspectRatio"); in ReadFPXImage()
265 ThrowReaderException(DelegateError,"UnableToReadSummaryInfo"); in ReadFPXImage()
836 ThrowWriterException(DelegateError,"UnableToInitializeFPXLibrary"); in WriteFPXImage()
880 ThrowWriterException(DelegateError,"UnableToSetJPEGLevel"); in WriteFPXImage()
917 ThrowWriterException(DelegateError,"UnableToSetImageTitle"); in WriteFPXImage()
933 ThrowWriterException(DelegateError,"UnableToSetSummaryInfo"); in WriteFPXImage()
1072 ThrowWriterException(DelegateError,"UnableToSetAffineMatrix"); in WriteFPXImage()
1078 ThrowWriterException(DelegateError,"UnableToSetAspectRatio"); in WriteFPXImage()
1084 ThrowWriterException(DelegateError,"UnableToSetColorTwist"); in WriteFPXImage()
1090 ThrowWriterException(DelegateError,"UnableToSetContrast"); in WriteFPXImage()
[all …]
Djp2.c334 ThrowReaderException(DelegateError,"UnableToManageJP2Stream"); in ReadJP2Image()
347 ThrowReaderException(DelegateError,"UnableToDecodeImageFile"); in ReadJP2Image()
368 ThrowReaderException(DelegateError,"UnableToDecodeImageFile"); in ReadJP2Image()
377 ThrowReaderException(DelegateError,"UnableToDecodeImageFile"); in ReadJP2Image()
394 ThrowReaderException(DelegateError,"UnableToDecodeImageFile"); in ReadJP2Image()
999 ThrowWriterException(DelegateError,"UnableToEncodeImageFile"); in WriteJP2Image()
1101 ThrowWriterException(DelegateError,"UnableToEncodeImageFile"); in WriteJP2Image()
1116 ThrowWriterException(DelegateError,"UnableToEncodeImageFile"); in WriteJP2Image()
Dghostscript-private.h78 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, \ in InvokeGhostscriptDelegate()
172 DelegateError,"PostscriptDelegateFailed", in InvokeGhostscriptDelegate()
Dwmf.c176 ThrowReaderException(DelegateError,"UnableToInitializeWMFLibrary"); in ReadWMFImage()
194 ThrowReaderException(DelegateError,"FailedToScanFile"); in ReadWMFImage()
214 ThrowReaderException(DelegateError,"FailedToRenderFile"); in ReadWMFImage()
2609 ThrowReaderException(DelegateError,"UnableToInitializeWMFLibrary"); in ReadWMFImage()
2673 ThrowReaderException(DelegateError,"FailedToScanFile"); in ReadWMFImage()
2712 ThrowReaderException(DelegateError,"FailedToComputeOutputSize"); in ReadWMFImage()
2890 ThrowReaderException(DelegateError,"FailedToRenderFile"); in ReadWMFImage()
Dxps.c324 ThrowReaderException(DelegateError,"XPSDelegateFailed"); in ReadXPSImage()
Dpcl.c370 ThrowReaderException(DelegateError,"PCLDelegateFailed"); in ReadPCLImage()
Dps.c809 DelegateError,"PostscriptDelegateFailed","`%s'",message); in ReadPSImage()
Dpdf.c662 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, in ReadPDFImage()
/external/ImageMagick/MagickCore/
Ddelegate.c475 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, in ExternalDelegateCommand()
478 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, in ExternalDelegateCommand()
1125 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, in GetDelegateCommand()
1735 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, in InvokeDelegate()
1782 DelegateError,"DelegateFailed","`%s'",decode ? decode : encode); in InvokeDelegate()
1812 DelegateError,"DelegateFailed","`%s'",decode ? decode : encode); in InvokeDelegate()
1897 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, in InvokeDelegate()
Dexception.h57 DelegateError = 415, enumerator
Dexception.c599 case DelegateError: return("Delegate/Error/"); in ExceptionSeverityToTag()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in40 OptionError DelegateError MissingDelegateError CorruptImageError
Dquantum.xs.in705 if (strEQ(name,"DelegateError"))
706 return(DelegateError);
/external/ImageMagick/Magick++/lib/
DException.cpp730 case MagickCore::DelegateError: in createException()
913 case MagickCore::DelegateError: in throwException()
/external/ImageMagick/PerlMagick/
DMagick.xs706 return(DelegateError); in constant()