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

Issue 513343002: Add helper SkMatrix44::hasPerspective() (Closed)

Created:
6 years, 3 months ago by tomhudson
Modified:
6 years, 3 months ago
Reviewers:
danakj, reed1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fix bug, call SkToBool, import tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -0 lines) Patch
M include/utils/SkMatrix44.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M tests/Matrix44Test.cpp View 1 2 chunks +30 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (1 generated)
tomhudson
Small helper function requested by cc/ for legibility. (And encapsulation, but I don't think we're ...
6 years, 3 months ago (2014-08-28 19:15:33 UTC) #1
danakj
https://codereview.chromium.org/513343002/diff/1/include/utils/SkMatrix44.h File include/utils/SkMatrix44.h (right): https://codereview.chromium.org/513343002/diff/1/include/utils/SkMatrix44.h#newcode202 include/utils/SkMatrix44.h:202: return !(this->getType() & ~kPerspective_Mask); Don't you want (getType() & ...
6 years, 3 months ago (2014-08-28 19:37:41 UTC) #2
tomhudson
On 2014/08/28 19:37:41, danakj wrote: > https://codereview.chromium.org/513343002/diff/1/include/utils/SkMatrix44.h > File include/utils/SkMatrix44.h (right): > > https://codereview.chromium.org/513343002/diff/1/include/utils/SkMatrix44.h#newcode202 > ...
6 years, 3 months ago (2014-08-28 19:47:52 UTC) #3
reed1
https://codereview.chromium.org/513343002/diff/1/include/utils/SkMatrix44.h File include/utils/SkMatrix44.h (right): https://codereview.chromium.org/513343002/diff/1/include/utils/SkMatrix44.h#newcode202 include/utils/SkMatrix44.h:202: return !(this->getType() & ~kPerspective_Mask); On 2014/08/28 19:37:41, danakj wrote: ...
6 years, 3 months ago (2014-08-28 20:47:17 UTC) #4
tomhudson
https://codereview.chromium.org/513343002/diff/1/include/utils/SkMatrix44.h File include/utils/SkMatrix44.h (right): https://codereview.chromium.org/513343002/diff/1/include/utils/SkMatrix44.h#newcode202 include/utils/SkMatrix44.h:202: return !(this->getType() & ~kPerspective_Mask); On 2014/08/28 20:47:17, reed1 wrote: ...
6 years, 3 months ago (2014-08-29 15:32:57 UTC) #5
tomhudson
Mike, ping for public API? Now has unit tests. Will unblock minor cc/ cleanup.
6 years, 3 months ago (2014-09-16 14:22:10 UTC) #6
reed1
lgtm
6 years, 3 months ago (2014-09-16 15:10:17 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/513343002/20001
6 years, 3 months ago (2014-09-16 15:21:49 UTC) #9
commit-bot: I haz the power
6 years, 3 months ago (2014-09-16 15:29:32 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as a32f1758b7ebd889eecfdc67c935e7edcedc5be3

Powered by Google App Engine
This is Rietveld 408576698