Searched refs:Filter (Results 1 - 25 of 217) sorted by relevance

123456789

/macosx-10.10/CPANInternal-159.1/IPC-LDT-2.03/
H A DMakefile.PL31 Filter::Util::Call => 1,
/macosx-10.10/WebCore-7600.1.25/svg/graphics/filters/
H A DSVGFEImage.h38 static PassRefPtr<FEImage> createWithImage(Filter*, PassRefPtr<Image>, const SVGPreserveAspectRatio&);
39 static PassRefPtr<FEImage> createWithIRIReference(Filter*, Document&, const String&, const SVGPreserveAspectRatio&);
55 FEImage(Filter*, PassRefPtr<Image>, const SVGPreserveAspectRatio&);
56 FEImage(Filter*, Document&, const String&, const SVGPreserveAspectRatio&);
H A DSVGFilter.cpp30 : Filter(absoluteTransform)
43 return Filter::applyHorizontalScale(value) * m_absoluteFilterRegion.width() / m_filterRegion.width();
50 return Filter::applyVerticalScale(value) * m_absoluteFilterRegion.height() / m_filterRegion.height();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFEMerge.h27 #include "Filter.h"
34 static PassRefPtr<FEMerge> create(Filter*);
45 FEMerge(Filter*);
H A DFEOffset.h27 #include "Filter.h"
33 static PassRefPtr<FEOffset> create(Filter*, float dx, float dy);
49 FEOffset(Filter*, float dx, float dy);
H A DFETile.h27 #include "Filter.h"
33 static PassRefPtr<FETile> create(Filter* filter);
45 FETile(Filter*);
H A DFilter.h34 class Filter : public RefCounted<Filter> { class in namespace:WebCore
36 Filter(const AffineTransform& absoluteTransform, float filterScale = 1) function in class:WebCore::Filter
41 virtual ~Filter() { }
75 TYPE_CASTS_BASE(ToValueTypeName, Filter, filter, filter->predicate, filter.predicate)
H A DSourceGraphic.cpp25 #include "Filter.h"
33 PassRefPtr<SourceGraphic> SourceGraphic::create(Filter* filter)
46 Filter& filter = this->filter();
55 Filter& filter = this->filter();
H A DFEBlend.h29 #include "Filter.h"
35 static PassRefPtr<FEBlend> create(Filter*, BlendMode);
50 FEBlend(Filter*, BlendMode);
H A DFEDiffuseLighting.h34 static PassRefPtr<FEDiffuseLighting> create(Filter*, const Color&, float, float,
61 FEDiffuseLighting(Filter*, const Color&, float, float, float, float, PassRefPtr<LightSource>);
H A DFESpecularLighting.h32 static PassRefPtr<FESpecularLighting> create(Filter*, const Color&, float, float,
62 FESpecularLighting(Filter*, const Color&, float, float, float, float, float, PassRefPtr<LightSource>);
H A DSourceAlpha.h25 #include "Filter.h"
31 static PassRefPtr<SourceAlpha> create(Filter*);
48 SourceAlpha(Filter* filter)
H A DSourceGraphic.h26 #include "Filter.h"
32 static PassRefPtr<SourceGraphic> create(Filter*);
49 SourceGraphic(Filter* filter)
H A DFEDisplacementMap.h27 #include "Filter.h"
42 static PassRefPtr<FEDisplacementMap> create(Filter*, ChannelSelectorType xChannelSelector, ChannelSelectorType yChannelSelector, float);
64 FEDisplacementMap(Filter*, ChannelSelectorType xChannelSelector, ChannelSelectorType yChannelSelector, float);
H A DFEDropShadow.h25 #include "Filter.h"
32 static PassRefPtr<FEDropShadow> create(Filter*, float, float, float, float, const Color&, float);
60 FEDropShadow(Filter*, float, float, float, float, const Color&, float);
H A DFEFlood.h27 #include "Filter.h"
34 static PassRefPtr<FEFlood> create(Filter* filter, const Color&, float);
60 FEFlood(Filter*, const Color&, float);
H A DFEMerge.cpp27 #include "Filter.h"
33 FEMerge::FEMerge(Filter* filter)
38 PassRefPtr<FEMerge> FEMerge::create(Filter* filter)
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOFilterInterruptEventSource.h58 @typedef Filter
63 typedef bool (*Filter)(OSObject *, IOFilterInterruptEventSource *); typedef in class:IOFilterInterruptEventSource
66 @discussion Backward compatibilty define for the old non-class scoped type definition. See $link IOFilterInterruptSource::Filter */
67 #define IOFilterInterruptAction IOFilterInterruptEventSource::Filter
83 /*! @var filterAction Filter callout */
84 Filter filterAction;
107 Filter filter,
122 Filter filter,
129 @discussion Cause the work loop to schedule the interrupt action even if the filter routine returns 'false'. Note well the interrupting condition MUST be cleared from the hardware otherwise an infinite process interrupt loop will occur. Use this function when SoftDMA is desired. See $link IOFilterInterruptSource::Filter */
135 virtual Filter getFilterActio
[all...]
/macosx-10.10/ruby-106/ruby/test/ripper/
H A Dtest_filter.rb9 class TestRipper::Filter < Test::Unit::TestCase
11 class Filter < Ripper::Filter class in class:TestRipper
29 filter = Filter.new(File.read(filename))
37 filter = Filter.new(File.read(filename), filename)
48 filter = Filter.new(src)
59 filter = Filter.new(src, '-', 100)
70 filter = Filter.new(src)
79 filter = Filter.new(File.read(filename))
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGFEMergeElement.h37 virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) override;
/macosx-10.10/ruby-106/ruby/sample/ripper/
H A Dstrip-comment.rb5 class CommentStripper < Ripper::Filter
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/python/
H A Dplaynotes.py10 filt = Filter('generator', 440, 30000, 0.0, 'sine', 8000)
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Filter/
H A DLevelMatch.pm2 package Log::Log4perl::Filter::LevelMatch;
16 use base qw(Log::Log4perl::Filter);
61 Log::Log4perl::Filter::LevelMatch - Filter to match the log level exactly
65 log4perl.filter.Match1 = Log::Log4perl::Filter::LevelMatch
79 L<Log::Log4perl::Filter>,
80 L<Log::Log4perl::Filter::LevelRange>,
81 L<Log::Log4perl::Filter::StringRange>,
82 L<Log::Log4perl::Filter::Boolean>
H A DBoolean.pm2 package Log::Log4perl::Filter::Boolean;
15 use base qw(Log::Log4perl::Filter);
49 # Extract Filter placeholders in logic as defined
53 my $filter = Log::Log4perl::Filter::by_name($1);
54 die "Filter $filter required by Boolean filter, but not defined"
116 Log::Log4perl::Filter::Boolean - Special filter to combine the results of others
124 log4perl.filter.MyBoolean = Log::Log4perl::Filter::Boolean
128 log4perl.appender.Screen.Filter = MyBoolean
143 C<Log::Log4perl::Filter::Boolean> is a special predefined custom filter
151 log4perl.filter.MyBoolean = Log::Log4perl::Filter
[all...]
H A DStringMatch.pm2 package Log::Log4perl::Filter::StringMatch;
15 use base "Log::Log4perl::Filter";
68 Log::Log4perl::Filter::StringMatch - Filter to match the log level exactly
72 log4perl.filter.Match1 = Log::Log4perl::Filter::StringMatch
87 L<Log::Log4perl::Filter>,
88 L<Log::Log4perl::Filter::LevelMatch>,
89 L<Log::Log4perl::Filter::LevelRange>,
90 L<Log::Log4perl::Filter::Boolean>

Completed in 195 milliseconds

123456789