Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Issue 26389006: PDF: support perspective in simple shaders. (this version does not work well with tilling) (Closed)

Created:
7 years, 2 months ago by edisonn
Modified:
7 years, 1 month ago
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

PDF: support perspective in simple shaders. (this version does not work well with tilling) R=vandebo@chromium.org Committed: https://code.google.com/p/skia/source/detail?r=11937

Patch Set 1 #

Total comments: 31

Patch Set 2 : code updates after code review #

Patch Set 3 : previous upload failed #

Total comments: 6

Patch Set 4 : fix typo #

Patch Set 5 : cmputre total matrix before extracting gradient #

Patch Set 6 : revert gm change #

Patch Set 7 : update comments #

Patch Set 8 : revert white space changes in gm\ #

Total comments: 4

Patch Set 9 : code review updates + return from ContentEntry if perspective is used in matrix, in adittion to rep… #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -20 lines) Patch
M src/pdf/SkPDFDevice.cpp View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -11 lines 0 comments Download
M src/pdf/SkPDFShader.cpp View 1 2 3 4 5 6 7 8 9 chunks +128 lines, -9 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
edisonn
7 years, 2 months ago (2013-10-17 16:17:44 UTC) #1
vandebo (ex-Chrome)
Approach looks good. Question about inverse vs not perspective matrix and nits. It seems that ...
7 years, 2 months ago (2013-10-17 18:19:36 UTC) #2
edisonn
https://codereview.chromium.org/26389006/diff/1/src/pdf/SkPDFShader.cpp File src/pdf/SkPDFShader.cpp (right): https://codereview.chromium.org/26389006/diff/1/src/pdf/SkPDFShader.cpp#newcode212 src/pdf/SkPDFShader.cpp:212: On 2013/10/17 18:19:36, vandebo wrote: > Add a comment ...
7 years, 2 months ago (2013-10-18 16:10:12 UTC) #3
vandebo (ex-Chrome)
I tried the gradients gm with this change and noticed that the second, third and ...
7 years, 2 months ago (2013-10-21 19:23:18 UTC) #4
edisonn
fixed the code. The issue was that perspective should have been extracted after mapper matrix ...
7 years, 1 month ago (2013-10-23 19:45:17 UTC) #5
vandebo (ex-Chrome)
LGTM https://codereview.chromium.org/26389006/diff/1/src/pdf/SkPDFShader.cpp File src/pdf/SkPDFShader.cpp (right): https://codereview.chromium.org/26389006/diff/1/src/pdf/SkPDFShader.cpp#newcode934 src/pdf/SkPDFShader.cpp:934: functionCode = codeFunction(twoPointRadialInfo, perspectiveInverseOnly); On 2013/10/23 19:45:17, edisonn ...
7 years, 1 month ago (2013-10-23 22:42:21 UTC) #6
edisonn
7 years, 1 month ago (2013-10-24 13:19:34 UTC) #7
Message was sent while issue was closed.
Committed patchset #9 manually as r11937 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698