summaryrefslogtreecommitdiff
path: root/effects/SkBlurMaskFilter.cpp
AgeCommit message (Expand)Author
2013-07-31Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-07-30Fix quickReject computation for blursrobertphillips@google.com
2013-07-24This patch implements a crop rect for SkImageFilter. It has been implemented ...senorblanco@chromium.org
2013-07-15Move gaussianBlur functionality to src\effectsrobertphillips@google.com
2013-07-13Make GrPaint have a variable sized array of color and coverage stages rather ...commit-bot@chromium.org
2013-07-04Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-07-03Fix for r9888 bugrobertphillips@google.com
2013-07-03Add canFilterMaskGPU & filterMaskGPU to SkMaskFilterrobertphillips@google.com
2013-06-11Remove the non-separable blur because it is no longer used.commit-bot@chromium.org
2013-03-19Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-03-18Added toString to SkMaskFilter-derived classesrobertphillips@google.com
2013-03-12Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-03-11fix preprocessor abuse on Windowshumper@google.com
2013-03-11Plumb fast rectangle blur code into the skia mask filterhumper@google.com
2012-12-18change SkMaskFilter methods to const, in preparation for making the class asreed@google.com
2012-12-18remove experimental setAsABlur, as it forces the instance to be mutable, and wasreed@google.com
2012-12-17we do not correctly handle inner-style in blurmaskfilter w/ the 9patchreed@google.com
2012-11-29Turn on the separable blur (release the hounds!). This will require rebaseli...senorblanco@chromium.org
2012-11-29Modify the blur bench to add tests for high-quality blurs, and large non-inte...senorblanco@chromium.org
2012-11-27don't leak *every* src mask in the ninepatch case. doh.reed@google.com
2012-11-21limit the rects width/height as well as its coords, when avoiding too-largereed@google.com
2012-11-20Separable mask blurs: Add compile-time flag. Fix reversed offsets in asymme...senorblanco@chromium.org
2012-11-20Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-11-19skip very large rects (for now) until we can pre-clip them to avoid floatingreed@google.com
2012-11-19use SkPath::isNestedRects() to apply blurred nine-patchreed@google.com
2012-11-17Revert r6469, "Turn on separable blur."senorblanco@chromium.org
2012-11-16Turn on separable blur.senorblanco@chromium.org
2012-11-10Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-11-09add entry-point to SkMaskFilter to fast-path rectangles.reed@google.com
2012-11-08Fix for Chrome mac_gpu compiler failurerobertphillips@google.com
2012-11-07Add temporary interfaces in blur and clip tocaryclark@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-08-13privatize SkBuffer.hmike@reedtribe.org
2012-08-07Update SkFlattenable buffers to be more modular.djsollen@google.com
2012-03-29Cleanup code related to SkFlattenable::flatten()djsollen@google.com
2012-03-26Create macro for registering classes for deserializationdjsollen@google.com
2012-03-21Upstream changes from Android repository.djsollen@google.com
2012-01-30extend fastbounds impls to include maskfilters and drawloopers. This allowsreed@google.com
2012-01-11detect (and reject) if radius ia NaN, by using !(radius > 0) instead of (radi...reed@google.com
2011-12-15add optional manual global initializationcaryclark@google.com
2011-10-04Make asBlur method const.bungeman@google.com
2011-10-04Now that layout tests are fixed, remove flag to ignore margin fix.bungeman@google.com
2011-09-06Ignore blur margin fix flag for backward bug compatibility.bungeman@google.com
2011-09-02Reduce size of filter mask.bungeman@google.com
2011-08-12style cleanupreed@google.com
2011-07-28Automatic update of all copyright notices to reflect new license terms.epoger@google.com
2011-07-07add asABlur() to maskfilters, so devices like gpu and pdf can query them.reed@google.com
2011-02-18[Committed on behalf of junov@chromium.org]senorblanco@chromium.org
2010-12-06Patch by Mike Lawther (mikelawther@chromium.org).senorblanco@chromium.org
2009-03-16add sanity checks to handles extremely large coordinates or filter margins.reed@android.com