Searched refs:XServerFatalError (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | animate.c | 847 ThrowXWindowFatalException(XServerFatalError,"UnableToGetVisual", in XAnimateBackgroundImage() 938 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateGraphicContext", in XAnimateBackgroundImage() 952 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXImage", in XAnimateBackgroundImage() 969 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXImage", in XAnimateBackgroundImage() 1040 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXPixmap", in XAnimateBackgroundImage() 1089 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXImage", in XAnimateBackgroundImage() 1094 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXImage", in XAnimateBackgroundImage() 1113 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXPixmap", in XAnimateBackgroundImage() 1447 ThrowXWindowFatalException(XServerFatalError,"MemoryAllocationFailed", in XAnimateImages() 1470 ThrowXWindowFatalException(XServerFatalError,"UnableToLoadFont", in XAnimateImages() [all …]
|
D | exception.h | 94 XServerFatalError = 780, enumerator
|
D | exception.c | 582 case XServerFatalError: return("XServer/FatalError/"); in ExceptionSeverityToTag()
|
D | display.c | 13872 ThrowXWindowFatalException(XServerFatalError,"MemoryAllocationFailed", in XDisplayBackgroundImage() 13883 ThrowXWindowFatalException(XServerFatalError,"UnableToGetVisual", in XDisplayBackgroundImage() 13912 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateGraphicContext", in XDisplayBackgroundImage() 13928 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXImage", in XDisplayBackgroundImage() 13945 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXImage", in XDisplayBackgroundImage() 14015 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateXPixmap", in XDisplayBackgroundImage() 14558 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateWindow", in XDisplayImage() 14585 ThrowXWindowFatalException(XServerFatalError,"UnableToLoadFont", in XDisplayImage() 14645 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateGraphicContext", in XDisplayImage() 14653 ThrowXWindowFatalException(XServerFatalError,"UnableToCreateGraphicContext", in XDisplayImage() [all …]
|
D | xwindow.c | 5145 ThrowXWindowFatalException(XServerFatalError,"MemoryAllocationFailed", in XInitializeWindows() 5160 ThrowXWindowFatalException(XServerFatalError,"MemoryAllocationFailed", in XInitializeWindows() 5246 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 | 800 case MagickCore::XServerFatalError: in createException() 976 case MagickCore::XServerFatalError: in throwException()
|