Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2388)

Issue 3326043: Add deflate support to SkPDFStream. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 7 months ago by Steve VanDeBogart
Modified:
13 years, 7 months ago
Reviewers:
agl
CC:
skia-review_googlegroups.com, James Hawkins, reed
Base URL:
http://skia.googlecode.com/svn/trunk
Visibility:
Public.

Description

Add deflate support to SkPDFStream. Committed: http://code.google.com/p/skia/source/detail?r=627

Patch Set 1 #

Patch Set 2 : Nits #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+209 lines, -6 lines) Patch
M include/config/SkUserConfig.h View 1 chunk +6 lines, -0 lines 0 comments Download
A include/core/SkFlate.h View 1 1 chunk +48 lines, -0 lines 0 comments Download
M include/pdf/SkPDFStream.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
A src/core/SkFlate.cpp View 1 1 chunk +129 lines, -0 lines 4 comments Download
M src/core/core_files.mk View 1 chunk +1 line, -0 lines 0 comments Download
M src/pdf/SkPDFStream.cpp View 3 chunks +20 lines, -4 lines 0 comments Download

Messages

Total messages: 3
Steve VanDeBogart
13 years, 7 months ago (2010-12-01 02:20:55 UTC) #1
agl
LGTM http://codereview.appspot.com/3326043/diff/2001/src/core/SkFlate.cpp File src/core/SkFlate.cpp (right): http://codereview.appspot.com/3326043/diff/2001/src/core/SkFlate.cpp#newcode75 src/core/SkFlate.cpp:75: flateData.next_out = outputBuffer; no need to set this ...
13 years, 7 months ago (2010-12-01 15:24:37 UTC) #2
Steve VanDeBogart
13 years, 7 months ago (2010-12-01 22:13:40 UTC) #3
Thanks for the review.

http://codereview.appspot.com/3326043/diff/2001/src/core/SkFlate.cpp
File src/core/SkFlate.cpp (right):

http://codereview.appspot.com/3326043/diff/2001/src/core/SkFlate.cpp#newcode75
src/core/SkFlate.cpp:75: flateData.next_out = outputBuffer;
On 2010/12/01 15:24:37, agl wrote:
> no need to set this again, it never changes.

zlib modifies this value as it consumes/produces data.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b