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

Issue 113123005: Use SkScalar when aligning glyphs in user space. (Closed)

Created:
7 years ago by bungeman-skia
Modified:
7 years ago
Reviewers:
reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Use SkScalar when aligning glyphs in user space. Drawing text from paths is done in user space and not in device space. All operations in user space should be performed with SkScalars. BUG=327031 R=reed@google.com Committed: https://code.google.com/p/skia/source/detail?r=12682

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -11 lines) Patch
M src/core/SkDraw.cpp View 4 chunks +34 lines, -11 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
bungeman-skia
When profiling, malloc/free and in general path copy/resizing is rather hot. It appears that we ...
7 years ago (2013-12-13 21:21:14 UTC) #1
reed1
lgtm
7 years ago (2013-12-13 21:22:22 UTC) #2
bungeman-skia
7 years ago (2013-12-13 21:26:05 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r12682.

Powered by Google App Engine
This is Rietveld 408576698