HomeSort by relevance Sort by last modified time
    Searched refs:Filter (Results 51 - 75 of 155) sorted by null

1 23 4 5 6 7

  /external/webkit/WebCore/svg/graphics/filters/
SVGFEMerge.cpp 27 #include "Filter.h"
54 FloatRect FEMerge::uniteChildEffectSubregions(Filter* filter)
58 FloatRect uniteEffectRect = m_mergeInputs[0]->calculateEffectRect(filter);
61 uniteEffectRect.unite(m_mergeInputs[i]->calculateEffectRect(filter));
66 void FEMerge::apply(Filter* filter)
71 m_mergeInputs[i]->apply(filter);
SVGFETile.cpp 27 #include "Filter.h"
45 FloatRect FETile::uniteChildEffectSubregions(Filter* filter)
47 m_in->calculateEffectRect(filter);
48 return filter->filterRegion();
51 void FETile::apply(Filter* filter)
53 m_in->apply(filter);
68 FloatRect filterRegion = filter->filterRegion();
69 filterRegion.scale(filter->filterResolution().width(), filter->filterResolution().height())
    [all...]
SVGFEDiffuseLighting.cpp 28 #include "Filter.h"
116 void FEDiffuseLighting::apply(Filter*)
SVGFEOffset.cpp 28 #include "Filter.h"
67 void FEOffset::apply(Filter* filter)
69 m_in->apply(filter);
79 FloatRect sourceImageRect = filter->sourceImageRect();
80 sourceImageRect.scale(filter->filterResolution().width(), filter->filterResolution().height());
82 if (filter->effectBoundingBoxMode()) {
86 m_dx *= filter->filterResolution().width();
87 m_dy *= filter->filterResolution().height()
    [all...]
SVGFESpecularLighting.cpp 27 #include "Filter.h"
128 void FESpecularLighting::apply(Filter*)
SVGFETurbulence.cpp 27 #include "Filter.h"
109 void FETurbulence::apply(Filter*)
SVGFilter.cpp 28 : Filter()
69 // clip every filter effect to the filter region
  /libcore/luni/src/main/java/java/util/logging/
Handler.java 46 // the filter used to filter undesired messages
47 private Filter filter; field in class:Handler
55 * level {@code Level.ALL}. It has no filter and no formatter.
61 this.filter = null;
104 * init the common properties, including filter, level, formatter, and
111 // set filter
112 final String filterName = manager.getProperty(prefix + ".filter");
115 filter = (Filter) getCustomizeInstance(filterName)
    [all...]
  /development/tools/mkstubs/src/com/android/mkstubs/
Main.java 41 private Filter mFilter;
46 mFilter = new Filter();
59 /** Returns the current instance of the filter, the include/exclude patterns. */
60 public Filter getFilter() {
106 * Adds one pattern string to the current filter.
156 * Adds all the filter strings from the given file.
158 * @param p The params which filter to edit.
203 * <li> Filter out all classes that should not be included or that should be excluded.
216 aa.filter(classes, p.getFilter());
FilterClassAdapter.java 29 * either private, default-access or rejected by the {@link Filter}.
33 private final Filter mFilter;
36 public FilterClassAdapter(ClassVisitor writer, Filter filter) {
38 mFilter = filter;
72 // filter on field name
104 // filter on method name using the non-generic descriptor
112 // filter on method name using the generic signature
147 // filter on name
StubGenerator.java 39 * {@link #generateStubbedJar(File, Map, Filter)}.
49 Filter filter) throws IOException {
56 byte[] b = visitClassStubber(cr, filter);
94 byte[] visitClassStubber(ClassReader cr, Filter filter) {
102 ClassVisitor classFilter = new FilterClassAdapter(stubWriter, filter);
AsmAnalyzer.java 31 * Analyzes an input Jar to get all the relevant classes according to the given filter.
34 * {@link #parseInputJar(String)} followed by {@link #filter(Map, Filter)}.
74 * filter or that should be excluded. This modifies the map in-place.
76 * @param classes The in-out map of classes to examine and filter. The map is filtered
78 * @param filter A filter describing which classes to include and which ones to exclude.
80 void filter(Map<String, ClassReader> classes, Filter filter) { method in class:AsmAnalyzer
    [all...]
  /external/chromium/net/url_request/
url_request_job.h 15 #include "net/base/filter.h"
128 std::vector<Filter::FilterType>* encoding_types) {
139 // Called to setup stream filter for this request. An example of filter is
262 // Informs the filter that data has been read into its buffer
298 // Size of filter input buffers used by this class.
302 // for the filter. Returns true if raw data was read. Returns false if
315 // Called to query whether there is data available in the filter to be read
330 // The data stream filter which is enabled on demand.
331 scoped_ptr<Filter> filter_
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldMemoryHandlerTest.java 25 import java.util.logging.Filter;
62 props.put("java.util.logging.MemoryHandler.filter", baseClassName + "$MockFilter");
76 assertNotNull("Filter should not be null", handler.getFilter());
84 public static class MockFilter implements Filter {
  /external/libvpx/vp8/encoder/arm/neon/
vp8_subpixelvariance16x16_neon.asm 35 cmp r2, #0 ;skip first_pass filter if xoffset=0
38 add r2, r12, r2, lsl #3 ;calculate filter location
40 cmp r3, #0 ;skip second_pass filter if yoffset=0
42 vld1.s32 {d31}, [r2] ;load first_pass filter
54 vdup.8 d0, d31[0] ;first_pass filter (d0 d1)
65 vmull.u8 q7, d2, d0 ;(src_ptr[0] * Filter[0])
79 vmlal.u8 q7, d2, d1 ;(src_ptr[0] * Filter[1])
89 vmlal.u8 q8, d3, d1 ;(src_ptr[0] * Filter[1])
118 vmull.u8 q9, d2, d0 ;(src_ptr[0] * Filter[0])
129 vmlal.u8 q9, d2, d1 ;(src_ptr[0] * Filter[1]
    [all...]
vp8_subpixelvariance8x8_neon.asm 35 cmp r2, #0 ;skip first_pass filter if xoffset=0
39 add r2, r12, r2, lsl #3 ;calculate filter location
42 vld1.u32 {d31}, [r2] ;load first_pass filter
44 vdup.8 d0, d31[0] ;first_pass filter (d0 d1)
49 vmull.u8 q6, d2, d0 ;(src_ptr[0] * Filter[0])
59 vmlal.u8 q6, d3, d1 ;(src_ptr[1] * Filter[1])
76 vmull.u8 q6, d2, d0 ;(src_ptr[0] * Filter[0])
88 vmlal.u8 q6, d3, d1 ;(src_ptr[1] * Filter[1])
102 cmp r3, #0 ;skip second_pass filter if yoffset=0
108 vld1.u32 {d31}, [r3] ;load second_pass filter
    [all...]
  /dalvik/hit/src/com/android/hit/
RootObj.java 84 public final void visit(Set<Instance> resultSet, Filter filter) {
89 if (filter != null) {
90 if (filter.accept(this)) {
  /external/chromium/net/base/
sdch_filter.cc 18 : Filter(filter_context),
61 // Filter chaining error, or premature teardown.
115 bool SdchFilter::InitDecoding(Filter::FilterType filter_type) {
119 // Handle case where sdch filter is guessed, but not required.
138 Filter::FilterStatus SdchFilter::ReadFilteredData(char* dest_buffer,
307 Filter::FilterStatus SdchFilter::InitializeDictionary() {
  /frameworks/base/core/java/android/widget/
CursorFilter.java 27 class CursorFilter extends Filter {
Filter.java 26 * <p>A filter constrains data with a filtering pattern.</p>
31 * <p>Filtering operations performed by calling {@link #filter(CharSequence)} or
32 * {@link #filter(CharSequence, android.widget.Filter.FilterListener)} are
39 public abstract class Filter {
40 private static final String LOG_TAG = "Filter";
42 private static final String THREAD_NAME = "Filter";
54 * <p>Creates a new asynchronous filter.</p>
56 public Filter() {
79 * @param constraint the constraint used to filter the dat
83 public final void filter(CharSequence constraint) { method in class:Filter
84 filter(constraint, null); method
101 public final void filter(CharSequence constraint, FilterListener listener) { method in class:Filter
    [all...]
  /frameworks/base/include/media/
Metadata.h 50 typedef SortedVector<Type> Filter;
  /frameworks/base/media/libmediaplayerservice/
StagefrightPlayer.h 57 const media::Metadata::Filter& ids, Parcel *records);
  /external/libpcap/
pcap-pf.c 21 * packet filter subroutines for tcpdump
189 * Short-circuit evaluation: if using BPF filter
193 * Note: the filter code was generated assuming
196 * in the kernel, so we run the filter before
248 * "ps_recv" counts only packets that passed the filter.
254 * passed the filter, and on others it counts packets
255 * that didn't pass the filter....)
257 * "ps_drop" counts packets that passed the kernel filter
263 * the input filter, of course).
267 * "ps_recv" counts only packets that passed the filter
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.compat 9 ATTRIBUTE Framed-Filter-Id 11 string
  /frameworks/base/tools/localize/
XLIFFFile.h 54 void Filter(bool (*func)(const string&,const TransUnit&,void*), void* cookie);

Completed in 1730 milliseconds

1 23 4 5 6 7