HomeSort by relevance Sort by last modified time
    Searched refs:filters (Results 226 - 250 of 474) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestPosterization.java 45 import com.jme3.post.filters.PosterizationFilter;
TestTransparentCartoonEdge.java 9 import com.jme3.post.filters.CartoonEdgeFilter;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
UserPresetsManager.java 8 import com.android.gallery3d.filtershow.filters.FilterUserPresetRepresentation;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterBasicRepresentation.java 17 package com.android.gallery3d.filtershow.filters;
FilterColorBorderRepresentation.java 17 package com.android.gallery3d.filtershow.filters;
FilterCropRepresentation.java 17 package com.android.gallery3d.filtershow.filters;
FilterCurvesRepresentation.java 1 package com.android.gallery3d.filtershow.filters;
FilterMirrorRepresentation.java 17 package com.android.gallery3d.filtershow.filters;
FilterRotateRepresentation.java 17 package com.android.gallery3d.filtershow.filters;
ImageFilterChanSat.java 17 package com.android.gallery3d.filtershow.filters;
ImageFilterTinyPlanet.java 17 package com.android.gallery3d.filtershow.filters;
ImageFilterDraw.java 17 package com.android.gallery3d.filtershow.filters;
34 import com.android.gallery3d.filtershow.filters.FilterDrawRepresentation.StrokeData;
grad.rs 18 #pragma rs java_package_name(com.android.gallery3d.filtershow.filters)
saturation.rs 18 #pragma rs java_package_name(com.android.gallery3d.filtershow.filters)
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageTinyPlanet.java 30 import com.android.gallery3d.filtershow.filters.FilterTinyPlanetRepresentation;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CachingPipeline.java 33 import com.android.gallery3d.filtershow.filters.FilterRepresentation;
34 import com.android.gallery3d.filtershow.filters.FiltersManager;
273 bitmap = mEnvironment.getBitmapCopy(bitmap, BitmapCache.FILTERS);
285 // TODO: cleanup/remove GEOMETRY / FILTERS paths
421 Vector<FilterRepresentation> filters = preset.getFilters(); local
422 Bitmap result = mCachedProcessing.process(mOriginalBitmap, filters, mEnvironment);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Percolator.py 13 self.filters = []
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_syntax.py 534 warnings.filters.pop(0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Percolator.py 13 self.filters = []
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_syntax.py 534 warnings.filters.pop(0)
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc 448 // Filters require us to create an offscreen context.
449 FilterOperations filters; variable
450 filters.Append(FilterOperation::CreateGrayscaleFilter(0.5f));
451 content_->SetFilters(filters);
452 content_->SetBackgroundFilters(filters);
580 // Filters require us to create an offscreen context.
581 FilterOperations filters; variable
582 filters.Append(FilterOperation::CreateGrayscaleFilter(0.5f));
583 content_->SetFilters(filters);
584 content_->SetBackgroundFilters(filters);
    [all...]
occlusion_tracker_unittest.cc 1637 FilterOperations filters; local
3587 FilterOperations filters; local
3771 FilterOperations filters; local
3879 FilterOperations filters; local
4090 FilterOperations filters; local
4169 FilterOperations filters; local
4273 FilterOperations filters; local
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Android.mk 35 filters.c \
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FilterGraph.java 56 /** Allows quick access to array of all filters. */
87 * Adds the specified filter to the set of filters of this graph. The filter must not be in
140 * Connect two filters by their ports.
141 * The filters specified must have been previously added to the graph builder.
161 * Connect two filters by their ports.
162 * The filters specified must have been previously added to the graph builder.
332 * Call this to release any resources associated with the filter graph, its filters and any of
515 static void checkSignaturesForFilters(Collection<Filter> filters) {
516 for (Filter filter : filters) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
ParametricEditor.java 51 import com.android.gallery3d.filtershow.filters.FilterBasicRepresentation;
52 import com.android.gallery3d.filtershow.filters.FilterRepresentation;

Completed in 540 milliseconds

1 2 3 4 5 6 7 8 91011>>