Romain Guy 3409e728e2 Correctly pre-clip paths when recording display lists
Bug #6836448
External bug: http://code.google.com/p/android/issues/detail?id=34946

DO NOT MERGE

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: I8306faf72db14d71b54ecb7de295c9a6957d9494
2012-07-17 18:01:51 -07:00
..
2012-05-18 10:58:45 -07:00
2012-02-22 14:34:58 -08:00
2012-03-02 13:37:47 -08:00
2011-10-12 14:11:32 -07:00
2011-12-12 20:35:21 -08:00
2011-12-12 20:35:21 -08:00
2011-10-12 13:48:51 -07:00
2011-12-12 18:14:06 -08:00