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

Issue 6071045: Fixes for drawing through an SkGPipe. (Closed)

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

Description

Fixes for drawing through an SkGPipe. Implement SkGPipeCanvas::drawBitmap. Fix a bug where needOpBytes did not necessarily provide as many bytes as requested. Fix a bug where needOpBytes would wipe old data without calling notify. Register SkEmbossMaskFilter so it can be flattened. Override drawBitmapNine (currently unimplemented) so an SkGPipeCanvas does not call its base class' method (which would fail). Committed: https://code.google.com/p/skia/source/detail?r=3741

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -7 lines) Patch
M src/effects/SkEmbossMaskFilter.cpp View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/pipe/SkGPipeRead.cpp View 1 2 1 chunk +8 lines, -1 line 0 comments Download
M src/pipe/SkGPipeWrite.cpp View 1 2 3 6 chunks +45 lines, -6 lines 0 comments Download

Messages

Total messages: 5
Leon
12 years, 5 months ago (2012-04-19 18:03:30 UTC) #1
reed1
minor: does we use 1 or 0 to indicated a missing parameter like a paint, ...
12 years, 5 months ago (2012-04-19 18:19:29 UTC) #2
Leon
On Thu, Apr 19, 2012 at 2:19 PM, <reed@google.com> wrote: > minor: does we use ...
12 years, 5 months ago (2012-04-20 14:20:09 UTC) #3
Leon
Added a comment regarding CrossProcess
12 years, 5 months ago (2012-04-20 16:22:54 UTC) #4
reed1
12 years, 5 months ago (2012-04-20 17:34:09 UTC) #5
lgtm
Sign in to reply to this message.

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