Searched refs:ImageFilterShadows (Results 1 – 3 of 3) sorted by relevance
23 public class ImageFilterShadows extends SimpleImageFilter { class25 public ImageFilterShadows() { in ImageFilterShadows() method in ImageFilterShadows35 representation.setFilterClass(ImageFilterShadows.class); in getDefaultRepresentation()
116 filters.add(ImageFilterShadows.class); in addFilterClasses()280 mEffects.add(getRepresentation(ImageFilterShadows.class)); in addEffects()
22 void JNIFUNCF(ImageFilterShadows, nativeApplyFilter, jobject bitmap, jint width, jint height, float… in JNIFUNCF() argument