AI 143310: am: CL 143161 am: CL 142857 Add some bluring to the animation. This requires a new kernel which will be checked-in later, at which point the blur effect will automatically be enabled.
Original author: mathias Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/... Automated import of CL 143310
This commit is contained in:
parent
65f2d3aeee
commit
cfce2add7e
1 changed files with 3 additions and 0 deletions
|
@ -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) */
|
||||
|
|
Loading…
Reference in a new issue