Home
last modified time | relevance | path

Searched refs:new_icon_path (Results 1 – 18 of 18) sorted by relevance

/dports/x11/tint/tint2-78313502d3b26c217f5583a23ef571bc9e0edc45/src/button/
H A Dbutton.c216 …char *new_icon_path = get_icon_path(icon_theme_wrapper, button->backend->icon_name, button->fronte… in button_reload_icon() local
217 if (new_icon_path) in button_reload_icon()
218 button->frontend->icon = load_image(new_icon_path, TRUE); in button_reload_icon()
219 free(new_icon_path); in button_reload_icon()
222new_icon_path = get_icon_path(icon_theme_wrapper, DEFAULT_ICON, button->frontend->iconw, TRUE); in button_reload_icon()
223 if (new_icon_path) in button_reload_icon()
224 button->frontend->icon = load_image(new_icon_path, TRUE); in button_reload_icon()
225 free(new_icon_path); in button_reload_icon()
/dports/x11/tint/tint2-78313502d3b26c217f5583a23ef571bc9e0edc45/src/launcher/
H A Dlauncher.c561 …char *new_icon_path = get_icon_path(icon_theme_wrapper, launcherIcon->icon_name, launcherIcon->ico… in launcher_reload_icon_image() local
562 if (new_icon_path) in launcher_reload_icon_image()
563 launcherIcon->image = load_image(new_icon_path, TRUE); in launcher_reload_icon_image()
566 free(new_icon_path); in launcher_reload_icon_image()
567new_icon_path = get_icon_path(icon_theme_wrapper, DEFAULT_ICON, launcherIcon->icon_size, TRUE); in launcher_reload_icon_image()
568 if (new_icon_path) in launcher_reload_icon_image()
569 launcherIcon->image = load_image(new_icon_path, TRUE); in launcher_reload_icon_image()
575 launcherIcon->icon_path = new_icon_path; in launcher_reload_icon_image()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/audio/win/
H A Daudio_session_event_listener_win.h43 IFACEMETHODIMP OnIconPathChanged(LPCWSTR new_icon_path,
H A Daudio_session_event_listener_win.cc71 HRESULT AudioSessionEventListener::OnIconPathChanged(LPCWSTR new_icon_path, in OnIconPathChanged() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/audio/win/
H A Daudio_session_event_listener_win.h43 IFACEMETHODIMP OnIconPathChanged(LPCWSTR new_icon_path,
H A Daudio_session_event_listener_win.cc73 HRESULT AudioSessionEventListener::OnIconPathChanged(LPCWSTR new_icon_path, in OnIconPathChanged() argument
/dports/x11/mako/mako-1.6/
H A Dconfig.c170 char *new_icon_path = NULL; in apply_style() local
191 new_icon_path = strdup(style->icon_path); in apply_style()
192 if (new_icon_path == NULL) { in apply_style()
205 free(new_icon_path); in apply_style()
250 target->icon_path = new_icon_path; in apply_style()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_device/win/
H A Dcore_audio_base_win.h186 HRESULT __stdcall OnIconPathChanged(LPCWSTR new_icon_path,
H A Dcore_audio_base_win.cc852 HRESULT CoreAudioBase::OnIconPathChanged(LPCWSTR new_icon_path, in OnIconPathChanged() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_device/win/
H A Dcore_audio_base_win.h186 HRESULT __stdcall OnIconPathChanged(LPCWSTR new_icon_path,
H A Dcore_audio_base_win.cc853 HRESULT CoreAudioBase::OnIconPathChanged(LPCWSTR new_icon_path, in OnIconPathChanged() argument
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_device/win/
H A Dcore_audio_base_win.h186 HRESULT __stdcall OnIconPathChanged(LPCWSTR new_icon_path,
H A Dcore_audio_base_win.cc852 HRESULT CoreAudioBase::OnIconPathChanged(LPCWSTR new_icon_path, in OnIconPathChanged() argument
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_device/win/
H A Dcore_audio_base_win.h187 HRESULT __stdcall OnIconPathChanged(LPCWSTR new_icon_path,
H A Dcore_audio_base_win.cc859 HRESULT CoreAudioBase::OnIconPathChanged(LPCWSTR new_icon_path, in OnIconPathChanged() argument
/dports/net-im/libpurple/pidgin-2.14.8/pidgin/
H A Dgtkaccount.c178 set_dialog_icon(AccountPrefsDialog *dialog, gpointer data, size_t len, gchar *new_icon_path) in set_dialog_icon() argument
186 dialog->icon_img = purple_imgstore_add(data, len, new_icon_path); in set_dialog_icon()
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/
H A Dgtkaccount.c178 set_dialog_icon(AccountPrefsDialog *dialog, gpointer data, size_t len, gchar *new_icon_path) in set_dialog_icon() argument
186 dialog->icon_img = purple_imgstore_add(data, len, new_icon_path); in set_dialog_icon()
/dports/net-im/finch/pidgin-2.14.8/pidgin/
H A Dgtkaccount.c178 set_dialog_icon(AccountPrefsDialog *dialog, gpointer data, size_t len, gchar *new_icon_path) in set_dialog_icon() argument
186 dialog->icon_img = purple_imgstore_add(data, len, new_icon_path); in set_dialog_icon()