Home
last modified time | relevance | path

Searched defs:DOUBLE_BUFFERED (Results 1 – 7 of 7) sorted by relevance

/dports/x11/xpra/xpra-4.3/xpra/client/gl/
H A Dgl_check.py22 DOUBLE_BUFFERED = envbool("XPRA_OPENGL_DOUBLE_BUFFERED", True) variable
/dports/graphics/aseprite/aseprite-1.2.9/src/ui/
H A Dbase.h50DOUBLE_BUFFERED = 0x00002000, // The widget is painted in a back-buffer and then flipped to the m… enumerator
/dports/x11/xpra/xpra-4.3/xpra/platform/xposix/
H A Dgl_context.py20 DOUBLE_BUFFERED = envbool("XPRA_OPENGL_DOUBLE_BUFFERED", True) variable
/dports/x11/xpra/xpra-4.3/xpra/platform/win32/
H A Dgl_context.py30 DOUBLE_BUFFERED = True variable
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dwidget.h175 DOUBLE_BUFFERED = 1 << 21, enumerator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/
H A DSWT.java1952 public static final int DOUBLE_BUFFERED = 1 << 29; field in SWT
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/
H A DSWT.java2092 public static final int DOUBLE_BUFFERED = 1 << 29; field in SWT