Simplify the signature of sk/aaa_fill_path
authorYuqian Li <liyuqian@google.com>
Wed, 16 Nov 2016 15:12:58 +0000 (10:12 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Wed, 16 Nov 2016 15:55:50 +0000 (15:55 +0000)
commite4b8b5283f45cff6a490ee73677f75b641c22bd1
treed502bbfd21deb19c814b7afac41c28463f4d3ccc
parent08576e618883c3f8eb2cdf425e2f2bd7842f3f2e
Simplify the signature of sk/aaa_fill_path

Previously, the clipRect is either equal to nullptr or clipRgn's bound
(after necessary supersampling shift). Hence we drop one of them to make
the signature simpler.

BUG=skia:

GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4874

Change-Id: Ied8d5313809d6cf90374365b01f2b8d52f2236e2
Reviewed-on: https://skia-review.googlesource.com/4874
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Yuqian Li <liyuqian@google.com>
src/core/SkScan.h
src/core/SkScanPriv.h
src/core/SkScan_AAAPath.cpp
src/core/SkScan_AntiPath.cpp
src/core/SkScan_Path.cpp