summaryrefslogtreecommitdiff
path: root/core/SkScan_Path.cpp
AgeCommit message (Expand)Author
2011-04-09update coding style - no logic changemike@reedtribe.org
2011-03-02Fix inverse scanconversion -- be sure to keep our calls to SkBlitter in scanlinereed@google.com
2010-12-06Correctly handle SkPath::kInverseWinding_FillTypeagl@chromium.org
2010-02-22explicitly pass bounds.top to the edgelist walker, so we don't leave any gapsreed@android.com
2009-12-10Eenable new chopping edgelist builder by default. If it sticks well, I'llreed@android.com
2009-11-18new scanconversion techniquereed@android.com
2009-11-16add onSendClickToChildren to views, so a view can capture all clicks.reed@android.com
2009-11-05fix cheap calc of edgelist sizereed@android.com
2009-10-14fix new warnings from gcc 4.2reed@android.com
2009-08-25fix overflow in qsort compare procreed@android.com
2009-07-22fix NaN in path iteratorreed@android.com
2009-04-01API change: SkPath computeBounds -> getBoundsreed@android.com
2009-02-06Chop quads exactly on the clip bounds, so we don't spend CPU cycles walking themreed@android.com
2009-01-15fix warningsreed@android.com
2008-12-17grab from latest androidreed@android.com