Home
last modified time | relevance | path

Searched refs:lives_has_icon (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dwidget-helper.c2356 if (lives_has_icon(widget_opts.icon_theme, stock_id, size)) { in lives_pixbuf_new_from_stock_at_size()
2372 if (lives_has_icon(widget_opts.icon_theme, stock_id, LIVES_ICON_SIZE_DIALOG)) { in lives_pixbuf_new_from_stock_at_size()
2374 } else if (lives_has_icon(widget_opts.icon_theme, stock_id, LIVES_ICON_SIZE_DND)) { in lives_pixbuf_new_from_stock_at_size()
2376 } else if (lives_has_icon(widget_opts.icon_theme, stock_id, LIVES_ICON_SIZE_LARGE_TOOLBAR)) { in lives_pixbuf_new_from_stock_at_size()
2378 } else if (lives_has_icon(widget_opts.icon_theme, stock_id, LIVES_ICON_SIZE_SMALL_TOOLBAR)) { in lives_pixbuf_new_from_stock_at_size()
2380 } else if (lives_has_icon(widget_opts.icon_theme, stock_id, LIVES_ICON_SIZE_BUTTON)) { in lives_pixbuf_new_from_stock_at_size()
2382 } else if (lives_has_icon(widget_opts.icon_theme, stock_id, LIVES_ICON_SIZE_MENU)) { in lives_pixbuf_new_from_stock_at_size()
10901 if (lives_has_icon(icon_theme, str, LIVES_ICON_SIZE_BUTTON)) break; in lives_icon_get_stock_alt()
11067 boolean lives_has_icon(LiVESIconTheme * icon_theme, const char *stock_id, LiVESIconSize size) { in lives_has_icon() function
H A Dwidget-helper.h224 boolean lives_has_icon(LiVESIconTheme *, const char *stock_id, LiVESIconSize size);