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

Issue 169913003: replace SkBitmap::Config with SkColorType in gms (Closed)

Created:
6 years, 10 months ago by reed1
Modified:
6 years, 10 months ago
Reviewers:
hal.canary
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

replace SkBitmap::Config with SkColorType in gms add helper installMaskPixels() to SkBitmap BUG=skia: Committed: http://code.google.com/p/skia/source/detail?r=13482

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -78 lines) Patch
M gm/bitmapfilters.cpp View 1 1 chunk +3 lines, -2 lines 0 comments Download
M gm/bitmappremul.cpp View 4 chunks +7 lines, -6 lines 0 comments Download
M gm/bitmapshader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gm/blurrect.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M gm/drawbitmaprect.cpp View 2 chunks +3 lines, -5 lines 0 comments Download
M gm/gmmain.cpp View 3 chunks +8 lines, -9 lines 0 comments Download
M gm/shadertext.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M gm/shadertext2.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M gm/shadertext3.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M gm/simpleaaclip.cpp View 1 chunk +1 line, -3 lines 0 comments Download
M gm/tilemodes.cpp View 7 chunks +11 lines, -11 lines 0 comments Download
M gm/tilemodes_scaled.cpp View 9 chunks +13 lines, -13 lines 0 comments Download
M gm/tinybitmap.cpp View 1 chunk +3 lines, -2 lines 0 comments Download
M gm/xfermodes.cpp View 3 chunks +5 lines, -6 lines 0 comments Download
M include/core/SkBitmap.h View 2 chunks +17 lines, -0 lines 0 comments Download
M samplecode/SampleAAClip.cpp View 1 chunk +1 line, -3 lines 0 comments Download
M src/core/SkBitmap.cpp View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M src/effects/SkBlurMaskFilter.cpp View 1 chunk +1 line, -3 lines 0 comments Download
M src/effects/SkLayerRasterizer.cpp View 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
reed1
6 years, 10 months ago (2014-02-17 19:41:00 UTC) #1
hal.canary
https://codereview.chromium.org/169913003/diff/30001/gm/blurrect.cpp File gm/blurrect.cpp (right): https://codereview.chromium.org/169913003/diff/30001/gm/blurrect.cpp#newcode205 gm/blurrect.cpp:205: canvas->drawBitmap(bm, SkIntToScalar(center_x), SkIntToScalar(center_y), NULL); if that's a SkPicture-backed canvas, ...
6 years, 10 months ago (2014-02-17 20:11:31 UTC) #2
reed1
On 2014/02/17 20:11:31, Hal Canary wrote: > https://codereview.chromium.org/169913003/diff/30001/gm/blurrect.cpp > File gm/blurrect.cpp (right): > > https://codereview.chromium.org/169913003/diff/30001/gm/blurrect.cpp#newcode205 ...
6 years, 10 months ago (2014-02-17 20:33:25 UTC) #3
reed1
https://codereview.chromium.org/169913003/diff/30001/gm/blurrect.cpp File gm/blurrect.cpp (right): https://codereview.chromium.org/169913003/diff/30001/gm/blurrect.cpp#newcode205 gm/blurrect.cpp:205: canvas->drawBitmap(bm, SkIntToScalar(center_x), SkIntToScalar(center_y), NULL); On 2014/02/17 20:11:31, Hal Canary ...
6 years, 10 months ago (2014-02-17 20:33:32 UTC) #4
reed1
Filed a bug to investigate what to do with any caller of installPixels that doesn't ...
6 years, 10 months ago (2014-02-17 21:06:10 UTC) #5
hal.canary
lgtm
6 years, 10 months ago (2014-02-17 21:07:51 UTC) #6
reed1
The CQ bit was checked by reed@google.com
6 years, 10 months ago (2014-02-17 21:08:19 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/reed@google.com/169913003/40020
6 years, 10 months ago (2014-02-17 21:08:30 UTC) #8
commit-bot: I haz the power
6 years, 10 months ago (2014-02-17 21:21:53 UTC) #9
Message was sent while issue was closed.
Change committed as 13482

Powered by Google App Engine
This is Rietveld 408576698