aboutsummaryrefslogtreecommitdiff
path: root/samplecode/SampleBitmapRect.cpp
AgeCommit message (Expand)Author
2018-08-21IWYU: SkUtils.hHal Canary
2018-08-09Move Views into Sample and Viewer.Ben Wagner
2018-06-07Defer Sample setup to onOnceBeforeDraw.Ben Wagner
2018-01-23IWYU -- SkShader.hMike Reed
2017-04-28add drawString helper to canvasCary Clark
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-29Style bikeshed - remove extraneous whitespacehalcanary
2016-03-18Remove uses of SkImageDecoder from samplecodemsarett
2016-03-08use Make instead of Create to return a shared shaderreed
2015-08-27Style Change: NULL->nullptrhalcanary
2015-08-06flag to use const& instead of const* for src-rectreed
2015-07-17Revert[2] of guard to remove DrawBitmapRectFlagsreed
2015-07-17Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://co...scroggo
2015-07-16guard to remove DrawBitmapRectFlagsreed
2015-03-25C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein
2015-03-16SkPaint::FilterLevel -> SkFilterQualityreed
2015-02-02add SkAnimTimer, SPACE = pause/resume, ESP = stopreed
2014-09-18use surface in SkView/SampleAppreed
2014-02-17use SkColorType instead of SkBitmap::Config in samplecodecommit-bot@chromium.org
2013-10-31Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...reed@google.com
2013-10-31Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...reed@google.com
2013-10-31add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...reed@google.com
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-09-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-09-25Reimplement drawBitmapRectToRect to correctly handle fraction srcRect.reed@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-08-02Create GPU-less build of Skia.bsalomon@google.com
2011-09-06reimage ninepatch-stretch with white bg (for easier printing)reed@google.com
2011-07-28Automatic update of all copyright notices to reflect new license terms.epoger@google.com
2011-07-06fix return value for make_bitmapreed@google.com
2011-07-06check-point for testing drawBitmap [raster,gpu] -> [raster,gpu]reed@google.com
2011-05-19The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns onsenorblanco@chromium.org
2011-04-22migrate some samples over to SampleView, for FPS measurementsreed@google.com
2010-12-20merge with changes for GPU backendreed@android.com
2009-10-16clean up fix to drawBitmapRectreed@android.com
2009-10-15fix drawBitmapRect to not clip the src rect when computing the matrixreed@android.com
2009-06-23remove remaining references to porterduffreed@android.com
2009-03-16Change (correct) SkImageRef's ownership rule for streams to the skia standardreed@android.com
2008-12-23add CG imagedecoder (still needs encoding)reed@android.com
2008-12-17grab from latest androidreed@android.com