aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkBlurMaskFilter.cpp
Commit message (Expand)AuthorAge
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* privatize SkBuffer.hGravatar mike@reedtribe.org2012-08-13
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Create macro for registering classes for deserializationGravatar djsollen@google.com2012-03-26
* Upstream changes from Android repository.Gravatar djsollen@google.com2012-03-21
* extend fastbounds impls to include maskfilters and drawloopers. This allowsGravatar reed@google.com2012-01-30
* detect (and reject) if radius ia NaN, by using !(radius > 0) instead of (radi...Gravatar reed@google.com2012-01-11
* add optional manual global initializationGravatar caryclark@google.com2011-12-15
* Make asBlur method const.Gravatar bungeman@google.com2011-10-04
* Now that layout tests are fixed, remove flag to ignore margin fix.Gravatar bungeman@google.com2011-10-04
* Ignore blur margin fix flag for backward bug compatibility.Gravatar bungeman@google.com2011-09-06
* Reduce size of filter mask.Gravatar bungeman@google.com2011-09-02
* style cleanupGravatar reed@google.com2011-08-12
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* add asABlur() to maskfilters, so devices like gpu and pdf can query them.Gravatar reed@google.com2011-07-07
* [Committed on behalf of junov@chromium.org]Gravatar senorblanco@chromium.org2011-02-18
* Patch by Mike Lawther (mikelawther@chromium.org).Gravatar senorblanco@chromium.org2010-12-06
* add sanity checks to handles extremely large coordinates or filter margins.Gravatar reed@android.com2009-03-16
* grab from latest androidGravatar reed@android.com2008-12-17