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

Issue 147213002: add optional SkAlphaType parameter to notifyPixelsChanged (Closed)

Created:
6 years, 11 months ago by reed1
Modified:
6 years, 11 months ago
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

add optional SkAlphaType parameter to notifyPixelsChanged Committed: http://code.google.com/p/skia/source/detail?r=13192

Patch Set 1 #

Total comments: 4

Patch Set 2 : update dox #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : fix dox #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -9 lines) Patch
M include/core/SkBitmap.h View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M include/core/SkPixelRef.h View 1 2 3 4 chunks +14 lines, -7 lines 0 comments Download
M src/core/SkBitmap.cpp View 1 2 1 chunk +6 lines, -1 line 0 comments Download
M src/core/SkPixelRef.cpp View 1 2 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
reed1
6 years, 11 months ago (2014-01-24 20:33:53 UTC) #1
scroggo
https://codereview.chromium.org/147213002/diff/1/src/core/SkBitmap.cpp File src/core/SkBitmap.cpp (right): https://codereview.chromium.org/147213002/diff/1/src/core/SkBitmap.cpp#newcode326 src/core/SkBitmap.cpp:326: fPixelRef->notifyAlphaTypeChanged(alphaType); One downside is that if a bitmap representing ...
6 years, 11 months ago (2014-01-24 20:50:51 UTC) #2
reed1
https://codereview.chromium.org/147213002/diff/1/src/core/SkBitmap.cpp File src/core/SkBitmap.cpp (right): https://codereview.chromium.org/147213002/diff/1/src/core/SkBitmap.cpp#newcode326 src/core/SkBitmap.cpp:326: fPixelRef->notifyAlphaTypeChanged(alphaType); On 2014/01/24 20:50:52, scroggo wrote: > One downside ...
6 years, 11 months ago (2014-01-27 13:46:14 UTC) #3
reed1
Change the pixelref API to reflect that changing alphatype is just as heavy as changing ...
6 years, 11 months ago (2014-01-27 14:12:00 UTC) #4
robertphillips
https://codereview.chromium.org/147213002/diff/80005/include/core/SkPixelRef.h File include/core/SkPixelRef.h (right): https://codereview.chromium.org/147213002/diff/80005/include/core/SkPixelRef.h#newcode133 include/core/SkPixelRef.h:133: * rm 'it' in "If it"? https://codereview.chromium.org/147213002/diff/80005/include/core/SkPixelRef.h#newcode341 include/core/SkPixelRef.h:341: fAlphaType?
6 years, 11 months ago (2014-01-27 14:24:26 UTC) #5
reed1
ptal https://codereview.chromium.org/147213002/diff/80005/include/core/SkPixelRef.h File include/core/SkPixelRef.h (right): https://codereview.chromium.org/147213002/diff/80005/include/core/SkPixelRef.h#newcode133 include/core/SkPixelRef.h:133: * On 2014/01/27 14:24:27, robertphillips wrote: > rm ...
6 years, 11 months ago (2014-01-27 14:27:13 UTC) #6
robertphillips
lgtm
6 years, 11 months ago (2014-01-27 14:31:28 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/147213002/130002
6 years, 11 months ago (2014-01-27 14:45:23 UTC) #8
commit-bot: I haz the power
6 years, 11 months ago (2014-01-27 15:41:11 UTC) #9
Message was sent while issue was closed.
Change committed as 13192

Powered by Google App Engine
This is Rietveld 408576698