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

Issue 769123002: Add matrix operations to C canvas API (Closed)

Created:
6 years ago by abarth-chromium
Modified:
6 years ago
Reviewers:
reed1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1

Patch Set 2 : Remove set_matrix and reset_matrix #

Total comments: 2

Patch Set 3 : Review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -3 lines) Patch
M include/c/sk_canvas.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/c/sk_surface.cpp View 1 2 3 chunks +14 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
abarth-chromium
6 years ago (2014-12-01 22:11:29 UTC) #1
abarth-chromium
6 years ago (2014-12-01 22:12:44 UTC) #3
reed1
https://codereview.chromium.org/769123002/diff/1/include/c/sk_canvas.h File include/c/sk_canvas.h (right): https://codereview.chromium.org/769123002/diff/1/include/c/sk_canvas.h#newcode29 include/c/sk_canvas.h:29: void sk_canvas_set_matrix(sk_canvas_t*, const sk_matrix_t*); We want to deprecate setMatrix ...
6 years ago (2014-12-02 15:52:31 UTC) #4
abarth-chromium
Done. PTAL.
6 years ago (2014-12-02 17:23:36 UTC) #5
reed1
lgtm w/ suggestion about null-check. also, feel free to extend tests/CTests.cpp as you see fit. ...
6 years ago (2014-12-02 17:41:43 UTC) #6
abarth-chromium
https://codereview.chromium.org/769123002/diff/20001/src/c/sk_surface.cpp File src/c/sk_surface.cpp (right): https://codereview.chromium.org/769123002/diff/20001/src/c/sk_surface.cpp#newcode334 src/c/sk_surface.cpp:334: SkMatrix matrix; On 2014/12/02 at 17:41:43, reed1 wrote: > ...
6 years ago (2014-12-02 17:43:16 UTC) #7
abarth-chromium
On 2014/12/02 at 17:41:43, reed wrote: > also, feel free to extend tests/CTests.cpp as you ...
6 years ago (2014-12-02 23:36:19 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/769123002/40001
6 years ago (2014-12-02 23:37:13 UTC) #10
commit-bot: I haz the power
6 years ago (2014-12-02 23:47:38 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/9503ac7a3cc98327a88eff59c71c451fbdd7e043

Powered by Google App Engine
This is Rietveld 408576698