aboutsummaryrefslogtreecommitdiffstats
path: root/samplecode/SamplePatch.cpp
Commit message (Expand)AuthorAgeFilesLines
* IWYU: SkUtils.hHal Canary2018-08-211-1/+1
* Move Views into Sample and Viewer.Ben Wagner2018-08-091-12/+9
* Delete even more unused views codeBrian Osman2017-11-291-1/+0
* move vertex-mode enum into SkVerticesMike Reed2017-04-031-3/+5
* stop using SkScalarMulMike Reed2017-02-141-18/+12
* Revert "Revert "make it illegal to include SkXfermode.h""Mike Reed2016-11-231-1/+0
* Revert "make it illegal to include SkXfermode.h"Greg Daniel2016-11-231-0/+1
* make it illegal to include SkXfermode.hMike Reed2016-11-231-1/+0
* remove xfermode from public apiMike Reed2016-10-281-2/+1
* Remove uses of SkImageDecoder from samplecodemsarett2016-03-181-3/+3
* sk_sp versions of newWithColorFilter and newWithLocalMatrixreed2016-03-101-4/+2
* use Make instead of Create to return a shared shaderreed2016-03-081-12/+7
* Check bounds before casting float to integer in SamplePatch.cpp and SkBlurMas...benjaminwagner2016-03-011-13/+1
* change factory to method, to parallel pattern in imagefilters. no functionali...reed2015-12-301-2/+2
* Style Change: NULL->nullptrhalcanary2015-08-271-7/+7
* Fix up -Winconsistent-missing-overridemtklein2015-07-131-5/+4
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-2/+2
* SkPaint::FilterLevel -> SkFilterQualityreed2015-03-161-1/+1
* migrate more samples over to SkAnimTImerreed2015-02-051-5/+9
* parameterize tesselation paramsreed2014-08-061-9/+11
* fix hittest in Patch samplereed2014-08-061-2/+7
* Remove unused (by clients) SkUnitMappercommit-bot@chromium.org2014-05-221-1/+1
* Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromiu...commit-bot@chromium.org2014-05-221-1/+1
* Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/2832...commit-bot@chromium.org2014-05-211-1/+1
* Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromiu...commit-bot@chromium.org2014-05-161-1/+1
* remove unused (by clients) SkUnitMappercommit-bot@chromium.org2014-05-161-1/+1
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2014-05-081-1/+1
* add localmatrix-shadercommit-bot@chromium.org2014-05-071-0/+15
* fix more 64bit warningsreed@google.com2014-01-271-1/+1
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...reed@google.com2013-10-311-1/+1
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...reed@google.com2013-10-311-1/+1
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...reed@google.com2013-10-311-1/+1
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-01-261-1/+0
* pass modifier keys to click events (e.g. control | shift etc.)reed@google.com2013-01-081-2/+3
* samplecode: Avoid temporary variables of SkString type.tfarina@chromium.org2012-09-301-4/+2
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-1/+1
* fix warnings on Mac in ssamplecodecaryclark@google.com2012-06-061-11/+0
* Automatic update of all copyright notices to reflect new license terms.epoger@google.com2011-07-281-0/+7
* The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns onsenorblanco@chromium.org2011-05-191-2/+3
* switch to inheriting from SampleViewmike@reedtribe.org2011-05-051-9/+5
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withreed@google.com2011-02-071-35/+35
* merge with changes for GPU backendreed@android.com2010-12-201-74/+2
* use sk_bzero instead of bzero, since it isn't always available.reed@android.com2009-06-291-1/+1
* remove remaining references to porterduffreed@android.com2009-06-231-1/+0
* add isConvex() hit to SkPath, to be used to speed up fills and openglreed@android.com2009-06-031-17/+19
* Change (correct) SkImageRef's ownership rule for streams to the skia standardreed@android.com2009-03-161-1/+0
* first cut at event-based test appreed@android.com2008-12-191-1/+0
* grab from latest androidreed@android.com2008-12-171-0/+418