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

Issue 1127383010: Documentation: SkCanvas API (Closed)

Created:
5 years, 7 months ago by hal.canary
Modified:
5 years, 7 months ago
Reviewers:
scroggo, reed1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : 2015-05-13 (Wednesday) 09:52:13 EDT #

Patch Set 3 : 2015-05-13 (Wednesday) 09:53:06 EDT #

Patch Set 4 : 2015-05-13 (Wednesday) 09:55:30 EDT #

Patch Set 5 : 2015-05-13 (Wednesday) 09:57:51 EDT #

Total comments: 10

Patch Set 6 : 2015-05-13 (Wednesday) 13:07:31 EDT #

Patch Set 7 : 2015-05-13 (Wednesday) 13:08:47 EDT #

Patch Set 8 : 2015-05-13 (Wednesday) 13:09:38 EDT #

Patch Set 9 : 2015-05-13 (Wednesday) 13:10:49 EDT #

Patch Set 10 : 2015-05-13 (Wednesday) 13:19:49 EDT #

Patch Set 11 : 2015-05-13 (Wednesday) 13:21:04 EDT #

Patch Set 12 : 2015-05-13 (Wednesday) 13:21:22 EDT #

Patch Set 13 : 2015-05-13 (Wednesday) 13:26:37 EDT #

Patch Set 14 : 2015-05-13 (Wednesday) 13:30:50 EDT #

Patch Set 15 : 2015-05-13 (Wednesday) 13:52:50 EDT #

Patch Set 16 : 2015-05-13 (Wednesday) 13:53:40 EDT #

Patch Set 17 : 2015-05-19 (Tuesday) 10:11:00 EDT #

Patch Set 18 : 2015-05-19 (Tuesday) 10:13:16 EDT #

Patch Set 19 : 2015-05-19 (Tuesday) 10:13:41 EDT #

Patch Set 20 : 2015-05-19 (Tuesday) 10:13:59 EDT #

Patch Set 21 : 2015-05-19 (Tuesday) 10:23:31 EDT #

Patch Set 22 : 2015-05-19 (Tuesday) 10:35:19 EDT #

Patch Set 23 : 2015-05-19 (Tuesday) 10:36:53 EDT #

Patch Set 24 : 2015-05-19 (Tuesday) 10:37:47 EDT #

Patch Set 25 : 2015-05-19 (Tuesday) 11:22:59 EDT #

Patch Set 26 : 2015-05-19 (Tuesday) 13:15:49 EDT #

Patch Set 27 : 2015-05-19 (Tuesday) 13:16:47 EDT #

Patch Set 28 : 2015-05-19 (Tuesday) 13:19:57 EDT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+782 lines, -14 lines) Patch
M Doxyfile View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +3 lines, -1 line 0 comments Download
M site/user/METADATA View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
D site/user/api.md View 1 1 chunk +0 lines, -11 lines 0 comments Download
A site/user/api/METADATA View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +3 lines, -0 lines 0 comments Download
A site/user/api/canvas.md View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +250 lines, -0 lines 0 comments Download
A site/user/api/index.md View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +94 lines, -0 lines 0 comments Download
A site/user/api/skcanvas.md View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +132 lines, -0 lines 0 comments Download
A site/user/api/skmatrix.md View 1 2 3 4 5 6 7 8 9 1 chunk +12 lines, -0 lines 0 comments Download
A site/user/api/skpaint.md View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +102 lines, -0 lines 0 comments Download
A site/user/api/skrect.md View 1 2 3 4 5 6 7 8 9 1 chunk +73 lines, -0 lines 0 comments Download
A site/user/api/skregion.md View 1 2 3 4 5 6 7 8 9 1 chunk +111 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
hal.canary
PTAL
5 years, 7 months ago (2015-05-13 14:03:19 UTC) #2
scroggo
lgtm https://codereview.chromium.org/1127383010/diff/80001/site/user/api/canvas.md File site/user/api/canvas.md (right): https://codereview.chromium.org/1127383010/diff/80001/site/user/api/canvas.md#newcode55 site/user/api/canvas.md:55: void(*drawable)(SkCanvas*), nit: Since this is a function pointer, ...
5 years, 7 months ago (2015-05-13 14:51:15 UTC) #3
reed1
This has a lot of tricky factory/ptr machinery in place. I wonder if that is ...
5 years, 7 months ago (2015-05-13 15:44:16 UTC) #5
hal.canary
On 2015/05/13 15:44:16, reed1 wrote: > This has a lot of tricky factory/ptr machinery in ...
5 years, 7 months ago (2015-05-13 15:45:33 UTC) #6
hal.canary
5 years, 7 months ago (2015-05-13 15:45:41 UTC) #7
reed1
One thought is to talk about SkCanvas a lot, and then piece-meal you can talk ...
5 years, 7 months ago (2015-05-13 16:07:13 UTC) #8
hal.canary
I amended the CL by pulling in most of what was in the old Wiki. ...
5 years, 7 months ago (2015-05-13 17:58:24 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1127383010/510001
5 years, 7 months ago (2015-05-19 17:21:03 UTC) #12
commit-bot: I haz the power
5 years, 7 months ago (2015-05-19 17:21:37 UTC) #13
Message was sent while issue was closed.
Committed patchset #28 (id:510001) as
https://skia.googlesource.com/skia/+/ee2a8eede9ba9efd34cd132c5abc175f9c434b7a

Powered by Google App Engine
This is Rietveld 408576698