Home
last modified time | relevance | path

Searched refs:XServerError (Results 1 – 13 of 13) sorted by relevance

/external/ImageMagick/MagickCore/
Dexception.h71 XServerError = 480, enumerator
Dxwindow.c856 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()
3075 ThrowXWindowException(XServerError,"ColorIsNotKnownToServer", in XGetPixelInfo()
3087 ThrowXWindowException(XServerError,"ColorIsNotKnownToServer", in XGetPixelInfo()
3100 ThrowXWindowException(XServerError,"ColorIsNotKnownToServer", in XGetPixelInfo()
3116 ThrowXWindowException(XServerError,"ColorIsNotKnownToServer", in XGetPixelInfo()
[all …]
Dexception.c612 case XServerError: return("XServer/Error/"); in ExceptionSeverityToTag()
Danimate.c307 (void) ThrowMagickException(exception,GetMagickModule(),XServerError, in AnimateImages()
817 ThrowXWindowException(XServerError,"NoWindowWithSpecifiedIDExists", in XAnimateBackgroundImage()
Ddisplay.c1653 (void) ThrowMagickException(exception,GetMagickModule(),XServerError, in DisplayImages()
1731 (void) ThrowMagickException(exception,GetMagickModule(),XServerError, in RemoteDisplayCommand()
10255 ThrowXWindowException(XServerError,"UnableToGetProperty","..."); in XOpenImage()
13854 ThrowXWindowException(XServerError,"NoWindowWithSpecifiedIDExists", in XDisplayBackgroundImage()
Dwidget.c8149 text=GetLocaleExceptionMessage(XServerError,reason); in XNoticeWidget()
8155 text=GetLocaleExceptionMessage(XServerError,description); in XNoticeWidget()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in42 ModuleError DrawError ImageError XServerError RegistryError
Dquantum.xs.in825 if (strEQ(name,"XServerError"))
826 return(XServerError);
/external/ImageMagick/Magick++/lib/
DException.cpp798 case MagickCore::XServerError: in createException()
981 case MagickCore::XServerError: in throwException()
/external/ImageMagick/MagickWand/
Dimport.c347 ThrowImportException(XServerError,"UnableToOpenXServer", in ImportImageCommand()
Danimate.c349 ThrowAnimateException(XServerError,"UnableToOpenXServer", in AnimateImageCommand()
Ddisplay.c411 ThrowDisplayException(XServerError,"UnableToOpenXServer", in DisplayImageCommand()
/external/ImageMagick/PerlMagick/
DMagick.xs826 return(XServerError); in constant()