| /xsrc/external/mit/ctwm/dist/ |
| H A D | mwmhints.c | 37 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 D | mwmhints.h | 13 int decorations; member in struct:__anon3ceeb7b00108 34 /* bit definitions for MwmHints.decorations */
|
| H A D | CHANGES.md | 1458 1. `UseThreeDWMap`: Tells ctwm to use 3D decorations for the small windows
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winwindow.h | 133 unsigned int flags, functions, decorations; member in struct:MwmHints
|
| H A D | winmultiwindowwm.c | 1786 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 D | winwindow.h | 134 unsigned long flags, functions, decorations; member in struct:MwmHints
|
| H A D | winmultiwindowwm.c | 1594 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 D | spirv_builder.c | 203 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 D | spirv_builder.h | 53 struct spirv_buffer decorations; member in struct:spirv_builder
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | glxgears.c | 428 * Remove window border/decorations. 440 unsigned long decorations; member in struct:no_border::__anoneb4e2cb70108 451 motif_hints.decorations = flags;
|
| H A D | glxswapcontrol.c | 417 * 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 D | glutint.h | 563 long decorations; member in struct:__anoncea95fc10108
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glutint.h | 545 long decorations; member in struct:__anonbe0983c30108
|
| H A D | glut_event.c | 1087 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 D | 13.0.6.rst | 195 - spirv: don't assert with location decorations on non i/o variables
|
| H A D | 19.0.0.rst | 1321 - 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 D | 20.2.0.rst | 3517 - zink: emit interpolation decorations for ntv outputs 3521 - zink: add spirv builder util functions for emitting xfb decorations
|
| H A D | 21.1.0.rst | 3862 - zink: add ntv function for emitting variable access decorations
|
| /xsrc/external/mit/ctwm/dist/doc/manual/ |
| H A D | ctwm.1.adoc | 844 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.json | 4252 "description": "zink: add Sample decorations to fragment shader inputs with sample shading", [all...] |