Home
last modified time | relevance | path

Searched refs:transparent (Results 1 – 25 of 245) sorted by relevance

12345678910

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_socket.c63 bool transparent = true; in socket_match() local
76 transparent = inet_sk_transparent(sk); in socket_match()
79 transparent && sk_fullsock(sk)) in socket_match()
85 if (wildcard || !transparent) in socket_match()
124 bool transparent = true; in socket_mt6_v1_v2_v3() local
137 transparent = inet_sk_transparent(sk); in socket_mt6_v1_v2_v3()
140 transparent && sk_fullsock(sk)) in socket_mt6_v1_v2_v3()
146 if (wildcard || !transparent) in socket_mt6_v1_v2_v3()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Ditemsoverlay.qdoc47 Note that for such an overlay Map to be transparent, it is also necessary to set its color to
48 a transparent one, such as \b transparent, like in the example.
73 color: 'transparent' // Necessary to make this map transparent
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/
H A Dmainwindow.cpp91 QCheckBox *transparent = new QCheckBox("Transparent background", this); in MainWindow() local
92transparent->setToolTip("Toggles Qt::WA_AlwaysStackOnTop and transparent clear color for glClear()… in MainWindow()
98 updateLayout->addWidget(transparent); in MainWindow()
149 connect(transparent, &QCheckBox::toggled, glwidget, &GLWidget::setTransparent); in MainWindow()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/
H A Dmainwindow.cpp91 QCheckBox *transparent = new QCheckBox("Transparent background", this); in MainWindow() local
92transparent->setToolTip("Toggles Qt::WA_AlwaysStackOnTop and transparent clear color for glClear()… in MainWindow()
98 updateLayout->addWidget(transparent); in MainWindow()
149 connect(transparent, &QCheckBox::toggled, glwidget, &GLWidget::setTransparent); in MainWindow()
/OK3568_Linux_fs/buildroot/package/xcursor-transparent-theme/
H A DConfig.in2 bool "xcursor-transparent-theme"
4 Completely transparent theme for hiding the X11 cursor.
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap.css46 background-color: transparent;
197 background: transparent !important;
1578 background-color: transparent;
2253 background-color: transparent;
2586 background-color: transparent;
3023 border: 1px solid transparent;
3414 background-color: transparent;
3422 border-color: transparent;
3428 background-color: transparent;
3513 border-right: 4px solid transparent;
[all …]
H A Dbootstrap.min.css5transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:7…
H A Ddefault.css69 #variables .navbar-default { background-color: transparent; }
119 .well-transparent { background-color: transparent; }
244 code { color: #333; background-color: transparent; }
248 .breadcrumb { background-color: transparent; padding-left: 0; padding-top: 15px; }
308 #errors .panel-heading { background-color: transparent; color: #843534; }
309 #warnings .panel-heading { background-color: transparent; color: #8a6d3b; }
313 .alert-warning pre { background-color: transparent; border: none; }
/OK3568_Linux_fs/buildroot/docs/website/css/
H A Dtimeline.css60 border-top: 15px solid transparent;
63 border-bottom: 15px solid transparent;
72 border-top: 14px solid transparent;
75 border-bottom: 14px solid transparent;
/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A DCURSOR.NOTES108 completely transparent cursor, or when a switch to a software cursor
110 LoadCursorImage entry to be called with transparent cursor data.
112 ensure this entry returns transparent cursor data when called
126 transparent and which parts are drawn. The source is a bitmap
127 indicating which parts of the non-transparent portion of the the
134 and clear bits indicate the transparent part. If your hardware
148 there are supposed to be transparent areas, but some hardware will
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbbltone.c185 Bool transparent; /* accelerate 0 nop */ in fbBltOne() local
207 transparent = FALSE; in fbBltOne()
211 transparent = TRUE; in fbBltOne()
310 if (mask || !transparent) in fbBltOne()
335 if (left || !transparent) { in fbBltOne()
363 if (mask || !transparent) in fbBltOne()
/OK3568_Linux_fs/buildroot/package/parprouted/
H A DConfig.in6 parprouted is a daemon for transparent IP (Layer 3) proxy ARP
7 bridging. This is useful for creation of transparent firewalls
/OK3568_Linux_fs/buildroot/package/qt5/qt5multimedia/
H A D0004-gsttools-videowidget-Use-transparent-background.patch4 Subject: [PATCH 04/17] gsttools: videowidget: Use transparent background
20 + palette.setColor(QPalette::Window, Qt::transparent);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapobjects_tester/
H A Dmain.qml92 color: 'transparent'
136 color: 'transparent'
273 color: "transparent"
304 color: "transparent"
328 color: "transparent"
360 color: "transparent"
384 color: "transparent"
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/
H A DCurtain.qml38 color: "transparent"
41 property color gripColor: "transparent"
56 color: "transparent"
H A DSlider.qml38 color: "transparent"
55 color: "transparent"
82 color: "transparent"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapitems_backends/
H A Dmain.qml110 color: 'transparent'
221 color: 'transparent'
363 color: "transparent"
394 color: "transparent"
418 color: "transparent"
483 color: "transparent"
508 color: "transparent"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmappolygonobject_p_p.h106 QColor m_borderColor = Qt::transparent;
107 QColor m_fillColor = Qt::transparent;
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dtranshuge.rst14 - "graceful fallback": mm components which don't have transparent hugepage
16 if necessary, split a transparent hugepage. Therefore these components
32 is not specific to transparent hugepage support and it's a generic
53 of handling GUP on hugetlbfs will also work fine on transparent
66 pmd_offset. It's trivial to make the code transparent hugepage aware
79 Example to make mremap.c transparent hugepage aware with a one liner
114 Refcounts and transparent huge pages
/OK3568_Linux_fs/kernel/include/net/
H A Dinet_sock.h237 transparent:1, member
360 if (inet_sk(sk)->transparent || inet_sk(sk)->hdrincl) in inet_sk_flowi_flags()
386 inet->freebind || inet->transparent; in inet_can_nonlocal_bind()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/dante/
H A Ddante_1.4.1.bb7 transparent to clients, providing functionality somewhat similar to\
8 what could be described as a non-transparent Layer 4 router."
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mappolyline_tester/
H A Dmain.qml89 color: 'transparent'
142 color: 'transparent'
249 color: "transparent"
273 color: "transparent"
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dtproxy.rst7 This feature adds Linux 2.2-like transparent proxy support to current kernels.
11 From Linux 4.18 transparent proxy support is also available in nf_tables.
28 # nft add rule filter divert meta l4proto tcp socket transparent 1 meta mark set 1 accept
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0037-waylandsink-Support-transparent-video.patch4 Subject: [PATCH 37/41] waylandsink: Support transparent video
6 Tested with transparent png picture.
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0037-waylandsink-Support-transparent-video.patch4 Subject: [PATCH 37/41] waylandsink: Support transparent video
6 Tested with transparent png picture.

12345678910