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()
1016 ThrowWriterException(DelegateError,"UnableToEncodeImageFile"); in WriteJP2Image()
1120 ThrowWriterException(DelegateError,"UnableToEncodeImageFile"); in WriteJP2Image()
1135 ThrowWriterException(DelegateError,"UnableToEncodeImageFile"); in WriteJP2Image()
Dghostscript-private.h74 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, in ExecuteGhostscriptCommand()
184 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.c352 DelegateError,"PostscriptDelegateFailed","`%s'",message); in ReadXPSImage()
Dpcl.c372 ThrowReaderException(DelegateError,"PCLDelegateFailed"); in ReadPCLImage()
Dps.c820 DelegateError,"PostscriptDelegateFailed","`%s'",message); in ReadPSImage()
Dpdf.c676 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, in ReadPDFImage()
/external/ImageMagick/MagickCore/
Dexception.h57 DelegateError = 415, enumerator
Ddelegate.c510 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, in ExternalDelegateCommand()
513 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, in ExternalDelegateCommand()
1135 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, in GetDelegateCommand()
1745 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, in InvokeDelegate()
1792 DelegateError,"DelegateFailed","`%s'",decode ? decode : encode); in InvokeDelegate()
1822 DelegateError,"DelegateFailed","`%s'",decode ? decode : encode); in InvokeDelegate()
1907 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, in InvokeDelegate()
Dexception.c599 case DelegateError: return("Delegate/Error/"); in ExceptionSeverityToTag()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in40 OptionError DelegateError MissingDelegateError CorruptImageError
Dquantum.xs.in713 if (strEQ(name,"DelegateError"))
714 return(DelegateError);
/external/ImageMagick/Magick++/lib/
DException.cpp730 case MagickCore::DelegateError: in createException()
913 case MagickCore::DelegateError: in throwException()
/external/ImageMagick/PerlMagick/
DMagick.xs714 return(DelegateError); in constant()