OSDN Git Service

AI 143161: am: CL 142857 Add some bluring to the animation. This requires a new kerne...
authorMathias Agopian <>
Fri, 27 Mar 2009 22:40:03 +0000 (15:40 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Fri, 27 Mar 2009 22:40:03 +0000 (15:40 -0700)
  Original author: mathias
  Merged from: //branches/cupcake/...

Automated import of CL 143161

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) */