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

Issue 105893012: change offset to xy for pixelref subsetting (Closed)

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

Description

change offset to xy for pixelref subsetting BUG= R=scroggo@google.com Committed: https://code.google.com/p/skia/source/detail?r=12958

Patch Set 1 #

Patch Set 2 : #

Total comments: 18

Patch Set 3 : update dox in SkBitmap.h #

Patch Set 4 : remove #if 0 code from SkBitmapDevice.h #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -243 lines) Patch
dm/DMSerializeTask.cpp View 1 2 3 4 5 6 1 chunk +1 line, -10 lines 0 comments Download
M gm/gmmain.cpp View 1 3 chunks +2 lines, -16 lines 0 comments Download
M include/core/SkBitmap.h View 1 2 2 chunks +36 lines, -12 lines 0 comments Download
M include/core/SkBitmapDevice.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M include/core/SkPicture.h View 1 2 3 4 5 6 2 chunks +4 lines, -3 lines 0 comments Download
M include/core/SkPixelRef.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/core/SkBitmap.cpp View 1 2 3 4 14 chunks +49 lines, -139 lines 0 comments Download
M src/core/SkBitmapHeap.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/core/SkBitmapHeap.cpp View 1 chunk +10 lines, -2 lines 0 comments Download
M src/core/SkOrderedWriteBuffer.cpp View 1 3 chunks +24 lines, -17 lines 0 comments Download
M src/core/SkScaledImageCache.cpp View 1 chunk +2 lines, -4 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/SkGr.cpp View 1 1 chunk +10 lines, -9 lines 0 comments Download
M src/image/SkImage_Raster.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/image/SkSurface_Raster.cpp View 1 chunk +1 line, -1 line 0 comments Download
tests/PictureTest.cpp View 1 2 3 4 5 6 1 chunk +1 line, -2 lines 0 comments Download
M tools/PictureRenderer.cpp View 1 2 3 4 5 1 chunk +2 lines, -10 lines 0 comments Download
M tools/render_pdfs_main.cpp View 1 2 3 4 5 2 chunks +2 lines, -11 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
reed1
6 years, 11 months ago (2014-01-07 19:02:36 UTC) #1
scroggo
https://codereview.chromium.org/105893012/diff/30001/gm/gmmain.cpp File gm/gmmain.cpp (right): https://codereview.chromium.org/105893012/diff/30001/gm/gmmain.cpp#newcode1016 gm/gmmain.cpp:1016: src.serialize(&storage, NULL); Is this just temporary? If so, can ...
6 years, 11 months ago (2014-01-07 22:11:33 UTC) #2
reed1
https://codereview.chromium.org/105893012/diff/30001/gm/gmmain.cpp File gm/gmmain.cpp (right): https://codereview.chromium.org/105893012/diff/30001/gm/gmmain.cpp#newcode1016 gm/gmmain.cpp:1016: src.serialize(&storage, NULL); On 2014/01/07 22:11:33, scroggo wrote: > Is ...
6 years, 11 months ago (2014-01-07 22:37:59 UTC) #3
scroggo
lgtm, with a change to fix dm/DMSerializeTask.cpp (calls pixelRefOffset()) and a change to the PICTURE_VERSION. ...
6 years, 11 months ago (2014-01-08 13:31:39 UTC) #4
reed1
6 years, 11 months ago (2014-01-08 15:42:12 UTC) #5
Message was sent while issue was closed.
Committed patchset #8 manually as r12958 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698