Lines Matching refs:theme
655 _XcursorBuildThemeDir (const char *dir, const char *theme) in _XcursorBuildThemeDir() argument
666 if (!dir || !theme) in _XcursorBuildThemeDir()
675 tcolon = strchr (theme, ':'); in _XcursorBuildThemeDir()
677 tcolon = theme + strlen (theme); in _XcursorBuildThemeDir()
679 themelen = tcolon - theme; in _XcursorBuildThemeDir()
707 _XcursorAddPathElt (full, theme, themelen); in _XcursorBuildThemeDir()
791 XcursorScanTheme (const char *theme, const char *name) in XcursorScanTheme() argument
800 if (!theme || !name) in XcursorScanTheme()
810 dir = _XcursorBuildThemeDir (path, theme); in XcursorScanTheme()
842 XcursorLibraryLoadImages (const char *file, const char *theme, int size) in XcursorLibraryLoadImages() argument
850 if (theme) in XcursorLibraryLoadImages()
851 f = XcursorScanTheme (theme, file); in XcursorLibraryLoadImages()
929 xcursor_load_theme(const char *theme, int size, in xcursor_load_theme() argument
937 if (!theme) in xcursor_load_theme()
938 theme = "default"; in xcursor_load_theme()
943 dir = _XcursorBuildThemeDir(path, theme); in xcursor_load_theme()