Searched refs:decorations (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dmwmhints.c37 mwmHints->decorations = 0;
60 mwmHints->decorations = (int)prop[2];
72 if(mwmHints->decorations & MWM_DECOR_ALL) {
73 mwmHints->decorations ^= ~0;
117 if((hints->decorations & MWM_DECOR_BORDER) == 0) {
148 && ((hints->decorations & MWM_DECOR_TITLE) == 0)) {
H A Dmwmhints.h13 int decorations; member in struct:__anon3ceeb7b00108
34 /* bit definitions for MwmHints.decorations */
H A DCHANGES.md1458 1. `UseThreeDWMap`: Tells ctwm to use 3D decorations for the small windows
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinwindow.h133 unsigned int flags, functions, decorations; member in struct:MwmHints
H A Dwinmultiwindowwm.c1786 if (!mwm_hint->decorations)
1788 else if (!(mwm_hint->decorations & MwmDecorAll)) {
1789 if (mwm_hint->decorations & MwmDecorBorder)
1791 if (mwm_hint->decorations & MwmDecorHandle)
1793 if (mwm_hint->decorations & MwmDecorTitle)
1795 if (!(mwm_hint->decorations & MwmDecorMenu))
1797 if (!(mwm_hint->decorations & MwmDecorMinimize))
1799 if (!(mwm_hint->decorations & MwmDecorMaximize))
1804 MwmDecorAll means all decorations *except* those specified by other flag
1928 else if (hint & HINT_NOFRAME) /* No frame, no decorations */
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinwindow.h134 unsigned long flags, functions, decorations; member in struct:MwmHints
H A Dwinmultiwindowwm.c1594 if (!mwm_hint->decorations) hint |= HINT_NOFRAME;
1595 else if (!(mwm_hint->decorations & MwmDecorAll))
1597 if (mwm_hint->decorations & MwmDecorBorder) hint |= HINT_BORDER;
1598 if (mwm_hint->decorations & MwmDecorHandle) hint |= HINT_SIZEBOX;
1599 if (mwm_hint->decorations & MwmDecorTitle) hint |= HINT_CAPTION;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c203 spirv_buffer_prepare(&b->decorations, b->mem_ctx, words);
204 spirv_buffer_emit_word(&b->decorations, SpvOpDecorate | (words << 16));
205 spirv_buffer_emit_word(&b->decorations, target);
206 spirv_buffer_emit_word(&b->decorations, decoration);
208 spirv_buffer_emit_word(&b->decorations, extra_operands[i]);
355 spirv_buffer_prepare(&b->decorations, b->mem_ctx, words);
356 spirv_buffer_emit_word(&b->decorations,
358 spirv_buffer_emit_word(&b->decorations, target);
359 spirv_buffer_emit_word(&b->decorations, member);
360 spirv_buffer_emit_word(&b->decorations, decoratio
[all...]
H A Dspirv_builder.h53 struct spirv_buffer decorations; member in struct:spirv_builder
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dglxgears.c428 * Remove window border/decorations.
440 unsigned long decorations; member in struct:no_border::__anoneb4e2cb70108
451 motif_hints.decorations = flags;
H A Dglxswapcontrol.c417 * Remove window border/decorations.
429 unsigned long decorations; member in struct:no_border::__anonf33116210108
440 motif_hints.decorations = flags;
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutint.h563 long decorations; member in struct:__anoncea95fc10108
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglutint.h545 long decorations; member in struct:__anonbe0983c30108
H A Dglut_event.c1087 width & height are the WHOLE window (including decorations),
1091 not have any decorations). */
1131 hints.decorations = 0; /* Absolutely no
1132 decorations. */
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D13.0.6.rst195 - spirv: don't assert with location decorations on non i/o variables
H A D19.0.0.rst1321 - spirv: Propagate layout decorations to created glsl_types
1335 - spirv: Add error checking for Block and BufferBlock decorations
1949 - spirv/nir: handle location decorations on block interface members
H A D20.2.0.rst3517 - zink: emit interpolation decorations for ntv outputs
3521 - zink: add spirv builder util functions for emitting xfb decorations
H A D21.1.0.rst3862 - zink: add ntv function for emitting variable access decorations
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc844 This variable specifies the distance between the titlebar decorations (the
1284 property set) should be ignored (not given decorations) by ctwm. See
2562 current monitor, so the window decorations are off-screen. This gives
2564 decorations. If the window is already fullscreenzoom'd, it restores
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json4252 "description": "zink: add Sample decorations to fragment shader inputs with sample shading",
[all...]

Completed in 198 milliseconds