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

Issue 7308087: Now store chunk size in skp file format (Closed)

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

Description

Now store chunk size in skp file format

Patch Set 1 #

Patch Set 2 : Improved comments #

Total comments: 8

Patch Set 3 : Addressed code review comments #

Patch Set 4 : Added comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+313 lines, -155 lines) Patch
M src/core/SkPicturePlayback.cpp View 1 2 3 7 chunks +33 lines, -12 lines 0 comments Download
M src/core/SkPictureRecord.h View 1 2 3 4 chunks +44 lines, -6 lines 0 comments Download
M src/core/SkPictureRecord.cpp View 1 2 3 25 chunks +236 lines, -137 lines 0 comments Download

Messages

Total messages: 10
robertphillips
In order to hop around in an skp file (for more complex optimizations involving variable ...
11 years, 7 months ago (2013-02-11 21:16:44 UTC) #1
robertphillips
Any comments on this Mike?
11 years, 6 months ago (2013-02-13 13:07:53 UTC) #2
reed1
Is this CL suggestive of ways we can eliminate some check-for-space overhead on each call ...
11 years, 6 months ago (2013-02-13 14:03:59 UTC) #3
junov1
If I understand this correctly, we are adding the extra weight of 4 bytes per ...
11 years, 6 months ago (2013-02-13 14:47:26 UTC) #4
reed1
This adds 4bytes *only* if the data size for a given op exceeds 1 << ...
11 years, 6 months ago (2013-02-13 15:09:29 UTC) #5
junov1
Ah, so it kicks in for cases like skps with bitmaps serialized into the stream? ...
11 years, 6 months ago (2013-02-13 15:38:27 UTC) #6
robertphillips
This CL certainly opens to the door to calling SkWriter32:reserve inside of addDraw and returning ...
11 years, 6 months ago (2013-02-14 15:54:48 UTC) #7
robertphillips
Mike - any additional thoughts on this?
11 years, 6 months ago (2013-02-15 13:29:02 UTC) #8
reed1
lgtm perhaps we can add a comment/todo somewhere local to addDraw() to remind us to ...
11 years, 6 months ago (2013-02-15 13:33:16 UTC) #9
robertphillips
11 years, 6 months ago (2013-02-15 13:48:03 UTC) #10
Message was sent while issue was closed.
Added comment in SkPictureRecord.h

committed as r7747
Sign in to reply to this message.

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