Searched refs:XServerFatalError (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | animate.c | 850 ThrowXWindowFatalException(XServerFatalError,"UnableToGetVisual", in XAnimateBackgroundImage() 941 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateGraphicContext", in XAnimateBackgroundImage() 955 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXImage", in XAnimateBackgroundImage() 972 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXImage", in XAnimateBackgroundImage() 1043 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXPixmap", in XAnimateBackgroundImage() 1092 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXImage", in XAnimateBackgroundImage() 1097 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXImage", in XAnimateBackgroundImage() 1116 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXPixmap", in XAnimateBackgroundImage() 1454 ThrowXWindowFatalException(XServerFatalError,"MemoryAllocationFailed", in XAnimateImages() 1477 ThrowXWindowFatalException(XServerFatalError,"UnableToLoadFont", in XAnimateImages() [all …]
|
D | exception.h | 94 XServerFatalError = 780, enumerator
|
D | exception.c | 633 case XServerFatalError: return("XServer/FatalError/"); in ExceptionSeverityToTag()
|
D | display.c | 13875 ThrowXWindowFatalException(XServerFatalError,"MemoryAllocationFailed", in XDisplayBackgroundImage() 13886 ThrowXWindowFatalException(XServerFatalError,"UnableToGetVisual", in XDisplayBackgroundImage() 13915 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateGraphicContext", in XDisplayBackgroundImage() 13931 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXImage", in XDisplayBackgroundImage() 13948 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXImage", in XDisplayBackgroundImage() 14016 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXPixmap", in XDisplayBackgroundImage() 14559 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateWindow", in XDisplayImage() 14586 ThrowXWindowFatalException(XServerFatalError,"UnableToLoadFont", in XDisplayImage() 14647 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateGraphicContext", in XDisplayImage() 14655 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateGraphicContext", in XDisplayImage() [all …]
|
D | xwindow.c | 5125 ThrowXWindowFatalException(XServerFatalError,"MemoryAllocationFailed", in XInitializeWindows() 5140 ThrowXWindowFatalException(XServerFatalError,"MemoryAllocationFailed", in XInitializeWindows() 5226 ThrowXWindowFatalException(XServerFatalError,"UnableToGetVisual", in XInitializeWindows() 8350 ThrowXWindowFatalException(XServerFatalError,"UnableToMakeXWindow",argv[0]); in XMakeWindow() 8462 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateWindow", in XMakeWindow() 8466 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateTextProperty", in XMakeWindow() 8470 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateTextProperty", in XMakeWindow()
|
/external/ImageMagick/Magick++/lib/ |
D | Exception.cpp | 799 case MagickCore::XServerFatalError: in createException() 982 case MagickCore::XServerFatalError: in throwException()
|