OSDN Git Service

Automated import from //branches/cupcake/...@142857,142857
authorMathias Agopian <>
Thu, 26 Mar 2009 04:43:45 +0000 (21:43 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Thu, 26 Mar 2009 04:43:45 +0000 (21:43 -0700)
include/hardware/copybit.h

index 7774cd2..6eaa975 100644 (file)
@@ -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) */