Home
last modified time | relevance | path

Searched refs:XServerWarning (Results 1 – 7 of 7) sorted by relevance

/external/ImageMagick/MagickCore/
Dexception.h48 XServerWarning = 380, enumerator
Dexception.c591 case XServerWarning: return("XServer/Warning/"); in ExceptionSeverityToTag()
Dxwindow.c1270 ThrowXWindowException(XServerWarning,"UnableToGetVisual",visual_type); in XBestVisualInfo()
1277 ThrowXWindowException(XServerWarning,"UsingDefaultVisual", in XBestVisualInfo()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in38 ModuleWarning DrawWarning ImageWarning XServerWarning RegistryWarning
Dquantum.xs.in827 if (strEQ(name,"XServerWarning"))
828 return(XServerWarning);
/external/ImageMagick/Magick++/lib/
DException.cpp801 case MagickCore::XServerWarning: in createException()
984 case MagickCore::XServerWarning: in throwException()
/external/ImageMagick/PerlMagick/
DMagick.xs828 return(XServerWarning); in constant()