Searched defs:filters (Results 1 - 25 of 52) sorted by relevance

123

/external/clang/test/CodeGenCXX/
H A Ddebug-info-template-recursive.cpp10 bar filters; variable
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
H A DColorOverlayFilter.java32 package com.jme3.post.filters;
H A DGammaCorrectionFilter.java1 package com.jme3.post.filters;
H A DDepthOfFieldFilter.java32 package com.jme3.post.filters;
H A DFXAAFilter.java1 package com.jme3.post.filters;
H A DFogFilter.java32 package com.jme3.post.filters;
H A DPosterizationFilter.java32 package com.jme3.post.filters;
H A DRadialBlurFilter.java32 package com.jme3.post.filters;
H A DCartoonEdgeFilter.java32 package com.jme3.post.filters;
H A DFadeFilter.java32 package com.jme3.post.filters;
H A DTranslucentBucketFilter.java5 package com.jme3.post.filters;
26 * A filter to handle translucent objects when rendering a scene with filters that uses depth like WaterFilter and SSAOFilter
H A DBloomFilter.java32 package com.jme3.post.filters;
H A DCrossHatchFilter.java32 package com.jme3.post.filters;
H A DLightScatteringFilter.java32 package com.jme3.post.filters;
48 * LightScattering filters creates rays comming from a light sources
/external/freetype/src/base/
H A Dftlcdfil.c30 /* FIR filter used by the default and light filters */
174 static const int filters[3][3] = local
204 r += filters[0][0] * p;
205 g += filters[0][1] * p;
206 b += filters[0][2] * p;
209 r += filters[1][0] * p;
210 g += filters[1][1] * p;
211 b += filters[1][2] * p;
214 r += filters[2][0] * p;
215 g += filters[
[all...]
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_audio.h125 /** A structure to hold a set of audio conversion filters and buffers */
136 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format); member in struct:SDL_AudioCVT
/external/dbus/tools/
H A Ddbus-monitor.c232 char **filters = NULL; local
275 filters = (char **)realloc(filters, numFilters * sizeof(char *));
276 filters[j] = (char *)malloc((strlen(arg) + 1) * sizeof(char *));
277 snprintf(filters[j], strlen(arg) + 1, "%s", arg);
330 dbus_bus_add_match (connection, filters[i], &error);
334 filters[i], error.message);
338 free(filters[i]);
/external/libvorbis/lib/
H A Denvelope.c94 envelope_filter_state *filters){
128 int ptr=filters->nearptr;
133 decay=filters->nearDC_acc=filters->nearDC_partialacc+temp;
134 filters->nearDC_partialacc=temp;
136 decay=filters->nearDC_acc+=temp;
137 filters->nearDC_partialacc+=temp;
139 filters->nearDC_acc-=filters->nearDC[ptr];
140 filters
90 _ve_amp(envelope_lookup *ve, vorbis_info_psy_global *gi, float *data, envelope_band *bands, envelope_filter_state *filters) argument
[all...]
/external/skia/src/effects/
H A DSkTestImageFilters.cpp132 void SkMergeImageFilter::init(SkImageFilter* const filters[], int count, argument
136 fFilters[i] = SkSafeRefReturn(filters[i]);
145 SkImageFilter* filters[] = { first, second }; local
147 this->init(filters, 2, SkXfermode::kSrcOver_Mode == mode ? NULL : modes);
150 SkMergeImageFilter::SkMergeImageFilter(SkImageFilter* const filters[], int count, argument
152 this->init(filters, count, modes);
/external/chromium/chrome/browser/ui/gtk/
H A Ddialogs_gtk.cc56 // Add the filters from |file_types_| to |chooser|.
131 // The file filters.
296 // Add the *.* filter, but only if we have added other filters (otherwise it
319 GSList* filters = gtk_file_chooser_list_filters(GTK_FILE_CHOOSER(dialog)); local
320 int idx = g_slist_index(filters, selected_filter);
321 g_slist_free(filters);
/external/jmonkeyengine/engine/src/core/com/jme3/post/
H A DFilterPostProcessor.java51 * It manages a list of filters that will be applied in the order in which they've been added to the list
64 private List<Filter> filters = new ArrayList<Filter>(); field in class:FilterPostProcessor
97 * Adds a filter to the filters list<br>
101 filters.add(filter);
112 * removes this filters from the filters list
116 filters.remove(filter);
122 return filters.iterator();
204 for (Iterator<Filter> it = filters.iterator(); it.hasNext();) {
215 * iterate through the filter list and renders filters
[all...]
/external/libpng/
H A Dpngwrite.c1178 /* Allow the application to select one or more row filters to use. */
1180 png_set_filter(png_structp png_ptr, int method, int filters) argument
1193 switch (filters & (PNG_ALL_FILTERS | 0x07))
1211 default: png_ptr->do_filter = (png_byte)filters; break;
1220 * it is too late to start using the filters that need it, since we
1222 * wants to start and stop using particular filters during compression,
1223 * it should start out with all of the filters, and then add and
1393 /* Here is where we set the relative costs of the different filters. We
/external/qemu/distrib/libpng-1.2.19/
H A Dpngwrite.c1123 /* Allow the application to select one or more row filters to use. */
1125 png_set_filter(png_structp png_ptr, int method, int filters) argument
1137 switch (filters & (PNG_ALL_FILTERS | 0x07))
1155 default: png_ptr->do_filter = (png_byte)filters; break;
1164 * it is too late to start using the filters that need it, since we
1166 * wants to start and stop using particular filters during compression,
1167 * it should start out with all of the filters, and then add and
1336 /* Here is where we set the relative costs of the different filters. We
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-bcel.jar ... apache/tools/ org/apache/tools/ant/ org/apache/tools/ant/filters/ org/apache/tools/ant/filters/util/ org/apache/tools/ant ...
/external/chromium/chrome/browser/ui/views/
H A Dshell_dialogs_win.cc91 // returned. The filters created here are:
314 std::vector<std::wstring> filters; local
316 base::SplitString(filter, '\0', &filters);
318 if (!filters.empty())
319 filter_selected = filters[(2 * (save_as.nFilterIndex - 1)) + 1];
619 const std::wstring& filters,

Completed in 376 milliseconds

123