aboutsummaryrefslogtreecommitdiffstats
path: root/gm/xfermodes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style Change: NULL->nullptrhalcanary2015-08-271-2/+2
* rename portable_typeface_always to portable_typefacecaryclark2015-07-241-1/+1
* make xfermode* portablecaryclark2015-07-211-6/+6
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-4/+4
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-4/+4
* Cleanup: Another round of override fixes.tfarina2014-12-201-3/+3
* Remove SkCanvas::drawBitmapMatrix()Florin Malita2014-12-101-5/+12
* 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
* Move SkShader::fLocalMatrix into SkShader constructor.commit-bot@chromium.org2014-04-281-4/+4
* Reduce internal explicit SaveFlags usage.commit-bot@chromium.org2014-04-181-2/+2
* replace SkBitmap::Config with SkColorType in gmscommit-bot@chromium.org2014-02-171-6/+5
* add legacy/helper allocN32Pixels, and convert gm to use itreed@google.com2014-01-251-2/+1
* [PDF] Fix clipping in xfermode improvement.commit-bot@chromium.org2013-12-171-1/+12
* [PDF] Fixes the cases where SkPDFDevice::finishContentEntry is called with em...commit-bot@chromium.org2013-12-031-5/+16
* Fix int/SkScalar mismatch in gm.vandebo@chromium.org2013-10-301-3/+5
* [PDF] Improve complex xfer mode support.vandebo@chromium.org2013-10-301-40/+126
* store SkAlphaType inside SkBitmap, on road to support unpremulreed@google.com2013-10-211-2/+1
* Added support for non-separable blending modes.commit-bot@chromium.org2013-03-051-0/+4
* land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matchin...reed@google.com2013-02-041-0/+1
* clone of https://codereview.appspot.com/7208043/reed@google.com2013-01-301-1/+1
* Remove a workaround in gm/xfermodes.cppscroggo@google.com2013-01-281-17/+9
* Defining new color constat for transparent colorjunov@google.com2012-12-061-2/+2
* SkCanvas::setDevice() must die, and so we begin by removing our ownmike@reedtribe.org2012-09-261-9/+14
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-1/+1
* can't pass const to setPixels :(reed@google.com2011-12-201-5/+3
* defer creating offscreen until our first draw (so our constructor runs fast)reed@google.com2011-12-201-12/+20
* Import all GMs as Samples.bsalomon@google.com2011-10-311-6/+0
* Automatic update of all copyright notices to reflect new license terms.epoger@google.com2011-07-281-0/+7
* roll back r1705epoger@google.com2011-06-241-110/+35
* Add additional source types to xfer mode test.vandebo@chromium.org2011-06-241-35/+110
* Allocate a bitmap on the stack in xfermodes.cpp to work around a limitationtomhudson@google.com2011-04-261-27/+29
* update baselines to add 2point-radial gradients, and use gpu-friendly xfermod...reed@google.com2010-12-231-42/+28
* remove remaining references to porterduffreed@android.com2009-06-231-2/+4
* update to use new xfermodesreed@android.com2009-06-231-27/+37
* gm -w 'directory' now works for recording the master imagesreed@android.com2009-06-211-1/+1
* almost there on gm (need to fix image writes/reads/compares)reed@android.com2009-06-211-0/+4
* more progress on golden-master test suite (not finished yet)reed@android.com2009-06-201-0/+172