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

Issue 1263773006: C API: add radial, sweep, and two-point conical gradient shaders (Closed)

Created:
5 years, 4 months ago by hal.canary
Modified:
5 years, 4 months ago
Reviewers:
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 radial, sweep, and two-point conical gradient shaders Committed: https://skia.googlesource.com/skia/+/65cc3e46445a26aadd21f111e0d69fd18fd8aa11

Patch Set 1 #

Patch Set 2 : remove perlin noise shaders from C API #

Total comments: 1

Patch Set 3 : pass by const* #

Unified diffs Side-by-side diffs Delta from patch set Stats (+230 lines, -1 line) Patch
M include/c/sk_shader.h View 1 2 1 chunk +107 lines, -1 line 0 comments Download
M src/c/sk_surface.cpp View 1 2 1 chunk +80 lines, -0 lines 0 comments Download
M tests/CTest.cpp View 1 2 2 chunks +43 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
hal.canary
PTAL
5 years, 4 months ago (2015-07-31 22:11:37 UTC) #2
reed1
lets just expose the gradients for now.
5 years, 4 months ago (2015-08-03 14:06:28 UTC) #3
hal.canary
On 2015/08/03 14:06:28, reed1 wrote: > lets just expose the gradients for now. Done
5 years, 4 months ago (2015-08-03 14:35:58 UTC) #4
reed1
https://codereview.chromium.org/1263773006/diff/20001/include/c/sk_shader.h File include/c/sk_shader.h (right): https://codereview.chromium.org/1263773006/diff/20001/include/c/sk_shader.h#newcode74 include/c/sk_shader.h:74: sk_shader_t* sk_shader_new_radial_gradient(sk_point_t center, It this std/stable convention in C, ...
5 years, 4 months ago (2015-08-03 14:52:58 UTC) #5
hal.canary
On 2015/08/03 14:52:58, reed1 wrote: > https://codereview.chromium.org/1263773006/diff/20001/include/c/sk_shader.h > File include/c/sk_shader.h (right): > > https://codereview.chromium.org/1263773006/diff/20001/include/c/sk_shader.h#newcode74 > ...
5 years, 4 months ago (2015-08-03 15:07:15 UTC) #6
hal.canary
On 2015/08/03 15:07:15, Hal Canary wrote: > On 2015/08/03 14:52:58, reed1 wrote: > > https://codereview.chromium.org/1263773006/diff/20001/include/c/sk_shader.h ...
5 years, 4 months ago (2015-08-12 14:27:29 UTC) #7
reed1
lgtm
5 years, 4 months ago (2015-08-12 14:30:11 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1263773006/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1263773006/40001
5 years, 4 months ago (2015-08-12 14:30:37 UTC) #10
commit-bot: I haz the power
5 years, 4 months ago (2015-08-12 14:37:37 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/65cc3e46445a26aadd21f111e0d69fd18fd8aa11

Powered by Google App Engine
This is Rietveld 408576698