DescriptionNew class to simplify rasterization.
skia::PaintSimplifier subclasses SkDrawFilter to reduce the quality of draws. The intent is to be able to place less of a burden on the rasterizer during Android flings or other situations where we need a lot of pixels but they won't spend long on screen.
This CL does not actually invoke the PaintSimplifier. The code is extracted from https://codereview.chromium.org/12210081/; deciding when to simplify will be a separate CL.
BUG=174945
TBR=reed
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182475
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|