aboutsummaryrefslogtreecommitdiffstats
path: root/gm/blend.cpp
Commit message (Expand)AuthorAgeFilesLines
* GM: some header cleanupMike Klein2017-03-221-0/+1
* SkBlendARGB32 and S32[A]_Blend_BlitRow32 are currently formulated as: SkAlpha...lsalzman2016-08-051-3/+3
* Remove conditional flavor text on blend GM.mtklein2016-04-061-13/+0
* unify peekPixels around pixmap parameterreed2016-03-091-1/+2
* Style Change: NULL->nullptrhalcanary2015-08-271-3/+3
* make tests portable by using 565 compatible colorscaryclark2015-07-291-1/+1
* add a GM to demo the blend bugmtklein2015-04-171-0/+48
* Remove SkBlendImageFilter, and all tests. Its functionality has been subsumed...senorblanco@chromium.org2013-08-011-106/+0
* revert name changes to SkBlendImageFilter. It (correctly) named its enum kMul...reed@google.com2013-02-011-1/+1
* clone of https://codereview.appspot.com/7208043/reed@google.com2013-01-301-1/+1
* Changing imageFilter GM tests to use drawBitmap instead of drawSpritejunov@chromium.org2013-01-141-5/+13
* Fixed Windows compiler complaints (esp. in debugger)robertphillips@google.com2012-09-061-1/+1
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-2/+2
* Implements the non-Porter-Duff compositing modes required for SVG's feBlendsenorblanco@chromium.org2012-08-221-0/+98