From cd7924359db625a8f985332cc7404073019ea319 Mon Sep 17 00:00:00 2001 From: Mathias Agopian <> Date: Wed, 25 Mar 2009 21:43:45 -0700 Subject: Automated import from //branches/cupcake/...@142857,142857 --- include/hardware/copybit.h | 3 +++ 1 file changed, 3 insertions(+) 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) */ -- cgit v1.2.3