diff options
| author | 2012-07-17 17:46:03 -0700 | |
|---|---|---|
| committer | 2012-07-17 17:48:04 -0700 | |
| commit | 95c21d0546e36ade3e0601394f5b625541836545 (patch) | |
| tree | 87d736063e8b6e9a3b175a243154e9ce200df72f /opengl/java | |
| parent | 8a4ac610e1aaf04931ac1af54b146a7fc8e66114 (diff) | |
Correctly pre-clip paths when recording display lists
External bug: http://code.google.com/p/android/issues/detail?id=34946
DisplayListRenderer::drawPath was not invoking quickReject() properly,
passing x,y,width,height instead of left,top,right,bottom. A path
could thus get rejected when it should be drawn instead.
While working on this change I found a similar issue with another
drawing command, drawBitmapData().
Change-Id: I56484e8c101768cde6a78625290872f7849dd5ee
Diffstat (limited to 'opengl/java')
0 files changed, 0 insertions, 0 deletions