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

Issue 950633003: PDF: remove last use of SkPDFImage (Closed)

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

Description

PDF: remove last use of SkPDFImage Add a GM. BUG=skia:255 Committed: https://skia.googlesource.com/skia/+/db0dcc7436375e5d59c27f9011f09b64de407c9d

Patch Set 1 #

Patch Set 2 : 2015-02-21 (Saturday) 10:55:02 EST #

Total comments: 30

Patch Set 3 : 2015-03-19 (Thursday) 21:02:14 EDT #

Total comments: 8

Patch Set 4 : comments from reed@ - 2015-03-20 (Friday) 09:49:34 EDT #

Total comments: 8

Patch Set 5 : comments from reed@ again - 2015-03-20 (Friday) 11:25:42 EDT #

Patch Set 6 : generate an indexed bitmap - 2015-03-20 (Friday) 14:33:08 EDT #

Patch Set 7 : 2015-03-20 (Friday) 15:07:42 EDT #

Patch Set 8 : 2015-03-20 (Friday) 15:22:20 EDT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+460 lines, -992 lines) Patch
A gm/all_bitmap_configs.cpp View 1 2 3 4 5 6 7 1 chunk +193 lines, -0 lines 0 comments Download
M gyp/gmslides.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M gyp/pdf.gypi View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M src/pdf/SkPDFBitmap.h View 1 2 2 chunks +4 lines, -7 lines 0 comments Download
M src/pdf/SkPDFBitmap.cpp View 1 2 3 4 4 chunks +254 lines, -161 lines 0 comments Download
M src/pdf/SkPDFDevice.cpp View 1 2 3 chunks +8 lines, -4 lines 0 comments Download
D src/pdf/SkPDFImage.h View 1 chunk +0 lines, -91 lines 0 comments Download
D src/pdf/SkPDFImage.cpp View 1 2 1 chunk +0 lines, -727 lines 0 comments Download

Messages

Total messages: 34 (13 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/950633003/1
5 years, 10 months ago (2015-02-21 15:51:34 UTC) #2
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
5 years, 10 months ago (2015-02-21 15:51:35 UTC) #3
hal.canary
ptal. There are fifty ways to skin the cat when it comes to factoring the ...
5 years, 10 months ago (2015-02-21 15:56:05 UTC) #5
mtklein
That's an awful lot of color type switches and careful code. What do you think ...
5 years, 10 months ago (2015-02-23 14:26:53 UTC) #6
hal.canary
On 2015/02/23 14:26:53, mtklein wrote: > That's an awful lot of color type switches and ...
5 years, 9 months ago (2015-03-20 01:09:29 UTC) #8
hal.canary
https://codereview.chromium.org/950633003/diff/20001/gm/all_bitmap_configs.cpp File gm/all_bitmap_configs.cpp (right): https://codereview.chromium.org/950633003/diff/20001/gm/all_bitmap_configs.cpp#newcode28 gm/all_bitmap_configs.cpp:28: SkAutoTUnref<SkSurface> surf565(SkSurface::NewRaster(SkImageInfo::Make( On 2015/02/23 14:26:52, mtklein wrote: > Why ...
5 years, 9 months ago (2015-03-20 01:09:46 UTC) #9
reed1
https://codereview.chromium.org/950633003/diff/80001/src/pdf/SkPDFBitmap.cpp File src/pdf/SkPDFBitmap.cpp (right): https://codereview.chromium.org/950633003/diff/80001/src/pdf/SkPDFBitmap.cpp#newcode66 src/pdf/SkPDFBitmap.cpp:66: for (int y = yrange[0]; y < yrange[1]; ++y) ...
5 years, 9 months ago (2015-03-20 12:42:04 UTC) #12
hal.canary
https://codereview.chromium.org/950633003/diff/80001/src/pdf/SkPDFBitmap.cpp File src/pdf/SkPDFBitmap.cpp (right): https://codereview.chromium.org/950633003/diff/80001/src/pdf/SkPDFBitmap.cpp#newcode66 src/pdf/SkPDFBitmap.cpp:66: for (int y = yrange[0]; y < yrange[1]; ++y) ...
5 years, 9 months ago (2015-03-20 13:49:51 UTC) #13
reed1
On 2015/03/20 13:49:51, Hal Canary wrote: > https://codereview.chromium.org/950633003/diff/80001/src/pdf/SkPDFBitmap.cpp > File src/pdf/SkPDFBitmap.cpp (right): > > https://codereview.chromium.org/950633003/diff/80001/src/pdf/SkPDFBitmap.cpp#newcode66 ...
5 years, 9 months ago (2015-03-20 14:10:55 UTC) #14
reed1
https://codereview.chromium.org/950633003/diff/100001/src/pdf/SkPDFBitmap.cpp File src/pdf/SkPDFBitmap.cpp (right): https://codereview.chromium.org/950633003/diff/100001/src/pdf/SkPDFBitmap.cpp#newcode102 src/pdf/SkPDFBitmap.cpp:102: static size_t pdf_pixel_width(SkColorType ct) { nit: your comment is ...
5 years, 9 months ago (2015-03-20 14:15:49 UTC) #15
hal.canary
https://codereview.chromium.org/950633003/diff/100001/src/pdf/SkPDFBitmap.cpp File src/pdf/SkPDFBitmap.cpp (right): https://codereview.chromium.org/950633003/diff/100001/src/pdf/SkPDFBitmap.cpp#newcode102 src/pdf/SkPDFBitmap.cpp:102: static size_t pdf_pixel_width(SkColorType ct) { On 2015/03/20 14:15:49, reed1 ...
5 years, 9 months ago (2015-03-20 15:26:17 UTC) #16
reed1
I have run out of nits. lgtm
5 years, 9 months ago (2015-03-20 15:48:53 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/950633003/120001
5 years, 9 months ago (2015-03-20 15:49:56 UTC) #19
commit-bot: I haz the power
Committed patchset #5 (id:120001) as https://skia.googlesource.com/skia/+/86ad8d643624a55b02e529100bbe4e2940115fa1
5 years, 9 months ago (2015-03-20 16:11:04 UTC) #20
reed1
A revert of this CL (patchset #5 id:120001) has been created in https://codereview.chromium.org/1024113002/ by reed@google.com. ...
5 years, 9 months ago (2015-03-20 17:02:58 UTC) #21
scroggo
A revert of this CL (patchset #5 id:120001) has been created in https://codereview.chromium.org/1023223002/ by scroggo@google.com. ...
5 years, 9 months ago (2015-03-20 17:03:32 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/950633003/140001
5 years, 9 months ago (2015-03-20 18:56:51 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/950633003/160001
5 years, 9 months ago (2015-03-20 19:08:13 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: Build-Win-MSVC-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86_64-Debug-Trybot/builds/23)
5 years, 9 months ago (2015-03-20 19:21:38 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/950633003/180001
5 years, 9 months ago (2015-03-20 19:22:54 UTC) #33
commit-bot: I haz the power
5 years, 9 months ago (2015-03-20 19:32:00 UTC) #34
Message was sent while issue was closed.
Committed patchset #8 (id:180001) as
https://skia.googlesource.com/skia/+/db0dcc7436375e5d59c27f9011f09b64de407c9d

Powered by Google App Engine
This is Rietveld 408576698