aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/c/sk_path.h
Commit message (Collapse)AuthorAge
* Make C API compatible with -Wstrict-prototypesGravatar Brian Salomon2017-01-03
| | | | | | | Change-Id: I265605e769a12a319d672c491c9ba2d89c02de7e Reviewed-on: https://skia-review.googlesource.com/6477 Reviewed-by: Hal Canary <halcanary@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
* Documentation: C API commentsGravatar halcanary2015-09-01
| | | | Review URL: https://codereview.chromium.org/1271023002
* C API: Add SK_API, also documentation of an example.Gravatar halcanary2015-09-01
| | | | | | | | SK_API = __declspec(dllexport) / __attribute__((visibility("default"))) Also, add documentation in experimental/c-api-example/c.md Review URL: https://codereview.chromium.org/1307183006
* separate c headersGravatar reed2014-11-17
BUG=skia: Review URL: https://codereview.chromium.org/728323002