commit | a362c69d6cdf448107e5a539f77df73937141870 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Mon Feb 04 13:50:16 2013 -0800 |
committer | Romain Guy <romainguy@google.com> | Mon Feb 04 13:50:16 2013 -0800 |
tree | 4124105aced46c2c6c4aa52a3770d4af0d83662f | |
parent | ef35927abcd089652f87a985dd6dde7afde58b92 [diff] |
Set the scissor from OpenGLRenderer::drawColorRects Bug #8131254 This method is used as an optimization for paths containing only non-overlapping rectangles. The implementation was correctly rejecting rectangles invidually but not the bounds of the array of rectangles. If quickReject() is not called, setupDraw() won't be able to properly set the scissor. Change-Id: I50aa11a4bd8b525b267d36a3039fe7a6fba50518