Home
last modified time | relevance | path

Searched defs:Wallpaper (Results 1 – 22 of 22) sorted by relevance

/dports/x11/wallutils/wallutils-5.10.0/pkg/gnometimed/
H A Dgnometimed.go11 type Wallpaper struct { struct
13 Name string
16 Path string
19 Config *GBackground
22 LoopWait time.Duration
30 func (gtw *Wallpaper) StartTime() time.Time {
37 func (gtw *Wallpaper) Images() []string {
50 func (gtw *Wallpaper) String() string {
H A Dconvert.go13 func GnomeToSimple(gtw *Wallpaper) (*simpletimed.Wallpaper, error) {
27 func GnomeToSimpleString(gtw *Wallpaper) (string, error) {
/dports/x11/wallutils/wallutils-5.10.0/pkg/simpletimed/
H A Dsimpletimed.go12 type Wallpaper struct { struct
13 STWVersion string
14 Name string
15 Format string
16 Path string // not part of the file data, but handy when parsing
17 Statics []*Static
18 Transitions []*Transition
19 LoopWait time.Duration // how long the main event loop should sleep
70 func (stw *Wallpaper) String() string {
90 func (stw *Wallpaper) AddStatic(at time.Time, filename string) {
[all …]
/dports/x11/wallutils/wallutils-5.10.0/
H A Dwallpaper.go21 type Wallpaper struct { struct
22 …ng this wallpaper, if it's not "pixmaps", "images" or "contents". May use the parent of the parent.
23 Path string // full path to the image filename
24 Width uint // width of the image
25 Height uint // height of the image
26 PartOfCollection bool // likely to be part of a wallpaper collection
91 func (wp *Wallpaper) Res() *Res {
101 func (wp *Wallpaper) String() string {
H A Dclosest.go10 func ClosestByResolution(wallpapers []*Wallpaper) (*Wallpaper, error) {
H A Dclosest_nocgo.go8 func ClosestByResolution(wallpapers []*Wallpaper) (*Wallpaper, error) {
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dwall.cxx149 Wallpaper::Wallpaper() : mpImplWallpaper(theGlobalDefault::get()) in Wallpaper() function in Wallpaper
157 Wallpaper::Wallpaper( const Color& rColor ) : mpImplWallpaper() in Wallpaper() function in Wallpaper
163 Wallpaper::Wallpaper( const BitmapEx& rBmpEx ) : mpImplWallpaper() in Wallpaper() function in Wallpaper
169 Wallpaper::Wallpaper( const Gradient& rGradient ) : mpImplWallpaper() in Wallpaper() function in Wallpaper
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dwall.cxx118 Wallpaper::Wallpaper() : in Wallpaper() function in Wallpaper
127 Wallpaper::Wallpaper( const Color& rColor ) in Wallpaper() function in Wallpaper
133 Wallpaper::Wallpaper( const BitmapEx& rBmpEx ) in Wallpaper() function in Wallpaper
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/extensions/
H A Dwallpaper_apitest.cc20 IN_PROC_BROWSER_TEST_F(WallPaperApiTest, Wallpaper) { in IN_PROC_BROWSER_TEST_F() argument
/dports/x11/wallutils/wallutils-5.10.0/cmd/setcollection/
H A Dmain.go14 func SelectAndSetWallpaper(wallpapers []*wallutils.Wallpaper) error {
/dports/devel/plasma5-plasma-sdk/plasma-sdk-5.23.5/wallpaperviewer/
H A Dwallpaperwidget.h18 class Wallpaper; variable
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/widget/
H A Dwallpaper.py32 class Wallpaper(base._TextBox): class
/dports/x11-themes/clearlooks-phenix-theme/clearlooks-phenix-7.0.1/
H A DREADME.md114 ### Wallpaper subsection
/dports/deskutils/libportal/libportal-0.5/doc/
H A Dlibportal.md180 ## Wallpaper section in Portals
/dports/x11/xscreensaver/xscreensaver-5.44/android/xscreensaver/src/org/jwz/xscreensaver/
H A DWallpaper.java34 public class Wallpaper extends WallpaperService class
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dwall.hxx50 class VCL_DLLPUBLIC Wallpaper class
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/files/
H A DFileType.h30 Wallpaper, enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dwall.hxx52 class VCL_DLLPUBLIC Wallpaper class
/dports/x11-themes/mojave-gtk-themes/Mojave-gtk-theme-2021-07-20/
H A DREADME.md87 ### Wallpaper subsection
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DBackgroundType.h67 enum class Type : int32 { Wallpaper, Pattern, Fill }; enumerator
/dports/devel/kf5-kpackage/kpackage-5.89.0/autotests/
H A Dpackagestructuretest.cpp31 class Wallpaper : public KPackage::PackageStructure class
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dplasma.py4771 class Wallpaper(QObject): class in Plasma