Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dfpx.c257 ThrowReaderException(DelegateError,"UnableToReadAspectRatio"); in ReadFPXImage()
265 ThrowReaderException(DelegateError,"UnableToReadSummaryInfo"); in ReadFPXImage()
837 ThrowWriterException(DelegateError,"UnableToInitializeFPXLibrary"); in WriteFPXImage()
881 ThrowWriterException(DelegateError,"UnableToSetJPEGLevel"); in WriteFPXImage()
918 ThrowWriterException(DelegateError,"UnableToSetImageTitle"); in WriteFPXImage()
934 ThrowWriterException(DelegateError,"UnableToSetSummaryInfo"); in WriteFPXImage()
1073 ThrowWriterException(DelegateError,"UnableToSetAffineMatrix"); in WriteFPXImage()
1079 ThrowWriterException(DelegateError,"UnableToSetAspectRatio"); in WriteFPXImage()
1085 ThrowWriterException(DelegateError,"UnableToSetColorTwist"); in WriteFPXImage()
1091 ThrowWriterException(DelegateError,"UnableToSetContrast"); in WriteFPXImage()
[all …]
Djp2.c336 ThrowReaderException(DelegateError,"UnableToManageJP2Stream"); in ReadJP2Image()
349 ThrowReaderException(DelegateError,"UnableToDecodeImageFile"); in ReadJP2Image()
366 ThrowReaderException(DelegateError,"UnableToDecodeImageFile"); in ReadJP2Image()
384 ThrowReaderException(DelegateError,"UnableToDecodeImageFile"); in ReadJP2Image()
949 ThrowWriterException(DelegateError,"UnableToEncodeImageFile"); in WriteJP2Image()
1050 ThrowWriterException(DelegateError,"UnableToEncodeImageFile"); in WriteJP2Image()
1053 ThrowWriterException(DelegateError,"UnableToEncodeImageFile"); in WriteJP2Image()
1060 ThrowWriterException(DelegateError,"UnableToEncodeImageFile"); in WriteJP2Image()
Dwmf.c174 ThrowReaderException(DelegateError,"UnableToInitializeWMFLibrary"); in ReadWMFImage()
192 ThrowReaderException(DelegateError,"FailedToScanFile"); in ReadWMFImage()
212 ThrowReaderException(DelegateError,"FailedToRenderFile"); in ReadWMFImage()
2623 ThrowReaderException(DelegateError,"UnableToInitializeWMFLibrary"); in ReadWMFImage()
2686 ThrowReaderException(DelegateError,"FailedToScanFile"); in ReadWMFImage()
2724 ThrowReaderException(DelegateError,"FailedToComputeOutputSize"); in ReadWMFImage()
2895 ThrowReaderException(DelegateError,"FailedToRenderFile"); in ReadWMFImage()
Dxps.c321 ThrowReaderException(DelegateError,"XPSDelegateFailed"); in ReadXPSImage()
Dps.c172 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, \ in InvokePostscriptDelegate()
265 DelegateError,"PostscriptDelegateFailed", in InvokePostscriptDelegate()
950 DelegateError,"PostscriptDelegateFailed","`%s'",message); in ReadPSImage()
Dpcl.c367 ThrowReaderException(DelegateError,"PCLDelegateFailed"); in ReadPCLImage()
Dpdf.c182 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, \ in InvokePDFDelegate()
275 DelegateError,"PDFDelegateFailed", in InvokePDFDelegate()
783 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, in ReadPDFImage()
/external/ImageMagick/MagickCore/
Ddelegate.c460 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, in ExternalDelegateCommand()
463 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, in ExternalDelegateCommand()
1073 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, in GetDelegateCommand()
1683 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, in InvokeDelegate()
1730 DelegateError,"DelegateFailed","`%s'",decode ? decode : encode); in InvokeDelegate()
1760 DelegateError,"DelegateFailed","`%s'",decode ? decode : encode); in InvokeDelegate()
1845 (void) ThrowMagickException(exception,GetMagickModule(),DelegateError, in InvokeDelegate()
Dexception.h57 DelegateError = 415, enumerator
Dexception.c548 case DelegateError: return("Delegate/Error/"); in ExceptionSeverityToTag()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in40 OptionError DelegateError MissingDelegateError CorruptImageError
Dquantum.xs.in691 if (strEQ(name,"DelegateError"))
692 return(DelegateError);
/external/ImageMagick/Magick++/lib/
DException.cpp731 case MagickCore::DelegateError: in createException()
907 case MagickCore::DelegateError: in throwException()
/external/ImageMagick/PerlMagick/
DMagick.xs692 return(DelegateError); in constant()