Searched refs:filter (Results 176 - 200 of 2024) sorted by relevance

1234567891011>>

/external/chromium_org/skia/ext/
H A Dpaint_simplifier.h24 virtual bool filter(SkPaint*, Type) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
H A DFEMerge.cpp37 FEMerge::FEMerge(Filter* filter) argument
38 : FilterEffect(filter)
42 PassRefPtr<FEMerge> FEMerge::create(Filter* filter) argument
44 return adoptRef(new FEMerge(filter));
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftlcdfil.h48 * filter which is then applied to LCD-optimized bitmaps generated
52 * Note that no filter is active by default, and that this function is
73 * The default filter reduces color fringes considerably, at the cost
77 * The light filter is a variant that produces less blurriness at the
82 * This filter corresponds to the original libXft color filter. It
88 * This filter is only provided for comparison purposes, and might be
120 * filter ::
121 * The filter type.
124 * @FT_LCD_FILTER_DEFAULT to use a default filter tha
[all...]
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Dfilter_policy.h6 // This object is responsible for creating a small filter from a set
9 // information from disk. In many cases, a filter can cut down the
13 // Most people will want to use the builtin bloom filter support (see
29 // Return the name of this policy. Note that if the filter encoding
37 // Append a filter that summarizes keys[0,n-1] to *dst.
40 // append the newly constructed filter to *dst.
44 // "filter" contains the data appended by a preceding call to
49 virtual bool KeyMayMatch(const Slice& key, const Slice& filter) const = 0;
52 // Return a new filter policy that uses a bloom filter wit
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasink.h43 virtual void set_packet_filter(int filter) = 0;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_gen_mipmap.h57 uint layer, uint baseLevel, uint lastLevel, uint filter);
/external/chromium_org/third_party/skia/include/effects/
H A DSkPaintFlagsDrawFilter.h17 virtual bool filter(SkPaint*, Type) SK_OVERRIDE;
/external/chromium_org/third_party/skia/src/effects/
H A DSkPaintFlagsDrawFilter.cpp17 bool SkPaintFlagsDrawFilter::filter(SkPaint* paint, Type) { function in class:SkPaintFlagsDrawFilter
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-100702.js41 arr.filter("".isThatMe, str);
H A Dregress-2273.js66 [3].filter(CheckStringReceiver, "foo");
76 [3].filter(CheckCoersion, "foo");
89 [3].filter(CheckStringReceiver, "foo");
99 [3].filter(CheckCoersion, "foo");
/external/chromium_org/v8/test/webkit/
H A Darray-filter.js24 description("Tests for Array.prototype.filter");
45 result.filter=Array.prototype.filter;
56 result.filter=Array.prototype.filter;
70 shouldBe("[undefined].filter(passUndefined)", "[undefined]");
71 shouldBe("(new Array(20)).filter(passUndefined)", "[]");
72 shouldBe("[0,1,2,3,4,5,6,7,8,9].filter(passEven)", "[0,2,4,6,8]");
73 shouldBe("[0,1,2,3,4,5,6,7,8,9].filter(passAfter5)", "[5,6,7,8,9]");
74 shouldBe("mixPartialAndFast.filter(passAfter
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cc30 string_predicate_t filter) {
29 GetListOfModules(LoadedModule *modules, uptr max_modules, string_predicate_t filter) argument
/external/freetype/include/freetype/
H A Dftlcdfil.h48 * filter which is then applied to LCD-optimized bitmaps generated
52 * Note that no filter is active by default, and that this function is
76 * filter should be chosen according to two free parameters `a' and `c',
84 * across the filter kernel, which makes it colorless. One suggested
91 * where `a' has value 0x30 and `b' value 0x20. The weights in filter
111 * The default filter reduces color fringes considerably, at the cost
115 * The light filter is a variant that produces less blurriness at the
120 * This filter corresponds to the original libXft color filter. It
126 * This filter i
[all...]
/external/icu4c/layout/
H A DAlternateSubstSubtables.h34 le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;
H A DLigatureSubstSubtables.h41 le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;
H A DMultipleSubstSubtables.h34 le_uint32 process(GlyphIterator *glyphIterator, LEErrorCode& success, const LEGlyphFilter *filter = NULL) const;
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
H A DHeightMap.java127 * <code>setFilter</code> sets the erosion value for the filter. This
131 * @param filter
135 * if filter is less than 0 or greater than 1.
137 void setMagnificationFilter(float filter) throws Exception; argument
/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
H A DNullEscapeFunction.java31 public void filter(String in, Appendable out) throws IOException { method in class:NullEscapeFunction
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.h57 uint layer, uint baseLevel, uint lastLevel, uint filter);
/external/mockito/src/org/mockito/internal/configuration/injection/filter/
H A DMockCandidateFilter.java5 package org.mockito.internal.configuration.injection.filter;
/external/mockito/src/org/mockito/internal/runners/
H A DJUnit44RunnerImpl.java44 public void filter(Filter filter) throws NoTestsRemainException { argument
45 runner.filter(filter);
H A DJUnit45AndHigherRunnerImpl.java44 public void filter(Filter filter) throws NoTestsRemainException { argument
45 runner.filter(filter);
/external/mockito/src/org/mockito/runners/
H A DMockitoJUnitRunner.java70 public void filter(Filter filter) throws NoTestsRemainException { argument
71 //filter is required because without it UnrootedTests show up in Eclipse
72 runner.filter(filter);
/external/oprofile/libutil/
H A Dop_file.h77 * @param filter a pathname filter
82 * dir that matches the filter: if entry is of type 'dir', recurse;
87 * the filter, call get_pathname_callback to add entry to name_list to
92 * Return a list of pathnames under base_dir, filtered by filter and optionally
101 char const * base_dir, char const * filter,
/external/skia/include/effects/
H A DSkPaintFlagsDrawFilter.h17 virtual bool filter(SkPaint*, Type) SK_OVERRIDE;

Completed in 968 milliseconds

1234567891011>>