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.c851 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()
1893 ThrowXWindowException(XServerError,"UnableToCreateProperty", in XDestroyWindowColors()
3074 ThrowXWindowException(XServerError,"ColorIsNotKnownToServer", in XGetPixelInfo()
3086 ThrowXWindowException(XServerError,"ColorIsNotKnownToServer", in XGetPixelInfo()
3099 ThrowXWindowException(XServerError,"ColorIsNotKnownToServer", in XGetPixelInfo()
3115 ThrowXWindowException(XServerError,"ColorIsNotKnownToServer", in XGetPixelInfo()
[all …]
Dexception.c553 case XServerError: return("XServer/Error/"); in ExceptionSeverityToTag()
Danimate.c307 (void) ThrowMagickException(exception,GetMagickModule(),XServerError, in AnimateImages()
818 ThrowXWindowException(XServerError,"NoWindowWithSpecifiedIDExists", in XAnimateBackgroundImage()
Ddisplay.c1685 (void) ThrowMagickException(exception,GetMagickModule(),XServerError, in DisplayImages()
1763 (void) ThrowMagickException(exception,GetMagickModule(),XServerError, in RemoteDisplayCommand()
10298 ThrowXWindowException(XServerError,"UnableToGetProperty","..."); in XOpenImage()
13857 ThrowXWindowException(XServerError,"NoWindowWithSpecifiedIDExists", in XDisplayBackgroundImage()
Dwidget.c8143 text=GetLocaleExceptionMessage(XServerError,reason); in XNoticeWidget()
8149 text=GetLocaleExceptionMessage(XServerError,description); in XNoticeWidget()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in42 ModuleError DrawError ImageError XServerError RegistryError
Dquantum.xs.in815 if (strEQ(name,"XServerError"))
816 return(XServerError);
/external/ImageMagick/Magick++/lib/
DException.cpp798 case MagickCore::XServerError: in createException()
981 case MagickCore::XServerError: in throwException()
/external/ImageMagick/MagickWand/
Dimport.c358 ThrowImportException(XServerError,"UnableToOpenXServer", in ImportImageCommand()
Danimate.c368 ThrowAnimateException(XServerError,"UnableToOpenXServer", in AnimateImageCommand()
Ddisplay.c430 ThrowDisplayException(XServerError,"UnableToOpenXServer", in DisplayImageCommand()
/external/ImageMagick/PerlMagick/
DMagick.xs816 return(XServerError); in constant()