Searched refs:XServerFatalError (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | animate.c | 851 ThrowXWindowFatalException(XServerFatalError,"UnableToGetVisual", in XAnimateBackgroundImage() 942 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateGraphicContext", in XAnimateBackgroundImage() 956 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXImage", in XAnimateBackgroundImage() 973 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXImage", in XAnimateBackgroundImage() 1044 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXPixmap", in XAnimateBackgroundImage() 1093 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXImage", in XAnimateBackgroundImage() 1098 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXImage", in XAnimateBackgroundImage() 1117 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXPixmap", in XAnimateBackgroundImage() 1455 ThrowXWindowFatalException(XServerFatalError,"MemoryAllocationFailed", in XAnimateImages() 1478 ThrowXWindowFatalException(XServerFatalError,"UnableToLoadFont", in XAnimateImages() [all …]
|
D | exception.h | 94 XServerFatalError = 780, enumerator
|
D | exception.c | 574 case XServerFatalError: return("XServer/FatalError/"); in ExceptionSeverityToTag()
|
D | display.c | 13878 ThrowXWindowFatalException(XServerFatalError,"MemoryAllocationFailed", in XDisplayBackgroundImage() 13889 ThrowXWindowFatalException(XServerFatalError,"UnableToGetVisual", in XDisplayBackgroundImage() 13918 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateGraphicContext", in XDisplayBackgroundImage() 13934 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXImage", in XDisplayBackgroundImage() 13951 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXImage", in XDisplayBackgroundImage() 14021 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXPixmap", in XDisplayBackgroundImage() 14564 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateWindow", in XDisplayImage() 14591 ThrowXWindowFatalException(XServerFatalError,"UnableToLoadFont", in XDisplayImage() 14652 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateGraphicContext", in XDisplayImage() 14660 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateGraphicContext", in XDisplayImage() [all …]
|
D | xwindow.c | 5133 ThrowXWindowFatalException(XServerFatalError,"MemoryAllocationFailed", in XInitializeWindows() 5148 ThrowXWindowFatalException(XServerFatalError,"MemoryAllocationFailed", in XInitializeWindows() 5234 ThrowXWindowFatalException(XServerFatalError,"UnableToGetVisual", in XInitializeWindows() 8356 ThrowXWindowFatalException(XServerFatalError,"UnableToMakeXWindow",argv[0]); in XMakeWindow() 8468 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateWindow", in XMakeWindow() 8472 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateTextProperty", in XMakeWindow() 8476 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateTextProperty", in XMakeWindow()
|
/external/ImageMagick/Magick++/lib/ |
D | Exception.cpp | 799 case MagickCore::XServerFatalError: in createException() 982 case MagickCore::XServerFatalError: in throwException()
|