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
ff9ce60919
commit
a80a1dcf13
@ -45,6 +45,7 @@ enum {
|
|||||||
#define MDP_ROT_180 (MDP_FLIP_UD|MDP_FLIP_LR)
|
#define MDP_ROT_180 (MDP_FLIP_UD|MDP_FLIP_LR)
|
||||||
#define MDP_ROT_270 (MDP_ROT_90|MDP_FLIP_UD|MDP_FLIP_LR)
|
#define MDP_ROT_270 (MDP_ROT_90|MDP_FLIP_UD|MDP_FLIP_LR)
|
||||||
#define MDP_DITHER 0x8
|
#define MDP_DITHER 0x8
|
||||||
|
#define MDP_BLUR 0x10
|
||||||
|
|
||||||
#define MDP_TRANSP_NOP 0xffffffff
|
#define MDP_TRANSP_NOP 0xffffffff
|
||||||
#define MDP_ALPHA_NOP 0xff
|
#define MDP_ALPHA_NOP 0xff
|
||||||
|
Loading…
x
Reference in New Issue
Block a user