Home | History | Annotate | Download | only in qt

Lines Matching defs:useXRender

877     static const bool useXRender = qgetenv("QT_X11_NO_XRENDER").isNull(); // Should also check for XRender >= 0.5
879 static const bool useXRender = false;
882 if (!useXRender && depth == 32)