aboutsummaryrefslogtreecommitdiffstats
path: root/gm/imageblur.cpp
Commit message (Expand)AuthorAgeFilesLines
* use drawstring with fontMike Reed2019-01-071-5/+3
* add drawString helper to canvasCary Clark2017-04-281-1/+1
* GM: some header cleanupMike Klein2017-03-221-0/+1
* Update SkBlurImageFilter to sk_sprobertphillips2016-04-041-2/+1
* SkBlurImageFilter returns input when sigma = 0xidachen2015-12-101-1/+2
* GM: replace boilerplate with macroshalcanary2015-09-091-39/+7
* Style Change: NULL->nullptrhalcanary2015-08-271-1/+1
* rename portable_typeface_always to portable_typefacecaryclark2015-07-241-1/+1
* make glyph_pos imageblur* largeglyphblur portablecaryclark2015-07-161-2/+2
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-3/+3
* remove unused GM flagsmtklein2015-01-231-3/+0
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-4/+4
* Cleanup: More override fixes - another round.tfarina2015-01-051-3/+3
* Add standard fonts to all GMs.Cary Clark2014-07-311-0/+1
* Cleanup: Get rid of make_isize() function from gm.h.tfarina2014-06-091-1/+1
* Turn on quilt mode in DM.commit-bot@chromium.org2014-04-301-0/+4
* Factory methods for heap-allocated SkImageFilter objects.commit-bot@chromium.org2014-03-101-1/+1
* NEON fast path for box blurcommit-bot@chromium.org2014-01-131-5/+14
* text size is an SkScalar, Windows reminds me.mtklein@google.com2013-09-161-1/+1
* srand() + rand() -> SkRandommtklein@google.com2013-09-161-5/+7
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-2/+2
* Clean up the use of AutoScratchTexture in the gaussian blur and morphologysenorblanco@chromium.org2012-07-181-4/+5
* Fix miscellaneous compiler warnings from Visual Studio 2010.tomhudson@google.com2012-04-101-2/+3
* This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable.senorblanco@chromium.org2011-11-161-6/+6
* Implement Gaussian blurs for images. The caller creates an ansenorblanco@chromium.org2011-11-091-0/+57