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

Issue 1735613002: Fully check basis vectors for extent degeneracy. (Closed)

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

Description

Fully check basis vectors for extent degeneracy. The test for 'nearly singular matrix' in SkScalerContext::computeMatrices is actually a check to see if anything will draw. Unfortunately, the current test only checks when the a skew causes nothing to draw. This adds the check for when the scale causes nothing to draw. BUG=skia:4998 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1735613002 Committed: https://skia.googlesource.com/skia/+/e37514d0b540a25471fe12ba6412dc4c8b9f9c88

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -3 lines) Patch
M src/core/SkScalerContext.cpp View 1 chunk +7 lines, -3 lines 1 comment Download

Messages

Total messages: 14 (7 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1735613002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1735613002/1
4 years, 10 months ago (2016-02-24 18:40:07 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-24 19:07:05 UTC) #5
bungeman-skia
4 years, 10 months ago (2016-02-24 19:27:21 UTC) #7
reed1
4 years, 10 months ago (2016-02-24 19:40:01 UTC) #9
jvanverth1
https://codereview.chromium.org/1735613002/diff/1/src/core/SkScalerContext.cpp File src/core/SkScalerContext.cpp (right): https://codereview.chromium.org/1735613002/diff/1/src/core/SkScalerContext.cpp#newcode730 src/core/SkScalerContext.cpp:730: SkVector diag[4] = { { A.getScaleX() , A.getSkewY() }, ...
4 years, 10 months ago (2016-02-25 19:00:33 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1735613002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1735613002/1
4 years, 10 months ago (2016-02-25 19:18:38 UTC) #12
commit-bot: I haz the power
4 years, 10 months ago (2016-02-25 19:34:15 UTC) #14
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://skia.googlesource.com/skia/+/e37514d0b540a25471fe12ba6412dc4c8b9f9c88

Powered by Google App Engine
This is Rietveld 408576698