Home
last modified time | relevance | path

Searched refs:icon (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dfont-awesome.min.css33icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decora…
H A Djquery-ui.theme.min.css5icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon
H A Djquery-ui.min.css7icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-ove…
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/image/
H A Dimage.qrc10 <file>icon/arrowdown.png</file>
11 <file>icon/circle-white.png</file>
12 <file>icon/left_arrow.png</file>
13 <file>icon/right_arrow.png</file>
14 <file>icon/Back.png</file>
15 <file>icon/settings.png</file>
16 <file>icon/brightness.png</file>
17 <file>icon/no_sound.png</file>
18 <file>icon/sound.png</file>
19 <file>icon/navigate-down.png</file>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qproposedsearchresult/
H A Dtst_qproposedsearchresult.cpp52 void icon();
62 QPlaceIcon icon; in initialSubObject() local
66 icon.setParameters(parameters); in initialSubObject()
67 proposedSearchResult.setIcon(icon); in initialSubObject()
100 QPlaceIcon icon; in constructorTest() local
103 icon.setParameters(parameters); in constructorTest()
104 result.setIcon(icon); in constructorTest()
113 QCOMPARE(result2.icon(), icon); in constructorTest()
125 QCOMPARE(searchResult.icon(), icon); in constructorTest()
135 QCOMPARE(searchResult2.icon(), icon); in constructorTest()
[all …]
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Djson.txt1icon.png","Type":"directory","Category":"settings"},{"Name":"AudioRecorder","Order":999,"Icon":"ap…
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowicons.c237 NetWMToWinIconAlpha(uint32_t * icon) in NetWMToWinIconAlpha() argument
239 int width = icon[0]; in NetWMToWinIconAlpha()
240 int height = icon[1]; in NetWMToWinIconAlpha()
241 uint32_t *pixels = &icon[2]; in NetWMToWinIconAlpha()
281 winDebug("NetWMToWinIconAlpha - %d x %d = %p\n", icon[0], icon[1], result); in NetWMToWinIconAlpha()
286 NetWMToWinIconThreshold(uint32_t * icon) in NetWMToWinIconThreshold() argument
288 int width = icon[0]; in NetWMToWinIconThreshold()
289 int height = icon[1]; in NetWMToWinIconThreshold()
290 uint32_t *pixels = &icon[2]; in NetWMToWinIconThreshold()
331 winDebug("NetWMToWinIconThreshold - %d x %d = %p\n", icon[0], icon[1], in NetWMToWinIconThreshold()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceresult/
H A Dtst_qplaceresult.cpp51 void icon();
63 QPlaceIcon icon; in initialSubObject() local
67 icon.setParameters(parameters); in initialSubObject()
68 placeResult.setIcon(icon); in initialSubObject()
102 QPlaceIcon icon; in constructorTest() local
105 icon.setParameters(parameters); in constructorTest()
106 result.setIcon(icon); in constructorTest()
118 QCOMPARE(result2.icon(), icon); in constructorTest()
132 QCOMPARE(searchResult.icon(), icon); in constructorTest()
142 QCOMPARE(searchResult2.icon(), icon); in constructorTest()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesupplier/
H A Dtst_qplacesupplier.cpp96 QVERIFY(testObj.icon().isEmpty()); in iconTest()
97 QPlaceIcon icon; in iconTest() local
100 icon.setParameters(iconParams); in iconTest()
101 testObj.setIcon(icon); in iconTest()
102 QCOMPARE(testObj.icon(), icon); in iconTest()
103 QCOMPARE(testObj.icon().url(), QUrl::fromEncoded("http://example.com/icon.png")); in iconTest()
106 QVERIFY(testObj.icon().isEmpty()); in iconTest()
107 QCOMPARE(testObj.icon().url(), QUrl()); in iconTest()
114 QPlaceIcon icon; in operatorsTest() local
117 icon.setParameters(iconParams); in operatorsTest()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchresult/
H A Dtst_qplacesearchresult.cpp43 void icon();
53 QVERIFY(result.icon().isEmpty()); in constructorTest()
56 QPlaceIcon icon; in constructorTest() local
59 icon.setParameters(parameters); in constructorTest()
60 result.setIcon(icon); in constructorTest()
64 QCOMPARE(result2.icon().parameters().value(QStringLiteral("paramKey")).toString(), in constructorTest()
80 void tst_QPlaceSearchResult::icon() in icon() function in tst_QPlaceSearchResult
83 QVERIFY(result.icon().isEmpty()); in icon()
84 QPlaceIcon icon; in icon() local
87 result.setIcon(icon); in icon()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-xfce/xfce4-panel/files/
H A D0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch4 Subject: [PATCH] windowmenu: do not display desktop icon when no window is
10 * desktop icon is of no use
11 * desktop icon confuses when using showdesktop plugin
28 - plugin->icon = gtk_image_new_from_icon_name ("user-desktop", GTK_ICON_SIZE_BUTTON);
29 + plugin->icon = gtk_image_new_from_icon_name (NULL, GTK_ICON_SIZE_BUTTON);
30 gtk_container_add (GTK_CONTAINER (plugin->button), plugin->icon);
31 gtk_widget_show (plugin->icon);
40 /* get the window icon and set the tooltip */
41 gtk_widget_set_tooltip_text (GTK_WIDGET (icon),
50 - gtk_image_set_from_icon_name (GTK_IMAGE (icon), "user-desktop", icon_size);
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacecategory.cpp49 icon(other.icon) in QPlaceCategoryPrivate()
64 icon = other.icon; in operator =()
72 && icon.isEmpty() in isEmpty()
145 d->icon == other.d->icon; in operator ==()
201 QPlaceIcon QPlaceCategory::icon() const in icon() function in QPlaceCategory
203 return d->icon; in icon()
209 void QPlaceCategory::setIcon(const QPlaceIcon &icon) in setIcon() argument
211 d->icon = icon; in setIcon()
H A Dqplacesupplier.cpp52 this->icon = other.icon; in QPlaceSupplierPrivate()
65 && this->icon == other.icon in operator ==()
74 && icon.isEmpty() in isEmpty()
204 QPlaceIcon QPlaceSupplier::icon() const in icon() function in QPlaceSupplier
206 return d->icon; in icon()
212 void QPlaceSupplier::setIcon(const QPlaceIcon &icon) in setIcon() argument
214 d->icon = icon; in setIcon()
H A Dqplacesearchresult.cpp62 && icon == other->icon; in compare()
192 QPlaceIcon QPlaceSearchResult::icon() const in icon() function in QPlaceSearchResult
195 return d->icon; in icon()
201 void QPlaceSearchResult::setIcon(const QPlaceIcon &icon) in setIcon() argument
204 d->icon = icon; in setIcon()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dsymbol_bucket.cpp67icon.indexBuffer = context.createIndexBuffer(std::move(icon.triangles), sortFeaturesByY ? gl::Buff… in upload()
68 icon.vertexBuffer = context.createVertexBuffer(std::move(icon.vertices)); in upload()
70 context.updateIndexBuffer(*icon.indexBuffer, std::move(icon.triangles)); in upload()
73icon.dynamicVertexBuffer = context.createVertexBuffer(std::move(icon.dynamicVertices), gl::BufferU… in upload()
76 if (!icon.opacityVertexBuffer) { in upload()
77icon.opacityVertexBuffer = context.createVertexBuffer(std::move(icon.opacityVertices), gl::BufferU… in upload()
79 … context.updateVertexBuffer(*icon.opacityVertexBuffer, std::move(icon.opacityVertices)); in upload()
135 return !icon.segments.empty(); in hasIconData()
172 if (text.segments.size() > 1 || icon.segments.size() > 1) { in sortFeatures()
204 icon.triangles.clear(); in sortFeatures()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gnome/
H A Dadwaita-icon-theme_41.0.bb1 SUMMARY = "GTK+ icon theme"
2 DESCRIPTION = "The Adwaita icon theme is the default icon theme of the GNOME desktop \
3 This package package contains an icon theme for Gtk+ 3 applications."
4 HOMEPAGE = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme"
5 BUGTRACKER = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme/issues"
13 inherit allarch autotools pkgconfig gettext gtk-icon-cache gnomebase
26 RREPLACES:${PN} = "gnome-icon-theme"
27 RCONFLICTS:${PN} = "gnome-icon-theme"
28 RPROVIDES:${PN} = "gnome-icon-theme"
41 ${prefix}/share/pkgconfig/adwaita-icon-theme.pc"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-art/rodent-icon-theme/
H A Drodent-icon-theme_5.0.bb1 SUMMARY = "Rodent-icon-theme (was xfce4-icon-theme) is a svg icon theme"
5 inherit allarch autotools gtk-icon-cache
13 RREPLACES:${PN} += "xfce4-icon-theme"
14 RPROVIDES:${PN} += "xfce4-icon-theme"
15 RCONFLICTS:${PN} += "xfce4-icon-theme"
/OK3568_Linux_fs/device/rockchip/common/overlays/overlay-yocto/etc/xdg/weston/weston.ini.d/
H A D01-launcher.ini2 icon=/usr/share/weston/icon_terminal.png key
6 icon=/usr/share/icons/hicolor/24x24/apps/chromium.png key
10 icon=/usr/share/icons/icon_rockchip.png key
14 icon=/usr/share/icons/icon_camera.png key
18 icon=/usr/share/icons/icon_player.png key
22 icon=/usr/share/icons/icon_simple-egl.png key
26 icon=/usr/share/icons/icon_glmark2.png key
/OK3568_Linux_fs/buildroot/board/forlinx/common/base/etc/xdg/weston/weston.ini.d/
H A D01-launcher.ini2 icon=/usr/share/weston/icon_terminal.png key
6 icon=/usr/share/icons/hicolor/24x24/apps/chromium.png key
10 icon=/usr/share/icons/icon_rockchip.png key
14 icon=/usr/share/icons/icon_camera.png key
18 icon=/usr/share/icons/icon_player.png key
22 icon=/usr/share/icons/icon_simple-egl.png key
26 icon=/usr/share/icons/icon_glmark2.png key
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_place.qml98 icon: Icon{
101 parameters.singleUrl = "http://www.example.com/supplier-id-1/icon"
119 icon: Icon {
121 savePlace.icon.parameters.singleUrl = "http://example.com/test-place.png";
167 // check supplier icon
168 if (place1.supplier.icon === null && place2.supplier.icon !== null)
170 if (place1.supplier.icon !== null && place2.supplier.icon === null)
172 if (place1.supplier.icon !== null && place2.supplier.icon !== null) {
173 …if (place1.supplier.icon.parameters.keys().length !== place2.supplier.icon.parameters.keys().lengt…
177 … var keys = place1.supplier.icon.parameters.keys() + place2.supplier.icon.parameters.keys();
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dplacement.cpp26 icon(OpacityState(placedIcon, skipFade)), in JointOpacityState()
30 icon(OpacityState(prevOpacityState.icon, increment, placedIcon)), in JointOpacityState()
34 return icon.isHidden() && text.isHidden(); in isHidden()
142 … PlacedSymbol& placedSymbol = bucket.icon.placedSymbols.at(*symbolInstance.placedIconIndex); in placeLayerBucket()
204 …cityState(prevOpacity->second, increment, jointPlacement.second.text, jointPlacement.second.icon)); in commit()
206 jointPlacement.second.icon != prevOpacity->second.icon.placed || in commit()
209 …irst, JointOpacityState(jointPlacement.second.text, jointPlacement.second.icon, jointPlacement.sec… in commit()
210 … placementChanged = placementChanged || jointPlacement.second.icon || jointPlacement.second.text; in commit()
220 …placementChanged = placementChanged || prevOpacity.second.icon.placed || prevOpacity.second.text.p… in commit()
251 if (bucket.hasIconData()) bucket.icon.opacityVertices.clear(); in updateBucketOpacities()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/hicolor-icon-theme/
H A Dhicolor-icon-theme_0.17.bb1 SUMMARY = "Default icon theme that all icon themes automatically inherit from"
2 DESCRIPTION = "The hicolor-icon-theme package contains a default fallback \
3 theme for implementations of the icon theme specification."
4 HOMEPAGE = "https://www.freedesktop.org/wiki/Software/icon-theme"
10 SRC_URI = "https://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesupplier.cpp122 m_icon->setIcon(m_src.icon()); in setSupplier()
124 m_icon = new QDeclarativePlaceIcon(m_src.icon(), plugin, this); in setSupplier()
131 m_src.setIcon(m_icon ? m_icon->icon() : QPlaceIcon()); in supplier()
204 QDeclarativePlaceIcon *QDeclarativeSupplier::icon() const in icon() function in QDeclarativeSupplier
209 void QDeclarativeSupplier::setIcon(QDeclarativePlaceIcon *icon) in setIcon() argument
211 if (m_icon == icon) in setIcon()
217 m_icon = icon; in setIcon()
/OK3568_Linux_fs/buildroot/package/hicolor-icon-theme/
H A DConfig.in2 bool "hicolor icon theme"
4 Freedesktop Hicolor icon theme
6 This is the fallback icon theme, which only creates the
8 applications (i.e. the ones not available in usual icon
11 https://www.freedesktop.org/wiki/Software/icon-theme/
/OK3568_Linux_fs/buildroot/board/rockchip/rk312x/fs-overlay/etc/xdg/weston/weston.ini.d/
H A D01-launcher.ini2 icon=/usr/share/weston/icon_terminal.png key
6 icon=/usr/share/icons/icon_camera.png key
10 icon=/usr/share/icons/icon_player.png key
14 icon=/usr/share/icons/icon_simple-egl.png key
18 icon=/usr/share/icons/icon_glmark2.png key

12345678910>>...16