Home
last modified time | relevance | path

Searched defs:alpha_changed (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpdrawable.h54 void (* alpha_changed) (GimpDrawable *drawable); member
H A Dgimpimage.h55 void (* alpha_changed) (GimpImage *image); member
H A Dgimpimage-private.h26 gboolean alpha_changed; member
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Point_set/
H A DAlpha_shape_plugin.cpp418 void Scene_alpha_shape_item::alpha_changed(int i) in alpha_changed() function in Scene_alpha_shape_item
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libpng/contrib/libtests/
H A Dpngstest.c2789 const png_uint_32 alpha_changed = (formata ^ formatb) & in compare_two_images() local
/dports/emulators/mgba/mgba-0.9.2/src/third-party/libpng/contrib/libtests/
H A Dpngstest.c2793 const png_uint_32 alpha_changed = (formata ^ formatb) & in compare_two_images() local
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/libpng-src/contrib/libtests/
H A Dpngstest.c2793 png_uint_32 alpha_changed = (formata ^ formatb) & PNG_FORMAT_FLAG_ALPHA; in compare_two_images() local
/dports/devel/efl/efl-1.25.1/src/lib/ecore_evas/
H A Decore_evas_private.h395 unsigned char alpha_changed : 1; member
/dports/graphics/optipng/optipng-0.7.7/src/libpng/contrib/libtests/
H A Dpngstest.c2793 const png_uint_32 alpha_changed = (formata ^ formatb) & in compare_two_images() local
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/libpng-1.6.21/contrib/libtests/
H A Dpngstest.c2756 const png_uint_32 alpha_changed = (formata ^ formatb) & in compare_two_images() local
/dports/games/libretro-mgba/mgba-6186d45/src/third-party/libpng/contrib/libtests/
H A Dpngstest.c2793 const png_uint_32 alpha_changed = (formata ^ formatb) & in compare_two_images() local
/dports/graphics/png/libpng-1.6.37/contrib/libtests/
H A Dpngstest.c2793 png_uint_32 alpha_changed = (formata ^ formatb) & PNG_FORMAT_FLAG_ALPHA; in compare_two_images() local
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dtestgtk.c1508 alpha_changed (GtkRange *range, GtkWidget *widget) in alpha_changed() function