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

Issue 1812063002: SkPDF: Add SkPDFCanvas to intercept some draw calls (Closed)

Created:
4 years, 9 months ago by hal.canary
Modified:
4 years, 9 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

SkPDF: Add SkPDFCanvas to intercept some draw calls Motivation: this simplifies implementation at the device level. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1812063002 Committed: https://skia.googlesource.com/skia/+/66be626f7f3ddda243e51aa8f36398b26769a9b4

Patch Set 1 #

Total comments: 1

Patch Set 2 : 2016-03-21 (Monday) 15:44:28 EDT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -67 lines) Patch
M gyp/pdf.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
A src/pdf/SkPDFCanvas.h View 1 1 chunk +39 lines, -0 lines 0 comments Download
A src/pdf/SkPDFCanvas.cpp View 1 1 chunk +69 lines, -0 lines 0 comments Download
M src/pdf/SkPDFDevice.cpp View 1 2 chunks +2 lines, -66 lines 0 comments Download
M src/pdf/SkPDFDocument.cpp View 1 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 19 (8 generated)
hal.canary
ptal
4 years, 9 months ago (2016-03-17 20:50:22 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1812063002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1812063002/1
4 years, 9 months ago (2016-03-17 20:54:09 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-17 21:07:17 UTC) #7
tomhudson
lgtm Assuming there's nothing anywhere else that depends on Device as an entry point?
4 years, 9 months ago (2016-03-21 14:43:21 UTC) #8
reed1
Interesting. Why is this simpler? What is it about canvas today that makes it complicated ...
4 years, 9 months ago (2016-03-21 14:58:20 UTC) #10
hal.canary
On 2016/03/21 14:58:20, reed1 wrote: > Interesting. > > Why is this simpler? What is ...
4 years, 9 months ago (2016-03-21 16:49:08 UTC) #11
hal.canary
On 2016/03/21 14:43:21, tomhudson wrote: > lgtm > > Assuming there's nothing anywhere else that ...
4 years, 9 months ago (2016-03-21 16:49:38 UTC) #12
reed1
https://codereview.chromium.org/1812063002/diff/1/src/pdf/SkPDFCanvas.cpp File src/pdf/SkPDFCanvas.cpp (right): https://codereview.chromium.org/1812063002/diff/1/src/pdf/SkPDFCanvas.cpp#newcode23 src/pdf/SkPDFCanvas.cpp:23: this->drawBitmapRect(bitmap, srcR, dstR, paint); it might be clearer if ...
4 years, 9 months ago (2016-03-21 17:21:46 UTC) #13
hal.canary
On 2016/03/21 17:21:46, reed1 wrote: > https://codereview.chromium.org/1812063002/diff/1/src/pdf/SkPDFCanvas.cpp > File src/pdf/SkPDFCanvas.cpp (right): > > https://codereview.chromium.org/1812063002/diff/1/src/pdf/SkPDFCanvas.cpp#newcode23 > ...
4 years, 9 months ago (2016-03-21 17:25:53 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1812063002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1812063002/20001
4 years, 9 months ago (2016-03-21 19:44:58 UTC) #17
commit-bot: I haz the power
4 years, 9 months ago (2016-03-21 20:01:39 UTC) #19
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/66be626f7f3ddda243e51aa8f36398b26769a9b4

Powered by Google App Engine
This is Rietveld 408576698