DescriptionCoalesce writes in SVGPathByteStreamBuilder
Add a helper class CoalescingBuffer, that collects the data for a segment
into a local (stack) buffer, and then writes the entire stack buffer in
one go to the SVGPathByteStream.
This reduces codesize (on GCC 4.8) by roughly 50% (closePath being the
only method that grows).
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166523
Patch Set 1 #
Total comments: 1
Messages
Total messages: 8 (0 generated)
|