History log of /external/skia/src/core/SkScan_Antihair.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
030ffe05175291b1d91ec6808e1a32e862ee90cd 01-Dec-2009 Mike Reed <reed@google.com> refresh from skia/trunk, hairline clipping fixes
/external/skia/src/core/SkScan_Antihair.cpp
8e048c19870a898cecdde3b3c0d2d512e6f372c0 20-Nov-2009 Mike Reed <reed@google.com> new edgelist builder that chops segments into clip-sized coordinates, to avoid overflows

The change is conditional at the moment inside SkScan_Path.cpp, USE_NEW_BUILDER.

This chopping is meant to only pass in reasonable floats to the edgelist, so that we never
overflow when converting to fixed-point. It also has the side-effect of speeding up edges
to the left/right of the clip, since those become vertical lines, which are faster to
walk over than the original curve segment.

Future optimizations: throw away segments to the right of the clip, and tweak the edgelist
walker to not require an explicit matching right-edge for the current run.
/external/skia/src/core/SkScan_Antihair.cpp
fa194bff67a9cedd2bfc1f0d2840e64fd678b9e9 28-Aug-2009 Mike Reed <reed@google.com> elegant fix for gaps in antialiased hairlines by preda. Don't reduce the full-span count unless we
know we're going to run a non-zero final proc for the endcap
/external/skia/src/core/SkScan_Antihair.cpp
aa4832adcc7eba085987357591bcfeb530ba7b0d 25-Mar-2009 Mike Reed <> Automated import from //branches/master/...@142205,142205
/external/skia/src/core/SkScan_Antihair.cpp
af527e02dce280c269d751322e9f60aac8cb97da 19-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@140373
/external/skia/src/core/SkScan_Antihair.cpp
0910916c0f7b951ee55c4b7c6358295b9bca0565 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/skia/src/core/SkScan_Antihair.cpp
6eb364108744656fcd23a96a478aa772cd4e85bc 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/skia/src/core/SkScan_Antihair.cpp
03202c9c3dfbf8c4feb0a1ee9b3680817e633f58 10-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@125939
/external/skia/src/core/SkScan_Antihair.cpp