Searched refs:XServerFatalError (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | animate.c | 853 ThrowXWindowFatalException(XServerFatalError,"UnableToGetVisual", in XAnimateBackgroundImage() 944 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateGraphicContext", in XAnimateBackgroundImage() 958 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXImage", in XAnimateBackgroundImage() 975 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXImage", in XAnimateBackgroundImage() 1046 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXPixmap", in XAnimateBackgroundImage() 1095 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXImage", in XAnimateBackgroundImage() 1100 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXImage", in XAnimateBackgroundImage() 1119 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXPixmap", in XAnimateBackgroundImage() 1457 ThrowXWindowFatalException(XServerFatalError,"MemoryAllocationFailed", in XAnimateImages() 1480 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 | 13886 ThrowXWindowFatalException(XServerFatalError,"MemoryAllocationFailed", in XDisplayBackgroundImage() 13897 ThrowXWindowFatalException(XServerFatalError,"UnableToGetVisual", in XDisplayBackgroundImage() 13926 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateGraphicContext", in XDisplayBackgroundImage() 13942 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXImage", in XDisplayBackgroundImage() 13959 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXImage", in XDisplayBackgroundImage() 14029 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXPixmap", in XDisplayBackgroundImage() 14572 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateWindow", in XDisplayImage() 14599 ThrowXWindowFatalException(XServerFatalError,"UnableToLoadFont", in XDisplayImage() 14660 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateGraphicContext", in XDisplayImage() 14668 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() 8358 ThrowXWindowFatalException(XServerFatalError,"UnableToMakeXWindow",argv[0]); in XMakeWindow() 8470 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateWindow", in XMakeWindow() 8474 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateTextProperty", in XMakeWindow() 8478 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateTextProperty", in XMakeWindow()
|
/external/ImageMagick/Magick++/lib/ |
D | Exception.cpp | 799 case MagickCore::XServerFatalError: in createException() 982 case MagickCore::XServerFatalError: in throwException()
|