Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/plugins/qt/
DPluginViewQt.cpp877 …static const bool useXRender = qgetenv("QT_X11_NO_XRENDER").isNull(); // Should also check for XRe… in getVisualAndColormap() local
879 static const bool useXRender = false; in getVisualAndColormap() local
882 if (!useXRender && depth == 32) in getVisualAndColormap()