Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dwidget-helper.c2320 WIDGET_HELPER_LOCAL_INLINE int get_real_size_from_icon_size(LiVESIconSize size) { in get_real_size_from_icon_size() function
2344 if (x == get_real_size_from_icon_size(LIVES_ICON_SIZE_MENU)) size = LIVES_ICON_SIZE_MENU; in lives_pixbuf_new_from_stock_at_size()
2345 if (x == get_real_size_from_icon_size(LIVES_ICON_SIZE_SMALL_TOOLBAR)) in lives_pixbuf_new_from_stock_at_size()
2347 if (x == get_real_size_from_icon_size(LIVES_ICON_SIZE_LARGE_TOOLBAR)) in lives_pixbuf_new_from_stock_at_size()
2349 if (x == get_real_size_from_icon_size(LIVES_ICON_SIZE_BUTTON)) size = LIVES_ICON_SIZE_BUTTON; in lives_pixbuf_new_from_stock_at_size()
2350 if (x == get_real_size_from_icon_size(LIVES_ICON_SIZE_DND)) size = LIVES_ICON_SIZE_DND; in lives_pixbuf_new_from_stock_at_size()
2351 if (x == get_real_size_from_icon_size(LIVES_ICON_SIZE_DIALOG)) size = LIVES_ICON_SIZE_DIALOG; in lives_pixbuf_new_from_stock_at_size()
2359 get_real_size_from_icon_size(size), in lives_pixbuf_new_from_stock_at_size()
2388 get_real_size_from_icon_size(size), in lives_pixbuf_new_from_stock_at_size()
2414 return lives_image_new_from_stock_at_size(stock_id, size, get_real_size_from_icon_size(size), in lives_image_new_from_stock()
[all …]