OSDN Git Service

AI 143310: am: CL 143161 am: CL 142857 Add some bluring to the animation. This requir...
authorMathias Agopian <>
Sat, 28 Mar 2009 00:59:33 +0000 (17:59 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Sat, 28 Mar 2009 00:59:33 +0000 (17:59 -0700)
  Original author: mathias
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143310

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