explicitly pass bounds.top to the edgelist walker, so we don't leave any gaps
authorreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 22 Feb 2010 16:05:48 +0000 (16:05 +0000)
committerreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 22 Feb 2010 16:05:48 +0000 (16:05 +0000)
commitdca6a56b71b922aab32098d6a55bbb041f3a2b48
tree387ffb79788ac12f9a379890fa3458b94aecf7cf
parentda6fb3246a4f3e7e835f23b4834affb80bb613fa
explicitly pass bounds.top to the edgelist walker, so we don't leave any gaps
when the path is in an inverse fillmode, and its top or bottom are on a
fractional boundary. (thanks senorblanco)

git-svn-id: http://skia.googlecode.com/svn/trunk@504 2bbb7eff-a529-9590-31e7-b0007b416f81
src/core/SkScanPriv.h
src/core/SkScan_AntiPath.cpp
src/core/SkScan_Path.cpp