Home
last modified time | relevance | path

Searched refs:SWFShadow (Results 1 – 25 of 45) sorted by path

12

/dports/graphics/ming/libming-ming-0_4_8/
H A Dming.i875 typedef struct Shadow_s *SWFShadow; typedef
876 SWFShadow newSWFShadow(float angle, float distance, float strength);
877 void destroySWFShadow(SWFShadow s);
893 SWFShadow shadow, int flags);
896 SWFShadow shadow, int flags);
899 SWFBlur blur, SWFShadow shadow, int flags);
906 SWFShadow shadow, int flags);
H A Dmingpp.h66 #define SWFShadow c_SWFShadow macro
112 #undef SWFShadow
480 class SWFShadow
485 SWFShadow(float angle, float distance, float strength) in SWFShadow() function
492 ~SWFShadow() in ~SWFShadow()
495 SWF_DECLAREONLY(SWFShadow);
496 SWFShadow();
529 SWFShadow *shadow, int flags) in DropShadowFilter()
537 SWFBlur *blur, SWFShadow *shadow, int flags) in BevelFilter()
540 …static SWFFilter *GradientGlowFilter(SWFGradient *gradient, SWFBlur *blur, SWFShadow *shadow, int … in GradientGlowFilter()
[all …]
/dports/graphics/ming/libming-ming-0_4_8/perl_ext/
H A Dperl_swf.h42 typedef SWFShadow SWF__Shadow;
/dports/graphics/ming/libming-ming-0_4_8/php_ext/
H A Dming.c85 static SWFShadow getShadow(zval *id TSRMLS_DC);
2839 SWFShadow shadow; in PHP_METHOD()
2868 destroySWFShadow((SWFShadow)resource->ptr); in destroy_SWFShadow_resource()
2874 static SWFShadow getShadow(zval *id TSRMLS_DC) in getShadow()
2881 return (SWFShadow)shadow; in getShadow()
/dports/graphics/ming/libming-ming-0_4_8/py_ext/
H A Dming.py66 class SWFShadow(SWFBase): class
116 if not isinstance(arg3, SWFShadow):
133 if not isinstance(arg4, SWFShadow):
142 if not isinstance(arg3, SWFShadow):
161 if not isinstance(arg3, SWFShadow):
H A Dming_wrap.c14051 SWFShadow result; in _wrap_newSWFShadow()
14079 SWFShadow arg1 = (SWFShadow) 0 ; in _wrap_destroySWFShadow()
14089 arg1 = (SWFShadow)(argp1); in _wrap_destroySWFShadow()
14329 SWFShadow arg3 = (SWFShadow) 0 ; in _wrap_newGradientBevelFilter()
14358 arg3 = (SWFShadow)(argp3); in _wrap_newGradientBevelFilter()
14376 SWFShadow arg3 = (SWFShadow) 0 ; in _wrap_newGradientGlowFilter()
14405 arg3 = (SWFShadow)(argp3); in _wrap_newGradientGlowFilter()
14424 SWFShadow arg4 = (SWFShadow) 0 ; in _wrap_newBevelFilter()
14475 arg4 = (SWFShadow)(argp4); in _wrap_newBevelFilter()
14570 SWFShadow arg3 = (SWFShadow) 0 ; in _wrap_newDropShadowFilter()
[all …]
/dports/graphics/ming/libming-ming-0_4_8/src/blocks/
H A Dfilter.c48 SWFShadow
53 SWFShadow shadow = (SWFShadow)malloc(sizeof(struct Shadow_s)); in newSWFShadow()
62 void destroySWFShadow(SWFShadow s) in destroySWFShadow()
108 SWFShadow shadow;
125 SWFShadow shadow;
133 SWFShadow shadow;
141 SWFShadow shadow;
506 SWFShadow shadow /* shadow */, in newGradientBevelFilter()
536 SWFShadow shadow /* shadow */, in newGradientGlowFilter()
566 SWFShadow shadow /* shadow */, in newBevelFilter()
[all …]
/dports/graphics/ming/libming-ming-0_4_8/src/
H A Dming.h.in796 typedef struct Shadow_s *SWFShadow; typedef
797 SWFShadow newSWFShadow(float angle, float distance, float strength);
798 void destroySWFShadow(SWFShadow s);
814 SWFShadow shadow, int flags);
817 SWFShadow shadow, int flags);
820 SWFBlur blur, SWFShadow shadow, int flags);
827 SWFShadow shadow, int flags);
/dports/graphics/ming/libming-ming-0_4_8/test/Filter/
H A Dtest02-cxx.C14 SWFShadow *shadow; in main()
29 shadow = new SWFShadow(0.79, 5, 1); in main()
H A Dtest02.c12 SWFShadow shadow; in main()
H A Dtest02.php13 $shadow = new SWFShadow(0.79, 5, 1);
H A Dtest04-cxx.C15 SWFShadow *shadow; in main()
27 shadow = new SWFShadow(0.79, 5, 1.0); in main()
H A Dtest04.c12 SWFShadow shadow; in main()
H A Dtest04.php13 $shadow = new SWFShadow(0.79, 5, 1.0);
/dports/graphics/p5-ming/libming-ming-0_4_8/
H A Dming.i875 typedef struct Shadow_s *SWFShadow; typedef
876 SWFShadow newSWFShadow(float angle, float distance, float strength);
877 void destroySWFShadow(SWFShadow s);
893 SWFShadow shadow, int flags);
896 SWFShadow shadow, int flags);
899 SWFBlur blur, SWFShadow shadow, int flags);
906 SWFShadow shadow, int flags);
H A Dmingpp.h66 #define SWFShadow c_SWFShadow macro
112 #undef SWFShadow
480 class SWFShadow
485 SWFShadow(float angle, float distance, float strength) in SWFShadow() function
492 ~SWFShadow() in ~SWFShadow()
495 SWF_DECLAREONLY(SWFShadow);
496 SWFShadow();
529 SWFShadow *shadow, int flags) in DropShadowFilter()
537 SWFBlur *blur, SWFShadow *shadow, int flags) in BevelFilter()
540 …static SWFFilter *GradientGlowFilter(SWFGradient *gradient, SWFBlur *blur, SWFShadow *shadow, int … in GradientGlowFilter()
[all …]
/dports/graphics/p5-ming/libming-ming-0_4_8/perl_ext/
H A Dperl_swf.h42 typedef SWFShadow SWF__Shadow;
/dports/graphics/p5-ming/libming-ming-0_4_8/php_ext/
H A Dming.c85 static SWFShadow getShadow(zval *id TSRMLS_DC);
2839 SWFShadow shadow;
2868 destroySWFShadow((SWFShadow)resource->ptr);
2874 static SWFShadow getShadow(zval *id TSRMLS_DC)
2881 return (SWFShadow)shadow;
/dports/graphics/p5-ming/libming-ming-0_4_8/py_ext/
H A Dming.py66 class SWFShadow(SWFBase): class
116 if not isinstance(arg3, SWFShadow):
133 if not isinstance(arg4, SWFShadow):
142 if not isinstance(arg3, SWFShadow):
161 if not isinstance(arg3, SWFShadow):
H A Dming_wrap.c14051 SWFShadow result; in _wrap_newSWFShadow()
14079 SWFShadow arg1 = (SWFShadow) 0 ; in _wrap_destroySWFShadow()
14089 arg1 = (SWFShadow)(argp1); in _wrap_destroySWFShadow()
14329 SWFShadow arg3 = (SWFShadow) 0 ; in _wrap_newGradientBevelFilter()
14358 arg3 = (SWFShadow)(argp3); in _wrap_newGradientBevelFilter()
14376 SWFShadow arg3 = (SWFShadow) 0 ; in _wrap_newGradientGlowFilter()
14405 arg3 = (SWFShadow)(argp3); in _wrap_newGradientGlowFilter()
14424 SWFShadow arg4 = (SWFShadow) 0 ; in _wrap_newBevelFilter()
14475 arg4 = (SWFShadow)(argp4); in _wrap_newBevelFilter()
14570 SWFShadow arg3 = (SWFShadow) 0 ; in _wrap_newDropShadowFilter()
[all …]
/dports/graphics/p5-ming/libming-ming-0_4_8/src/blocks/
H A Dfilter.c48 SWFShadow
53 SWFShadow shadow = (SWFShadow)malloc(sizeof(struct Shadow_s)); in newSWFShadow()
62 void destroySWFShadow(SWFShadow s) in destroySWFShadow()
108 SWFShadow shadow;
125 SWFShadow shadow;
133 SWFShadow shadow;
141 SWFShadow shadow;
506 SWFShadow shadow /* shadow */, in newGradientBevelFilter()
536 SWFShadow shadow /* shadow */, in newGradientGlowFilter()
566 SWFShadow shadow /* shadow */, in newBevelFilter()
[all …]
/dports/graphics/p5-ming/libming-ming-0_4_8/src/
H A Dming.h.in796 typedef struct Shadow_s *SWFShadow; typedef
797 SWFShadow newSWFShadow(float angle, float distance, float strength);
798 void destroySWFShadow(SWFShadow s);
814 SWFShadow shadow, int flags);
817 SWFShadow shadow, int flags);
820 SWFBlur blur, SWFShadow shadow, int flags);
827 SWFShadow shadow, int flags);
/dports/graphics/p5-ming/libming-ming-0_4_8/test/Filter/
H A Dtest02-cxx.C14 SWFShadow *shadow; in main()
29 shadow = new SWFShadow(0.79, 5, 1); in main()
H A Dtest02.c12 SWFShadow shadow; in main()
H A Dtest02.php13 $shadow = new SWFShadow(0.79, 5, 1);

12