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.c540 case XServerWarning: return("XServer/Warning/"); in ExceptionSeverityToTag()
Dxwindow.c1265 ThrowXWindowException(XServerWarning,"UnableToGetVisual",visual_type); in XBestVisualInfo()
1272 ThrowXWindowException(XServerWarning,"UsingDefaultVisual", in XBestVisualInfo()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in38 ModuleWarning DrawWarning ImageWarning XServerWarning RegistryWarning
Dquantum.xs.in805 if (strEQ(name,"XServerWarning"))
806 return(XServerWarning);
/external/ImageMagick/Magick++/lib/
DException.cpp802 case MagickCore::XServerWarning: in createException()
978 case MagickCore::XServerWarning: in throwException()
/external/ImageMagick/PerlMagick/
DMagick.xs806 return(XServerWarning); in constant()