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

Issue 1307183006: C API: Add SK_API, also documentation of an example. (Closed)

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

Description

C API: Add SK_API, also documentation of an example. SK_API = __declspec(dllexport) / __attribute__((visibility("default"))) Also, add documentation in experimental/c-api-example/c.md Committed: https://skia.googlesource.com/skia/+/219f18f30df465beeee8114febe52fa50454a804

Patch Set 1 #

Patch Set 2 : 2015-09-01 (Tuesday) 11:41:42 EDT #

Total comments: 8

Patch Set 3 : 2015-09-01 (Tuesday) 12:13:34 EDT #

Patch Set 4 : 2015-09-01 (Tuesday) 12:56:15 EDT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+355 lines, -90 lines) Patch
A experimental/c-api-example/c.md View 1 2 1 chunk +174 lines, -0 lines 0 comments Download
A experimental/c-api-example/skia-c-example.c View 1 2 1 chunk +81 lines, -0 lines 0 comments Download
M include/c/sk_canvas.h View 1 chunk +25 lines, -22 lines 0 comments Download
M include/c/sk_data.h View 1 chunk +8 lines, -8 lines 0 comments Download
M include/c/sk_image.h View 2 chunks +8 lines, -8 lines 0 comments Download
M include/c/sk_paint.h View 3 chunks +19 lines, -19 lines 0 comments Download
M include/c/sk_path.h View 1 chunk +16 lines, -13 lines 0 comments Download
M include/c/sk_surface.h View 1 chunk +7 lines, -6 lines 0 comments Download
M include/c/sk_types.h View 2 chunks +5 lines, -1 line 0 comments Download
M src/c/sk_paint.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M src/c/sk_surface.cpp View 2 chunks +8 lines, -8 lines 0 comments Download
M tests/CTest.cpp View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
hal.canary
PTAL
5 years, 3 months ago (2015-09-01 15:40:52 UTC) #2
reed1
lgtm
5 years, 3 months ago (2015-09-01 15:46:54 UTC) #4
mtklein
https://codereview.chromium.org/1307183006/diff/20001/site/user/api/c.md File site/user/api/c.md (right): https://codereview.chromium.org/1307183006/diff/20001/site/user/api/c.md#newcode1 site/user/api/c.md:1: Skia's Stable C API Let's move this out of ...
5 years, 3 months ago (2015-09-01 15:48:20 UTC) #5
reed1
https://codereview.chromium.org/1307183006/diff/20001/site/user/api/skia-c-example.c File site/user/api/skia-c-example.c (right): https://codereview.chromium.org/1307183006/diff/20001/site/user/api/skia-c-example.c#newcode44 site/user/api/skia-c-example.c:44: sk_paint_t* paint = sk_paint_new(); Why do we assert on ...
5 years, 3 months ago (2015-09-01 15:50:27 UTC) #6
hal.canary
done https://codereview.chromium.org/1307183006/diff/20001/site/user/api/c.md File site/user/api/c.md (right): https://codereview.chromium.org/1307183006/diff/20001/site/user/api/c.md#newcode1 site/user/api/c.md:1: Skia's Stable C API On 2015/09/01 15:48:20, mtklein ...
5 years, 3 months ago (2015-09-01 16:13:57 UTC) #7
mtklein
lgtm
5 years, 3 months ago (2015-09-01 16:30:35 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1307183006/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1307183006/40001
5 years, 3 months ago (2015-09-01 16:33:52 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu-GCC-Arm64-Debug-Android-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-Arm64-Debug-Android-Trybot/builds/1312)
5 years, 3 months ago (2015-09-01 16:35:03 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1307183006/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1307183006/60001
5 years, 3 months ago (2015-09-01 16:56:42 UTC) #16
commit-bot: I haz the power
5 years, 3 months ago (2015-09-01 17:01:43 UTC) #17
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/219f18f30df465beeee8114febe52fa50454a804

Powered by Google App Engine
This is Rietveld 408576698