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

Issue 4272070: Store content streams in an SkStream instead of an SkString (64k size limit). (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 6 months ago by Steve VanDeBogart
Modified:
13 years, 6 months ago
Reviewers:
Chris Guillory
CC:
skia-review_googlegroups.com, reed1
Base URL:
https://skia.googlecode.com/svn/trunk
Visibility:
Public.

Description

Store content streams in an SkStream instead of an SkString (64k size limit). Committed: http://code.google.com/p/skia/source/detail?r=1011

Patch Set 1 #

Total comments: 1

Patch Set 2 : toPDFColor -> emitPDFColor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -115 lines) Patch
M include/pdf/SkPDFDevice.h View 2 chunks +2 lines, -2 lines 0 comments Download
M include/pdf/SkPDFTypes.h View 1 chunk +1 line, -1 line 0 comments Download
M include/pdf/SkPDFUtils.h View 1 chunk +9 lines, -9 lines 0 comments Download
M src/pdf/SkPDFDevice.cpp View 1 18 chunks +61 lines, -56 lines 0 comments Download
M src/pdf/SkPDFFont.cpp View 3 chunks +14 lines, -6 lines 0 comments Download
M src/pdf/SkPDFTypes.cpp View 3 chunks +9 lines, -10 lines 0 comments Download
M src/pdf/SkPDFUtils.cpp View 3 chunks +31 lines, -31 lines 0 comments Download

Messages

Total messages: 2
Steve VanDeBogart
13 years, 6 months ago (2011-03-26 01:17:21 UTC) #1
Chris Guillory
13 years, 6 months ago (2011-03-28 16:00:06 UTC) #2
LGTM. One nit.

http://codereview.appspot.com/4272070/diff/1/src/pdf/SkPDFDevice.cpp
File src/pdf/SkPDFDevice.cpp (right):

http://codereview.appspot.com/4272070/diff/1/src/pdf/SkPDFDevice.cpp#newcode41
src/pdf/SkPDFDevice.cpp:41: void toPDFColor(SkColor color, SkWStream* result) {
Nit: Function is no longer returning a value. emitPDFColor(..)?
Sign in to reply to this message.

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