OSDN Git Service

add support for black and white filters, add rotation API to tiny planet
authorJohn Hoford <hoford@google.com>
Tue, 23 Oct 2012 22:17:12 +0000 (15:17 -0700)
committerJohn Hoford <hoford@google.com>
Tue, 23 Oct 2012 22:55:48 +0000 (15:55 -0700)
commit67fefdb9b77644c955e1c0c5b1fcd51e2374f212
tree98d03fe6d52f7bc711688cda3278b97407a1443f
parenta850a543225e9f7a72c5a49bb6099573c7efda13
add support for black and white filters, add rotation API to tiny planet

bug:7386370
bug:7389189
Change-Id: I1720893000c39edf28a356fb7b56634f004ef120
jni/Android.mk
jni/filters/bwfilter.c [new file with mode: 0644]
jni/filters/tinyplanet.cc
res/layout/filtershow_activity.xml
res/values/filtershow_strings.xml
src/com/android/gallery3d/filtershow/FilterShowActivity.java
src/com/android/gallery3d/filtershow/PanelController.java
src/com/android/gallery3d/filtershow/filters/ImageFilterBwFilter.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/filters/ImageFilterTinyPlanet.java