OSDN Git Service

fix draw
authorJohn Hoford <hoford@google.com>
Mon, 5 Aug 2013 22:07:14 +0000 (15:07 -0700)
committerJohn Hoford <hoford@google.com>
Sat, 10 Aug 2013 00:21:22 +0000 (17:21 -0700)
commitf4b659334750a5aa75f929d18857a2ab93c9d939
treefe4a4e7827129a79e694282a1506b9979ef1c712
parent8c3d2b9ab605cb8e5e883932147b8a378748ef32
fix draw

Change-Id: I535221edd992c1a8c659c398dba61158e0c1d87d
29 files changed:
res/drawable-nodpi/brush_flat.png [new file with mode: 0644]
res/menu/filtershow_menu_draw.xml
res/values/filtershow_color.xml
res/values/filtershow_strings.xml
src/com/android/gallery3d/filtershow/colorpicker/ColorBrightnessView.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/colorpicker/ColorHueView.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/colorpicker/ColorSaturationView.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/colorpicker/ColorValueView.java
src/com/android/gallery3d/filtershow/controller/BasicParameterStyle.java
src/com/android/gallery3d/filtershow/controller/BitmapCaller.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/controller/FilterView.java
src/com/android/gallery3d/filtershow/controller/ParameterBrightness.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/controller/ParameterHue.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/controller/ParameterIconStyle.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/controller/ParameterOpacity.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/controller/ParameterSaturation.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/controller/ParameterStyles.java
src/com/android/gallery3d/filtershow/controller/SliderBrightness.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/controller/SliderHue.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/controller/SliderOpacity.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/controller/SliderSaturation.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/controller/StyleChooser.java
src/com/android/gallery3d/filtershow/editors/Editor.java
src/com/android/gallery3d/filtershow/editors/EditorChanSat.java
src/com/android/gallery3d/filtershow/editors/EditorDraw.java
src/com/android/gallery3d/filtershow/editors/ParametricEditor.java
src/com/android/gallery3d/filtershow/filters/FilterDrawRepresentation.java
src/com/android/gallery3d/filtershow/filters/ParametericFilterRepresentation.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/imageshow/ImageDraw.java