aboutsummaryrefslogtreecommitdiff
path: root/samplecode/SampleBitmapRect.cpp
Commit message (Expand)AuthorAgeFilesLines
* IWYU -- SkShader.hMike Reed2018-01-231-0/+1
* add drawString helper to canvasCary Clark2017-04-281-1/+1
* 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
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+1
* Remove uses of SkImageDecoder from samplecodemsarett2016-03-181-1/+0
* use Make instead of Create to return a shared shaderreed2016-03-081-2/+2
* Style Change: NULL->nullptrhalcanary2015-08-271-1/+1
* flag to use const& instead of const* for src-rectreed2015-08-061-2/+2
* Revert[2] of guard to remove DrawBitmapRectFlagsreed2015-07-171-2/+4
* Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://co...scroggo2015-07-171-2/+2
* guard to remove DrawBitmapRectFlagsreed2015-07-161-2/+2
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-6/+6
* SkPaint::FilterLevel -> SkFilterQualityreed2015-03-161-2/+2
* add SkAnimTimer, SPACE = pause/resume, ESP = stopreed2015-02-021-29/+41
* use surface in SkView/SampleAppreed2014-09-181-6/+0
* use SkColorType instead of SkBitmap::Config in samplecodecommit-bot@chromium.org2014-02-171-4/+2
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...reed@google.com2013-10-311-2/+2
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...reed@google.com2013-10-311-2/+2
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...reed@google.com2013-10-311-2/+2
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-01-261-1/+0
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2012-09-261-7/+7
* Reimplement drawBitmapRectToRect to correctly handle fraction srcRect.reed@google.com2012-09-251-39/+169
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-6/+6
* Create GPU-less build of Skia.bsalomon@google.com2012-08-021-1/+9
* reimage ninepatch-stretch with white bg (for easier printing)reed@google.com2011-09-061-1/+1
* Automatic update of all copyright notices to reflect new license terms.epoger@google.com2011-07-281-0/+7
* fix return value for make_bitmapreed@google.com2011-07-061-3/+5
* check-point for testing drawBitmap [raster,gpu] -> [raster,gpu]reed@google.com2011-07-061-12/+21
* The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns onsenorblanco@chromium.org2011-05-191-1/+1
* migrate some samples over to SampleView, for FPS measurementsreed@google.com2011-04-221-8/+3
* merge with changes for GPU backendreed@android.com2010-12-201-2/+2
* clean up fix to drawBitmapRectreed@android.com2009-10-161-3/+4
* fix drawBitmapRect to not clip the src rect when computing the matrixreed@android.com2009-10-151-57/+45
* remove remaining references to porterduffreed@android.com2009-06-231-1/+0
* Change (correct) SkImageRef's ownership rule for streams to the skia standardreed@android.com2009-03-161-1/+0
* add CG imagedecoder (still needs encoding)reed@android.com2008-12-231-1/+0
* grab from latest androidreed@android.com2008-12-171-0/+111