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

Issue 4216046: [PDF] Change the way flip origin is done. (Closed)

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

Description

[PDF] Change the way flip origin is done. The PDF shader matrix is dependent on flip origin or not, so we need to set it at device creation time. Committed: http://code.google.com/p/skia/source/detail?r=855

Patch Set 1 #

Patch Set 2 : Fix comment typo. #

Total comments: 6

Patch Set 3 : Address comments #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -16 lines) Patch
M include/pdf/SkPDFDevice.h View 1 2 2 chunks +15 lines, -3 lines 2 comments Download
M include/pdf/SkPDFFormXObject.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pdf/SkPDFDevice.cpp View 1 2 4 chunks +14 lines, -10 lines 0 comments Download
M src/pdf/SkPDFFormXObject.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/pdf/SkPDFPage.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5
Steve VanDeBogart
13 years, 4 months ago (2011-02-24 00:49:03 UTC) #1
reed1
http://codereview.appspot.com/4216046/diff/1005/include/pdf/SkPDFDevice.h File include/pdf/SkPDFDevice.h (left): http://codereview.appspot.com/4216046/diff/1005/include/pdf/SkPDFDevice.h#oldcode50 include/pdf/SkPDFDevice.h:50: SkPDFDevice(int width, int height); Can we use an enum ...
13 years, 4 months ago (2011-02-24 17:53:10 UTC) #2
Steve VanDeBogart
http://codereview.appspot.com/4216046/diff/1005/include/pdf/SkPDFDevice.h File include/pdf/SkPDFDevice.h (left): http://codereview.appspot.com/4216046/diff/1005/include/pdf/SkPDFDevice.h#oldcode50 include/pdf/SkPDFDevice.h:50: SkPDFDevice(int width, int height); On 2011/02/24 17:53:10, reed1 wrote: ...
13 years, 4 months ago (2011-02-24 21:43:11 UTC) #3
reed1
LGTM http://codereview.appspot.com/4216046/diff/7001/include/pdf/SkPDFDevice.h File include/pdf/SkPDFDevice.h (right): http://codereview.appspot.com/4216046/diff/7001/include/pdf/SkPDFDevice.h#newcode50 include/pdf/SkPDFDevice.h:50: enum OriginTransform { These names are fine. The ...
13 years, 4 months ago (2011-02-24 22:20:38 UTC) #4
Steve VanDeBogart
13 years, 4 months ago (2011-02-24 23:14:34 UTC) #5
http://codereview.appspot.com/4216046/diff/7001/include/pdf/SkPDFDevice.h
File include/pdf/SkPDFDevice.h (right):

http://codereview.appspot.com/4216046/diff/7001/include/pdf/SkPDFDevice.h#new...
include/pdf/SkPDFDevice.h:50: enum OriginTransform {
On 2011/02/24 22:20:39, reed1 wrote:
> These names are fine. The skia naming pattern happens to be...
> 
> enum OriginTransform {
>     kFlip_OriginTransform,
>     kNoFlip_OriginTransform
> };

Done.
Sign in to reply to this message.

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