Start using vertex attributes for nine-patch blurred rrect draws
authorrobertphillips <robertphillips@google.com>
Tue, 16 Aug 2016 21:50:18 +0000 (14:50 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 16 Aug 2016 21:50:19 +0000 (14:50 -0700)
commit087905a730241939da320092543c19dc06d5a7b4
treea03939b66beb2b4199f453ea1708ca87227c5bbc
parent179d88522c3cdd49480e34482c29a8afb027a6ad
Start using vertex attributes for nine-patch blurred rrect draws

Calved off:
https://codereview.chromium.org/2243133002/ (Pull handling of blurred circles out of GrRRectBlurEffect::Make)
https://codereview.chromium.org/2249463002/ (Update blurred rrect mask filter creation method to also handle caching)
https://codereview.chromium.org/2248533002/ (Update ComputeBlurredRRectParams to compute all the parameters needed for occluded blurred rrect ninepatch draws)

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

Review-Url: https://codereview.chromium.org/2245653002
src/effects/SkBlurMaskFilter.cpp