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

Issue 1556353002: give up on quad root if infinite (Closed)

Created:
4 years, 11 months ago by caryclark
Modified:
4 years, 11 months ago
Reviewers:
reed1
CC:
dogben, reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

give up on quad root if infinite SkPath::contains() uses SkFindUnitQuadRoots to see which side of a curve a point is on. If the intermediate exceeds a float, return no found root. R=reed@google.com BUG=572406 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1556353002 Committed: https://skia.googlesource.com/skia/+/dbaec7323f20c3a7e8a234dac9dfb8a9446a2717

Patch Set 1 #

Patch Set 2 : add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -1 line) Patch
M src/core/SkGeometry.cpp View 1 1 chunk +7 lines, -1 line 0 comments Download
M tests/PathTest.cpp View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (5 generated)
caryclark
4 years, 11 months ago (2016-01-05 14:02:43 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1556353002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1556353002/1
4 years, 11 months ago (2016-01-05 14:02:58 UTC) #4
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
4 years, 11 months ago (2016-01-05 14:02:59 UTC) #5
reed1
// TODO: consider recomputing the sqrt via doubles if we're not finite lgtm
4 years, 11 months ago (2016-01-05 14:19:36 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://skia.googlesource.com/skia/+/dbaec7323f20c3a7e8a234dac9dfb8a9446a2717
4 years, 11 months ago (2016-01-05 14:20:12 UTC) #8
dogben
On 2016/01/05 at 14:20:12, commit-bot wrote: > Committed patchset #1 (id:1) as https://skia.googlesource.com/skia/+/dbaec7323f20c3a7e8a234dac9dfb8a9446a2717 This CL ...
4 years, 11 months ago (2016-01-06 15:20:58 UTC) #9
dogben
4 years, 11 months ago (2016-01-06 15:21:21 UTC) #11
dogben
4 years, 11 months ago (2016-01-06 15:21:31 UTC) #13
mtklein
4 years, 11 months ago (2016-01-06 15:47:15 UTC) #14
Message was sent while issue was closed.
On 2016/01/06 15:21:31, Ben Wagner wrote:

(https://bugs.chromium.org/p/skia/issues/detail?id=4757)

Powered by Google App Engine
This is Rietveld 408576698