Searched refs:XServerError (Results 1 – 13 of 13) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | exception.h | 71 XServerError = 480, enumerator
|
D | xwindow.c | 851 ThrowXWindowException(XServerError,"UnableToLoadFont",font_name); in XBestFont() 1250 ThrowXWindowException(XServerError, in XBestVisualInfo() 1347 ThrowXWindowException(XServerError,"UnableToGetStandardColormap", in XBestVisualInfo() 1369 ThrowXWindowException(XServerError, in XBestVisualInfo() 1376 ThrowXWindowException(XServerError,"StandardColormapIsNotInitialized", in XBestVisualInfo() 1891 ThrowXWindowException(XServerError,"UnableToCreateProperty", in XDestroyWindowColors() 3080 ThrowXWindowException(XServerError,"ColorIsNotKnownToServer", in XGetPixelInfo() 3092 ThrowXWindowException(XServerError,"ColorIsNotKnownToServer", in XGetPixelInfo() 3105 ThrowXWindowException(XServerError,"ColorIsNotKnownToServer", in XGetPixelInfo() 3121 ThrowXWindowException(XServerError,"ColorIsNotKnownToServer", in XGetPixelInfo() [all …]
|
D | exception.c | 561 case XServerError: return("XServer/Error/"); in ExceptionSeverityToTag()
|
D | animate.c | 307 (void) ThrowMagickException(exception,GetMagickModule(),XServerError, in AnimateImages() 814 ThrowXWindowException(XServerError,"NoWindowWithSpecifiedIDExists", in XAnimateBackgroundImage()
|
D | display.c | 1685 (void) ThrowMagickException(exception,GetMagickModule(),XServerError, in DisplayImages() 1763 (void) ThrowMagickException(exception,GetMagickModule(),XServerError, in RemoteDisplayCommand() 10296 ThrowXWindowException(XServerError,"UnableToGetProperty","..."); in XOpenImage() 13851 ThrowXWindowException(XServerError,"NoWindowWithSpecifiedIDExists", in XDisplayBackgroundImage()
|
D | widget.c | 8141 text=GetLocaleExceptionMessage(XServerError,reason); in XNoticeWidget() 8147 text=GetLocaleExceptionMessage(XServerError,description); in XNoticeWidget()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.pm.in | 42 ModuleError DrawError ImageError XServerError RegistryError
|
D | quantum.xs.in | 803 if (strEQ(name,"XServerError")) 804 return(XServerError);
|
/external/ImageMagick/Magick++/lib/ |
D | Exception.cpp | 799 case MagickCore::XServerError: in createException() 975 case MagickCore::XServerError: in throwException()
|
/external/ImageMagick/MagickWand/ |
D | import.c | 355 ThrowImportException(XServerError,"UnableToOpenXServer", in ImportImageCommand()
|
D | animate.c | 366 ThrowAnimateException(XServerError,"UnableToOpenXServer", in AnimateImageCommand()
|
D | display.c | 423 ThrowDisplayException(XServerError,"UnableToOpenXServer", in DisplayImageCommand()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 804 return(XServerError); in constant()
|