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

Issue 858153007: Conservative blob bounds cleanup (Closed)

Created:
5 years, 10 months ago by f(malita)
Modified:
5 years, 10 months ago
Reviewers:
mtklein, reed1
CC:
reviews_skia.org
Base URL:
https://chromium.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Conservative blob bounds cleanup * drop SK_SUPPORT_LEGACY_BLOB_BOUNDS * remove horizontal & fully position tight bounds support (always using conservative bounds now) * special-case horizontal run bounds logic to avoid unnecessary vertical min-maxing R=reed@google.com,mtklein@google.com Committed: https://skia.googlesource.com/skia/+/f9a40723f5d9bfe02cc60bedb5b956916e5cea01

Patch Set 1 #

Total comments: 3

Patch Set 2 : review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -57 lines) Patch
M src/core/SkTextBlob.cpp View 1 2 chunks +32 lines, -57 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
f(malita)
https://codereview.chromium.org/858153007/diff/1/src/core/SkTextBlob.cpp File src/core/SkTextBlob.cpp (left): https://codereview.chromium.org/858153007/diff/1/src/core/SkTextBlob.cpp#oldcode313 src/core/SkTextBlob.cpp:313: return bounds; Previously missing the run offset here.
5 years, 10 months ago (2015-01-29 19:19:38 UTC) #1
reed1
do we need any unittests or otherwise to be sure we don't break these heuristics ...
5 years, 10 months ago (2015-01-29 19:22:44 UTC) #2
f(malita)
On 2015/01/29 19:22:44, reed1 wrote: > do we need any unittests or otherwise to be ...
5 years, 10 months ago (2015-01-29 19:29:57 UTC) #3
mtklein
If I'm thinking right, the heuristic for tight vs conservative is "is conservative easy to ...
5 years, 10 months ago (2015-01-29 19:52:03 UTC) #4
f(malita)
https://codereview.chromium.org/858153007/diff/1/src/core/SkTextBlob.cpp File src/core/SkTextBlob.cpp (right): https://codereview.chromium.org/858153007/diff/1/src/core/SkTextBlob.cpp#newcode324 src/core/SkTextBlob.cpp:324: SkRect bounds = SkRect::MakeXYWH(glyphPos[0], On 2015/01/29 19:52:03, mtklein wrote: ...
5 years, 10 months ago (2015-01-29 20:18:31 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/858153007/20001
5 years, 10 months ago (2015-01-29 20:18:49 UTC) #7
commit-bot: I haz the power
5 years, 10 months ago (2015-01-29 20:24:28 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/f9a40723f5d9bfe02cc60bedb5b956916e5cea01

Powered by Google App Engine
This is Rietveld 408576698