Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0015-xvimagesink-Allow-disabling-decorations.patch4 Subject: [PATCH 15/16] xvimagesink: Allow disabling decorations
7 gst-launch-1.0 videotestsrc ! xvimagesink decorations=0
27 + gboolean decorations)
35 - hints->decorations = 1 << 0;
36 + hints->decorations = decorations ? 1 << 0 : 0;
50 + gboolean decorations);
72 + xvimagesink->decorations);
81 + xvimagesink->decorations = g_value_get_boolean (value);
91 + g_value_set_boolean (value, xvimagesink->decorations);
101 + xvimagesink->decorations = TRUE;
[all …]
H A D0020-gl-x11-Allow-disabling-decorations-for-toplevel-wind.patch4 Subject: [PATCH 20/20] gl: x11: Allow disabling decorations for toplevel
28 + unsigned long decorations;
47 + gboolean decorations = !g_getenv ("GST_GL_X11_NO_DECORATIONS");
49 + hints.decorations = decorations ? 1 << 0 : 0;
H A D0016-xvimagesink-Apply-toplevel-window-s-position.patch26 - gboolean decorations)
28 + gint width, gint height, gboolean decorations)
73 gboolean decorations);
190 xvimagesink->decorations);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0083-libweston-add-weston_renderer-resize_output.patch61 + * Pixman-renderer never knows about decorations, we blit them
85 + * \param fb_size The framebuffer size, including output decorations.
87 + * decorations. This can also be NULL, which means the whole fb_size is
209 + * Pixman-renderer does not implement output decorations blitting,
/OK3568_Linux_fs/buildroot/package/weston/
H A D0082-libweston-add-weston_renderer-resize_output.patch61 + * Pixman-renderer never knows about decorations, we blit them
85 + * \param fb_size The framebuffer size, including output decorations.
87 + * decorations. This can also be NULL, which means the whole fb_size is
209 + * Pixman-renderer does not implement output decorations blitting,
/OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/
H A D0003-Revert-Use-a-dedicated-EGLContext-for-the-decoration.patch4 Subject: [PATCH 03/17] Revert "Use a dedicated EGLContext for the decorations
160 - // Create an EGL context for the decorations blitter. By using a dedicated context we don't ne…
165 - qWarning("QWaylandGLContext: Failed to create the decorations EGLContext. Decorations will…
187 + // Instead of going crazy, just disable decorations for core profiles until we use
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-ansicolors_1.1.8.bb1 DESCRIPTION = "Add ANSI colors and decorations to your strings"
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowwm.c1715 if (!mwm_hint->decorations) in winApplyHints()
1717 else if (!(mwm_hint->decorations & MwmDecorAll)) { in winApplyHints()
1718 if (mwm_hint->decorations & MwmDecorBorder) in winApplyHints()
1720 if (mwm_hint->decorations & MwmDecorHandle) in winApplyHints()
1722 if (mwm_hint->decorations & MwmDecorTitle) in winApplyHints()
1724 if (!(mwm_hint->decorations & MwmDecorMenu)) in winApplyHints()
1726 if (!(mwm_hint->decorations & MwmDecorMinimize)) in winApplyHints()
1728 if (!(mwm_hint->decorations & MwmDecorMaximize)) in winApplyHints()
H A Dwinwindow.h133 unsigned int flags, functions, decorations; member
/OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/
H A D0003-lv_drivers-Add-lv_conf.h-and-lv_drv_conf.h.patch207 +/* Support for client-side decorations */
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.c49 unsigned long decorations; member
1289 hints->decorations = 1 << 0; in gst_x_image_sink_xwindow_decorate()
/OK3568_Linux_fs/kernel/Documentation/filesystems/caching/
H A Dcachefiles.rst253 If the key is so long that it exceeds NAME_MAX with the decorations added on to
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dld.info6964 only by adding special decorations (dllimport/dllexport), which let
6969 provided by Paul Sokolovsky, allows one to omit the decorations to
6994 information supplied by dllimport/dllexport decorations. The
9184 * Using decorations: WIN32. (line 157)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dld.info6964 only by adding special decorations (dllimport/dllexport), which let
6969 provided by Paul Sokolovsky, allows one to omit the decorations to
6994 information supplied by dllimport/dllexport decorations. The
9184 * Using decorations: WIN32. (line 157)
/OK3568_Linux_fs/external/xserver/
H A DChangeLog887 (including the window decorations from the X11 window manager).
17129 shown. This gives XWM time to set up the window decorations and internal
17131 the first commit carries fully drawn decorations and the window
24206 hw/xwin: Remove decorations from _NET_WM_WINDOW_TYPE_SPLASH type windows
24208 In multiwindow mode, remove decorations from _NET_WM_WINDOW_TYPE_SPLASH type
44713 It broke kwin decorations with XRender compositing.
99056 Correctly allow for decorations in new native window size when resizing native window
126248 Remove frames from windows with MOTIF_WM_HINTS of no decorations in -multiwindow mode.