HomeSort by relevance Sort by last modified time
    Searched defs:ImageFilter (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageFilter.h 13 typedef SkImageFilter ImageFilter;
15 PLATFORM_EXPORT FloatRect mapImageFilterRect(ImageFilter*, const FloatRect&);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilter.java 29 public abstract class ImageFilter implements Cloneable {
33 private final String LOGTAG = "ImageFilter";
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingService.java 34 import com.android.gallery3d.filtershow.filters.ImageFilter;
316 ImageFilter.resetStatics();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 102 import com.android.gallery3d.filtershow.filters.ImageFilter;
256 ImageFilter.setActivityForMemoryToasts(this);
    [all...]

Completed in 91 milliseconds