aboutsummaryrefslogtreecommitdiff
path: root/samplecode/SampleHairline.cpp
AgeCommit message (Expand)Author
2018-01-23IWYU -- SkShader.hMike Reed
2017-11-29Delete even more unused views codeBrian Osman
2017-05-16SkCanvas: Helpers for draw{Point,Line,Circle}Hal Canary
2016-11-23Revert "Revert "make it illegal to include SkXfermode.h""Mike Reed
2016-11-23Revert "make it illegal to include SkXfermode.h"Greg Daniel
2016-11-23make it illegal to include SkXfermode.hMike Reed
2016-03-18Remove uses of SkImageDecoder from samplecodemsarett
2016-02-29remove xmlparser includes from samplescaryclark
2015-08-27Style Change: NULL->nullptrhalcanary
2015-03-25C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein
2015-02-02add SkAnimTimer, SPACE = pause/resume, ESP = stopreed
2015-02-01allow GMs to animatereed
2014-05-29Revert "Revert of add colortable support to imagegenerator (https://coderevie...commit-bot@chromium.org
2014-05-12remove unused Kernel33MaskFiltercommit-bot@chromium.org
2014-02-17use SkColorType instead of SkBitmap::Config in samplecodecommit-bot@chromium.org
2014-01-27fix more 64bit warningsreed@google.com
2014-01-13remove remaining references to Sk64 (obsolete)reed@google.com
2013-11-25remove SkFloatToScalar macrocommit-bot@chromium.org
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-01-08pass modifier keys to click events (e.g. control | shift etc.)reed@google.com
2012-12-06Defining new color constat for transparent colorjunov@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-06-06one more warning suppressed (make unused codecaryclark@google.com
2011-07-28Automatic update of all copyright notices to reflect new license terms.epoger@google.com
2011-05-24Grab-bag of memory fixes. SkFlatMatrix::Flatten had the same issue assenorblanco@chromium.org
2011-05-05switch to inheriting from SampleViewmike@reedtribe.org
2009-11-30add unittest for IntersectLine, used by hairlinesreed@android.com
2009-08-28fix gaps in antialiased hairlines (thanks to preda)reed@android.com
2009-08-25show the hairlines after each test iterationreed@android.com
2009-03-23add check/hack to avoid drawing outside of the clip for hairlinesreed@android.com