Update ComputeBlurredRRectParams to compute all the parameters needed for occluded...
authorrobertphillips <robertphillips@google.com>
Tue, 16 Aug 2016 16:30:03 +0000 (09:30 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 16 Aug 2016 16:30:03 +0000 (09:30 -0700)
commitc4d2f907311fca08303c254b2488bd7990fa2f32
tree8b2a684a908b6760e729969b02de844a4dc67f3c
parent2f4114a246e4753ef5dab63a4b40caf0cf7950ac
Update ComputeBlurredRRectParams to compute all the parameters needed for occluded blurred rrect ninepatch draws

This is split out of: https://codereview.chromium.org/2245653002/ (Start using vertex attributes for nine-patch blurred rrect draws)

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

Review-Url: https://codereview.chromium.org/2248533002
include/effects/SkBlurMaskFilter.h
src/effects/SkBlurMaskFilter.cpp
tests/BlurTest.cpp