commit | e45362cad94c014d8b3765cb102db0f8c0d92500 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Wed Nov 03 19:58:32 2010 -0700 |
committer | Romain Guy <romainguy@google.com> | Wed Nov 03 19:58:32 2010 -0700 |
tree | 184c8a507c06f077668e294203ae370823fcb5e5 | |
parent | 5ec9924d24495822b589f1a17996655d66273b30 [diff] |
Fix rendering bug with saveLayerAlpha/drawColor. drawColor() was not calling quickReject because it fills the clip region and thus always passes the test. However, quickReject also checks whether the current layer is invisible. drawColor() now performs the same check and avoid drawing inside an invisible layer. Change-Id: I63d0e9a8a9c0fba774f0f5c3870d58e6ed96fbd1