skia2/src
commit-bot@chromium.org 98e22b84ca Fix distance field edge detection.
When computing the initial edges for distance field generation, I was skipping
the outer pixels of glyphs to avoid accessing out of range memory. However,
there might be an edge transition on those pixels. This detects those cases.

R=robertphillips@google.com

Author: jvanverth@google.com

Review URL: https://codereview.chromium.org/197423003

git-svn-id: http://skia.googlecode.com/svn/trunk@13791 2bbb7eff-a529-9590-31e7-b0007b416f81
2014-03-13 17:11:44 +00:00
..
animator Fix warnings on Ubuntu13 2014-02-21 20:11:42 +00:00
core Fix distance field edge detection. 2014-03-13 17:11:44 +00:00
device/xps use colortype instead of config 2014-02-20 20:55:37 +00:00
doc
effects Fix GPU colormatrix color filter with saturated alpha. 2014-03-12 21:37:42 +00:00
fonts Make SkFontMgr interface const. 2014-02-04 22:35:01 +00:00
gpu Sanitizing source files in Housekeeper-Nightly 2014-03-13 03:02:23 +00:00
image Manual revert of https://code.google.com/p/skia/source/detail?r=13353 due to perf regression. 2014-03-04 22:37:29 +00:00
images Upstream changes from Android 2014-02-26 21:35:17 +00:00
lazy use colortype instead of config 2014-02-20 20:55:37 +00:00
opts SSE2 implementation of S32A_D565_Opaque_Dither 2014-03-07 13:24:42 +00:00
pathops Sanitizing source files in Housekeeper-Nightly 2014-02-22 03:02:18 +00:00
pdf Drop executable flag from headers so that they can be packaged 2014-03-11 19:55:51 +00:00
pipe De-virtualize SkCanvas save/restore. 2014-03-12 20:21:48 +00:00
ports Changes to SkFontHost_linux 2014-03-13 16:24:49 +00:00
sfnt Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2. 2014-03-12 21:41:06 +00:00
svg
text
utils De-virtualize SkCanvas save/restore. 2014-03-12 20:21:48 +00:00
views Factory methods for heap-allocated SkMaskFilter objects. 2014-02-21 10:13:32 +00:00
xml remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00