Home
last modified time | relevance | path

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

/dports/audio/guitarix-lv2/guitarix-0.43.1/src/LV2/xputty/resources/
H A Dxresources.h6 EXTLD(close_png)
/dports/devel/godot2/godot-2.1.6-stable/scene/resources/default_theme/
H A Dtheme_data.h49 static const unsigned char close_png[] = { variable
H A Ddefault_theme.cpp524 t->set_icon("close", "WindowDialog", make_icon(close_png)); in fill_default_theme()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/resources/default_theme/
H A Dtheme_data.h49 static const unsigned char close_png[] = { variable
H A Ddefault_theme.cpp524 t->set_icon("close", "WindowDialog", make_icon(close_png)); in fill_default_theme()
/dports/devel/godot/godot-3.2.3-stable/scene/resources/default_theme/
H A Dtheme_data.h41 static const unsigned char close_png[] = { variable
H A Ddefault_theme.cpp535 theme->set_icon("close", "WindowDialog", make_icon(close_png)); in fill_default_theme()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/default_theme/
H A Dtheme_data.h41 static const unsigned char close_png[] = { variable
H A Ddefault_theme.cpp535 theme->set_icon("close", "WindowDialog", make_icon(close_png)); in fill_default_theme()
/dports/mail/libpst/libpst-0.6.76/src/
H A Dpst2dii.cpp77 static void close_png();
218 close_png(); in print_pdf_short()
343 static void close_png() in close_png() function
383 close_png(); in close_pdf()
H A Dpst2dii.cpp.in77 static void close_png();
218 close_png();
343 static void close_png() function
383 close_png();
/dports/www/links/links-2.25/graphics/
H A Dpbm2png.c283 close_png(void) in close_png() function
482 close_png(); in main()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/carbon/
H A Drenderer.cpp655 static const unsigned char close_png[] = { in DrawTitleBarBitmap() local
848 data = close_png; in DrawTitleBarBitmap()
849 len = WXSIZEOF(close_png); in DrawTitleBarBitmap()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/carbon/
H A Drenderer.cpp655 static const unsigned char close_png[] = { in DrawTitleBarBitmap() local
848 data = close_png; in DrawTitleBarBitmap()
849 len = WXSIZEOF(close_png); in DrawTitleBarBitmap()
/dports/games/marblemarcher/Marble-Marcher-Community-Edition-1.4.5/src/
H A DInterface.h30 static const std::string close_png = "images/clear.png"; variable
415 sf::Image close; close.loadFromFile(close_png); in Window()
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/LV2/gx_livelooper.lv2/
H A Dgx_livelooper_ui.cpp663 widget_get_png(ui->widget[12], LDVAR(close_png)); in instantiate()