OSDN Git Service

fix draw and curves to use FilterRepresentation
authorJohn Hoford <hoford@google.com>
Tue, 5 Feb 2013 17:09:04 +0000 (09:09 -0800)
committerJohn Hoford <hoford@google.com>
Thu, 7 Feb 2013 22:43:26 +0000 (14:43 -0800)
commit19161944e0efb1ffe23274d7cf5315ce047e9dac
tree9f6973db20b5a5966f5b44c8445cd6db1c3bf715
parenta31f446dca49c0915f8a08456d7bb7abe6f3037d
fix draw and curves to use FilterRepresentation

Change-Id: I500d9c04ea0e55cbc9b1927dee2f6a19a67d5349
13 files changed:
res/drawable-nodpi/brush1.png [new file with mode: 0644]
res/drawable-nodpi/brush2.png [new file with mode: 0644]
src/com/android/gallery3d/filtershow/cache/ImageLoader.java
src/com/android/gallery3d/filtershow/editors/EditorCurves.java
src/com/android/gallery3d/filtershow/editors/EditorDraw.java
src/com/android/gallery3d/filtershow/filters/FilterCurvesRepresentation.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/filters/FilterDrawRepresentation.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/filters/ImageFilterCurves.java
src/com/android/gallery3d/filtershow/filters/ImageFilterDraw.java
src/com/android/gallery3d/filtershow/imageshow/ImageDraw.java
src/com/android/gallery3d/filtershow/imageshow/MasterImage.java
src/com/android/gallery3d/filtershow/ui/ImageCurves.java
src/com/android/gallery3d/filtershow/ui/Spline.java