Home
last modified time | relevance | path

Searched refs:DropShadowFilter (Results 1 – 25 of 114) sorted by relevance

12345

/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/graphics/
H A DRectangularDropShadow.as18 import flash.filters.DropShadowFilter;
27 * However, the DropShadowFilter, like all bitmap filters,
29 * If the DropShadowFilter is applied to a DisplayObject,
38 * be used instead of using the DropShadowFilter directly.</p>
51 * @see flash.filters.DropShadowFilter
131 * @copy flash.filters.DropShadowFilter#alpha
163 * @copy flash.filters.DropShadowFilter#angle
195 * @copy flash.filters.DropShadowFilter#color
227 * @copy flash.filters.DropShadowFilter#distance
596 var filter:DropShadowFilter =
[all …]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/filters/
H A DDropShadowFilter.as15 import flash.filters.DropShadowFilter;
21 * The DropShadowFilter class lets you add a drop shadow to display objects.
54 * <p>The <code>&lt;s:DropShadowFilter&gt;</code> tag inherits all of the tag
58 * &lt;s:DropShadowFilter
71 * @see flash.filters.DropShadowFilter
79 public class DropShadowFilter extends BaseDimensionFilter implements IBitmapFilter class in spark.filters
118 public function DropShadowFilter(distance:Number = 4.0, angle:Number = 45, method in spark.filters.DropShadowFilter
335 * @return A new DropShadowFilter instance with all the
336 * properties of the original DropShadowFilter instance.
346 return new flash.filters.DropShadowFilter(distance, angle, color, alpha, blurX,
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/skins/halo/
H A DToolTipBorder.as16 import flash.filters.DropShadowFilter;
173 filters = [ new DropShadowFilter(2, 90, 0, 0.4) ];
192 filters = [ new DropShadowFilter(2, 90, 0, 0.4) ];
211 filters = [ new DropShadowFilter(2, 90, 0, 0.4) ];
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/skins/halo/
H A DToolTipBorder.as16 import flash.filters.DropShadowFilter;
181 filters = [ new DropShadowFilter(2, 90, 0, 0.4) ];
200 filters = [ new DropShadowFilter(2, 90, 0, 0.4) ];
219 filters = [ new DropShadowFilter(2, 90, 0, 0.4) ];
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/primitives/
H A DRectangularDropShadow.as20 * be used instead of using a DropShadowFilter directly.</p>
23 * to DropShadowFilter: <code>alpha</code>, <code>angle</code>,
33 * @see spark.filters.DropShadowFilter
97 * @copy spark.filters.DropShadowFilter#alpha
134 * @copy spark.filters.DropShadowFilter#angle
171 * @copy spark.filters.DropShadowFilter#color
208 * @copy flash.filters.DropShadowFilter#distance
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/graphics/
H A DRectangularDropShadow.as18 import flash.filters.DropShadowFilter;
27 * However, the DropShadowFilter, like all bitmap filters,
29 * If the DropShadowFilter is applied to a DisplayObject,
38 * be used instead of using the DropShadowFilter directly.</p>
41 * to DropShadowFilter: <code>alpha</code>, <code>angle</code>,
51 * @see flash.filters.DropShadowFilter
141 * @copy flash.filters.DropShadowFilter#alpha
178 * @copy flash.filters.DropShadowFilter#angle
215 * @copy flash.filters.DropShadowFilter#color
252 * @copy flash.filters.DropShadowFilter#distance
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/misc/
H A Ddemo_agg_filter.py85 class DropShadowFilter(BaseFilter): class
205 gauss = DropShadowFilter(4)
249 gauss = DropShadowFilter(5, offsets=(1, 1))
272 gauss = DropShadowFilter(9, offsets=(3, 4), alpha=0.7)
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DFilters.h195 class DropShadowFilter : public BitmapFilter
201 virtual ~DropShadowFilter() {} in ~DropShadowFilter()
203 DropShadowFilter() : in DropShadowFilter() function
209 DropShadowFilter(float distance, float angle, std::uint32_t color, in DropShadowFilter() function
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/misc/
H A Ddemo_agg_filter.py96 class DropShadowFilter(BaseFilter): class
235 gauss = DropShadowFilter(4)
280 gauss = DropShadowFilter(5, offsets=(1, 1), )
304 gauss = DropShadowFilter(9, offsets=(3, 4), alpha=0.7)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/misc/
H A Ddemo_agg_filter.py96 class DropShadowFilter(BaseFilter): class
235 gauss = DropShadowFilter(4)
280 gauss = DropShadowFilter(5, offsets=(1, 1), )
304 gauss = DropShadowFilter(9, offsets=(3, 4), alpha=0.7)
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/charts/src/mx/charts/renderers/
H A DShadowLineRenderer.as15 import flash.filters.DropShadowFilter;
48 private static var FILTERS:Array /* of BitMapFilter */ = [ new DropShadowFilter() ];
H A DShadowBoxItemRenderer.as16 import flash.filters.DropShadowFilter;
54 [ new DropShadowFilter(2, 45, 0.2 * 0xFFFFFF) ];
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/haloclassic/src/haloclassic/
H A DHaloRectBorder.as17 import flash.filters.DropShadowFilter;
961 if (f && f[0] is DropShadowFilter)
963 var dropShadowFilter:DropShadowFilter = DropShadowFilter(f[0]);
972 filters = [ new DropShadowFilter(distance, angle, color, 0.4) ];
983 import flash.filters.DropShadowFilter;
1033 [ new DropShadowFilter(distance, angle, color, 0.4) ];
1173 var dropShadowFilder:DropShadowFilter = new DropShadowFilter(
1202 var dropShadowFilter:DropShadowFilter = new DropShadowFilter(
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/blocks/
H A Dfilter.c104 struct DropShadowFilter struct
207 struct DropShadowFilter dropShadow;
218 static void writeDropShadowFilter(SWFOutput out, struct DropShadowFilter *filter) in writeDropShadowFilter()
648 struct DropShadowFilter *dropShadow; in newDropShadowFilter()
/dports/graphics/ming/libming-ming-0_4_8/src/blocks/
H A Dfilter.c104 struct DropShadowFilter struct
207 struct DropShadowFilter dropShadow;
218 static void writeDropShadowFilter(SWFOutput out, struct DropShadowFilter *filter) in writeDropShadowFilter()
648 struct DropShadowFilter *dropShadow; in newDropShadowFilter()
/dports/graphics/p5-ming/libming-ming-0_4_8/src/blocks/
H A Dfilter.c104 struct DropShadowFilter struct
207 struct DropShadowFilter dropShadow;
218 static void writeDropShadowFilter(SWFOutput out, struct DropShadowFilter *filter) in writeDropShadowFilter()
648 struct DropShadowFilter *dropShadow; in newDropShadowFilter()
/dports/graphics/py-ming/libming-ming-0_4_8/src/blocks/
H A Dfilter.c104 struct DropShadowFilter struct
207 struct DropShadowFilter dropShadow;
218 static void writeDropShadowFilter(SWFOutput out, struct DropShadowFilter *filter) in writeDropShadowFilter()
648 struct DropShadowFilter *dropShadow; in newDropShadowFilter()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/effects/
H A DAnimateFilter.as33 * Common filters include the DropShadowFilter, GlowFilter, BlurFilter, and ShaderFilter.</p>
108 * Common filters include the DropShadowFilter, GlowFilter, BlurFilter, and ShaderFilter.</p>
/dports/graphics/ming/libming-ming-0_4_8/test/Filter/
H A Dtest02-cxx.C35 f = SWFFilter::DropShadowFilter(c, blur, shadow, FILTER_MODE_INNER | FILTER_MODE_KO); in main()
/dports/graphics/p5-ming/libming-ming-0_4_8/test/Filter/
H A Dtest02-cxx.C35 f = SWFFilter::DropShadowFilter(c, blur, shadow, FILTER_MODE_INNER | FILTER_MODE_KO); in main()
/dports/graphics/py-ming/libming-ming-0_4_8/test/Filter/
H A Dtest02-cxx.C35 f = SWFFilter::DropShadowFilter(c, blur, shadow, FILTER_MODE_INNER | FILTER_MODE_KO); in main()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/charts/src/mx/charts/
H A DLineChart.as15 import flash.filters.DropShadowFilter;
97 seriesFilters = [ new DropShadowFilter() ];
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/tests/
H A Dtest_agg.py146 class DropShadowFilter(BaseFilter): class
169 gauss = DropShadowFilter(4)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tests/
H A Dtest_agg.py160 class DropShadowFilter(BaseFilter): class
183 gauss = DropShadowFilter(4)
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/parser/
H A Dfilter_factory.cpp67 the_filter = new DropShadowFilter; in read()
112 bool DropShadowFilter::read(SWFStream& in) in read()

12345