Use the unswapped end point y for early out case in winding_line
authorfs <fs@opera.com>
Thu, 17 Dec 2015 17:03:27 +0000 (09:03 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 17 Dec 2015 17:03:28 +0000 (09:03 -0800)
commitc91065d028472688ce15e635a29abe5256ff89ef
tree1bd18e7488def6f660f38681438c99a3e244f001
parentf0795ab1f2556b5ef45ee48983c32d5d0be0a8da
Use the unswapped end point y for early out case in winding_line

The x-coordinates are not swapped, so using the swapped y will result
in a comparison with the wrong (end) point.

BUG=skia:4265
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1533873002

Review URL: https://codereview.chromium.org/1533873002
src/core/SkPath.cpp
tests/PathTest.cpp