Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1)

Issue 6296066: For SkGPipe, store bitmaps in a common location. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 6 months ago by Leon
Modified:
12 years, 6 months ago
Reviewers:
reed1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

For SkGPipe, store bitmaps in a common location. Also make a change to SkBitmap::copyTo() so that we do not crash. Committed: https://code.google.com/p/skia/source/detail?r=4249

Patch Set 1 #

Patch Set 2 : #

Total comments: 10

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -25 lines) Patch
M src/core/SkBitmap.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/pipe/SkGPipeRead.cpp View 1 4 chunks +4 lines, -8 lines 0 comments Download
M src/pipe/SkGPipeWrite.cpp View 1 2 3 6 chunks +89 lines, -16 lines 0 comments Download

Messages

Total messages: 8
Leon
12 years, 6 months ago (2012-06-12 19:49:49 UTC) #1
Leon
I am now using the new methods writePtr and readPtr
12 years, 6 months ago (2012-06-12 21:10:28 UTC) #2
reed1
https://codereview.appspot.com/6296066/diff/3001/src/pipe/SkGPipeWrite.cpp File src/pipe/SkGPipeWrite.cpp (right): https://codereview.appspot.com/6296066/diff/3001/src/pipe/SkGPipeWrite.cpp#newcode77 src/pipe/SkGPipeWrite.cpp:77: Is it useful to use the heap for 'immutable' ...
12 years, 6 months ago (2012-06-12 21:21:25 UTC) #3
Leon
https://codereview.appspot.com/6296066/diff/3001/src/pipe/SkGPipeWrite.cpp File src/pipe/SkGPipeWrite.cpp (right): https://codereview.appspot.com/6296066/diff/3001/src/pipe/SkGPipeWrite.cpp#newcode77 src/pipe/SkGPipeWrite.cpp:77: On 2012/06/12 21:21:25, reed1 wrote: > Is it useful ...
12 years, 6 months ago (2012-06-12 21:46:50 UTC) #4
reed1
https://codereview.appspot.com/6296066/diff/3001/src/pipe/SkGPipeWrite.cpp File src/pipe/SkGPipeWrite.cpp (right): https://codereview.appspot.com/6296066/diff/3001/src/pipe/SkGPipeWrite.cpp#newcode77 src/pipe/SkGPipeWrite.cpp:77: True, this immutable check would only be done if ...
12 years, 6 months ago (2012-06-13 14:55:43 UTC) #5
reed1
How is the heap informed when it can release the bitmap?
12 years, 6 months ago (2012-06-13 14:56:35 UTC) #6
Leon
> How is the heap informed when it can release the bitmap? At the moment, ...
12 years, 6 months ago (2012-06-13 16:24:18 UTC) #7
reed1
12 years, 6 months ago (2012-06-13 17:43:54 UTC) #8
LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b