Searched refs:XServerError (Results 1 – 13 of 13) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | exception.h | 71 XServerError = 480, enumerator
|
D | xwindow.c | 856 ThrowXWindowException(XServerError,"UnableToLoadFont",font_name); in XBestFont() 1255 ThrowXWindowException(XServerError, in XBestVisualInfo() 1352 ThrowXWindowException(XServerError,"UnableToGetStandardColormap", in XBestVisualInfo() 1374 ThrowXWindowException(XServerError, in XBestVisualInfo() 1381 ThrowXWindowException(XServerError,"StandardColormapIsNotInitialized", in XBestVisualInfo() 1898 ThrowXWindowException(XServerError,"UnableToCreateProperty", in XDestroyWindowColors() 3079 ThrowXWindowException(XServerError,"ColorIsNotKnownToServer", in XGetPixelInfo() 3091 ThrowXWindowException(XServerError,"ColorIsNotKnownToServer", in XGetPixelInfo() 3104 ThrowXWindowException(XServerError,"ColorIsNotKnownToServer", in XGetPixelInfo() 3120 ThrowXWindowException(XServerError,"ColorIsNotKnownToServer", in XGetPixelInfo() [all …]
|
D | exception.c | 612 case XServerError: return("XServer/Error/"); in ExceptionSeverityToTag()
|
D | animate.c | 307 (void) ThrowMagickException(exception,GetMagickModule(),XServerError, in AnimateImages() 820 ThrowXWindowException(XServerError,"NoWindowWithSpecifiedIDExists", in XAnimateBackgroundImage()
|
D | display.c | 1653 (void) ThrowMagickException(exception,GetMagickModule(),XServerError, in DisplayImages() 1731 (void) ThrowMagickException(exception,GetMagickModule(),XServerError, in RemoteDisplayCommand() 10266 ThrowXWindowException(XServerError,"UnableToGetProperty","..."); in XOpenImage() 13865 ThrowXWindowException(XServerError,"NoWindowWithSpecifiedIDExists", in XDisplayBackgroundImage()
|
D | widget.c | 8145 text=GetLocaleExceptionMessage(XServerError,reason); in XNoticeWidget() 8151 text=GetLocaleExceptionMessage(XServerError,description); in XNoticeWidget()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.pm.in | 42 ModuleError DrawError ImageError XServerError RegistryError
|
D | quantum.xs.in | 817 if (strEQ(name,"XServerError")) 818 return(XServerError);
|
/external/ImageMagick/Magick++/lib/ |
D | Exception.cpp | 798 case MagickCore::XServerError: in createException() 981 case MagickCore::XServerError: in throwException()
|
/external/ImageMagick/MagickWand/ |
D | import.c | 343 ThrowImportException(XServerError,"UnableToOpenXServer", in ImportImageCommand()
|
D | animate.c | 345 ThrowAnimateException(XServerError,"UnableToOpenXServer", in AnimateImageCommand()
|
D | display.c | 407 ThrowDisplayException(XServerError,"UnableToOpenXServer", in DisplayImageCommand()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 818 return(XServerError); in constant()
|