OSDN Git Service

add movable vignette
authorJohn Hoford <hoford@google.com>
Sat, 16 Feb 2013 17:20:59 +0000 (09:20 -0800)
committerJohn Hoford <hoford@google.com>
Tue, 19 Feb 2013 23:25:43 +0000 (15:25 -0800)
commita93d5ee9c409e2328dcbe2326591436f8ac23146
tree7477ebe440e708b6627374ef5a5cdf4e3d0c55a9
parent03010e45387b8f1a715fd7f5cfac0793008fdc9b
add movable vignette

Change-Id: I54f2fccd0d748ca4c908d5b0f3c3ef7349cd686d
14 files changed:
jni/filters/vignette.c
res/layout/filtershow_vignette_editor.xml [new file with mode: 0644]
res/values/filtershow_ids.xml
src/com/android/gallery3d/filtershow/editors/EditorVignette.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/filters/FilterVignetteRepresentation.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/filters/ImageFilterVignette.java
src/com/android/gallery3d/filtershow/imageshow/EclipseControl.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/imageshow/ImagePoint.java
src/com/android/gallery3d/filtershow/imageshow/ImageRedEye.java
src/com/android/gallery3d/filtershow/imageshow/ImageShow.java
src/com/android/gallery3d/filtershow/imageshow/ImageTinyPlanet.java
src/com/android/gallery3d/filtershow/imageshow/ImageVignette.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/imageshow/Oval.java [new file with mode: 0644]
src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java