Home
last modified time | relevance | path

Searched defs:themeid (Results 1 – 6 of 6) sorted by relevance

/dports/games/gtkatlantic/gtkatlantic-0.6.3/src/
H A Dtheme.c420 void theme_display(gint32 themeid) { in theme_display()
477 GdkPixbuf *theme_preview_read(gint32 themeid) { in theme_preview_read()
495 void theme_load(gint32 themeid) { in theme_load()
H A Dcallback.c1008 gint32 themeid; in Callback_ThemeList_Select() local
/dports/deskutils/plasma5-sddm-kcm/sddm-kcm-5.23.5/src/
H A Dthememetadata.cpp19 QString themeid; member in ThemeMetadataPrivate
94 QString ThemeMetadata::themeid() const in themeid() function in ThemeMetadata
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/cacheManager/
H A DcacheImages.php175 $themeid = $theme = $cacheimage['theme']; variable
177 $themeid = $themes[$theme]; variable
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/Headers/
H A Dmlimbs.h54 #define mrefBuild(themeid, seq) (MLIMBS_REF | (themeid << 16) | seq) argument
/dports/graphics/graphviz/graphviz-2.44.1/cmd/smyrna/
H A Dviewport.c1188 static colorschemaset *create_color_theme(int themeid) in create_color_theme()