summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Agopian <>2009-03-25 21:43:45 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-25 21:43:45 -0700
commitcd7924359db625a8f985332cc7404073019ea319 (patch)
treeb176fd7a4503de2c786907535a3909bda41fbc81
parent65f2d3aeee4a3179fe662e8f7cabce0a3e29a325 (diff)
downloadlibhardware-cupcake-release.tar.gz
-rw-r--r--include/hardware/copybit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hardware/copybit.h b/include/hardware/copybit.h
index 7774cd26..6eaa9755 100644
--- a/include/hardware/copybit.h
+++ b/include/hardware/copybit.h
@@ -58,6 +58,9 @@ enum {
COPYBIT_DITHER = 3,
/* transformation applied (this is a superset of COPYBIT_ROTATION_DEG) */
COPYBIT_TRANSFORM = 4,
+ /* blurs the copied bitmap. The amount of blurring cannot be changed
+ * at this time. */
+ COPYBIT_BLUR = 5
};
/* values for copybit_set_parameter(COPYBIT_TRANSFORM) */