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

Issue 27236007: Implement perspective for bitmaps in pdf. (Closed)

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

Description

Implement perspective for bitmaps in pdf. R=vandebo@chromium.org Committed: https://code.google.com/p/skia/source/detail?r=11822

Patch Set 1 #

Patch Set 2 : code cleanup #

Total comments: 10

Patch Set 3 : fix typo and better name vars #

Patch Set 4 : reupload, some error happened at last upload #

Total comments: 19

Patch Set 5 : fixes required by the reviewers #

Total comments: 10

Patch Set 6 : nits and properly use SkScalarCeil #

Patch Set 7 : nits and properly use SkScalarCeil #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -7 lines) Patch
M src/pdf/SkPDFDevice.cpp View 1 2 3 4 5 2 chunks +84 lines, -7 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
edisonn
7 years, 2 months ago (2013-10-15 17:48:00 UTC) #1
edisonn
DPI settings is coming in another CL
7 years, 2 months ago (2013-10-15 18:21:23 UTC) #2
vandebo (ex-Chrome)
https://codereview.chromium.org/27236007/diff/3001/src/pdf/SkPDFDevice.cpp File src/pdf/SkPDFDevice.cpp (right): https://codereview.chromium.org/27236007/diff/3001/src/pdf/SkPDFDevice.cpp#newcode2068 src/pdf/SkPDFDevice.cpp:2068: SkRect bounds = path.getBounds(); Should this be further constrained ...
7 years, 2 months ago (2013-10-15 21:41:32 UTC) #3
edisonn
https://codereview.chromium.org/27236007/diff/3001/src/pdf/SkPDFDevice.cpp File src/pdf/SkPDFDevice.cpp (right): https://codereview.chromium.org/27236007/diff/3001/src/pdf/SkPDFDevice.cpp#newcode2068 src/pdf/SkPDFDevice.cpp:2068: SkRect bounds = path.getBounds(); On 2013/10/15 21:41:32, vandebo wrote: ...
7 years, 2 months ago (2013-10-16 15:08:03 UTC) #4
vandebo (ex-Chrome)
LGTM with suggestions. https://codereview.chromium.org/27236007/diff/3001/src/pdf/SkPDFDevice.cpp File src/pdf/SkPDFDevice.cpp (right): https://codereview.chromium.org/27236007/diff/3001/src/pdf/SkPDFDevice.cpp#newcode2070 src/pdf/SkPDFDevice.cpp:2070: // TODO(edisonn): add DPI settings. Currently ...
7 years, 2 months ago (2013-10-16 16:46:40 UTC) #5
edisonn
https://codereview.chromium.org/27236007/diff/3001/src/pdf/SkPDFDevice.cpp File src/pdf/SkPDFDevice.cpp (right): https://codereview.chromium.org/27236007/diff/3001/src/pdf/SkPDFDevice.cpp#newcode2070 src/pdf/SkPDFDevice.cpp:2070: // TODO(edisonn): add DPI settings. Currently 1 pixel/point, which ...
7 years, 2 months ago (2013-10-16 18:28:51 UTC) #6
vandebo (ex-Chrome)
LGTM
7 years, 2 months ago (2013-10-16 18:32:40 UTC) #7
edisonn
7 years, 2 months ago (2013-10-16 18:33:04 UTC) #8
Message was sent while issue was closed.
Committed patchset #7 manually as r11822 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698