aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleBitmapRect.cpp
Commit message (Expand)AuthorAge
* Defer Sample setup to onOnceBeforeDraw.Gravatar Ben Wagner2018-06-07
* IWYU -- SkShader.hGravatar Mike Reed2018-01-23
* add drawString helper to canvasGravatar Cary Clark2017-04-28
* Revert "Revert "make it illegal to include SkXfermode.h""Gravatar Mike Reed2016-11-23
* Revert "make it illegal to include SkXfermode.h"Gravatar Greg Daniel2016-11-23
* make it illegal to include SkXfermode.hGravatar Mike Reed2016-11-23
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Remove uses of SkImageDecoder from samplecodeGravatar msarett2016-03-18
* use Make instead of Create to return a shared shaderGravatar reed2016-03-08
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* flag to use const& instead of const* for src-rectGravatar reed2015-08-06
* Revert[2] of guard to remove DrawBitmapRectFlagsGravatar reed2015-07-17
* Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://co...Gravatar scroggo2015-07-17
* guard to remove DrawBitmapRectFlagsGravatar reed2015-07-16
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* SkPaint::FilterLevel -> SkFilterQualityGravatar reed2015-03-16
* add SkAnimTimer, SPACE = pause/resume, ESP = stopGravatar reed2015-02-02
* use surface in SkView/SampleAppGravatar reed2014-09-18
* use SkColorType instead of SkBitmap::Config in samplecodeGravatar commit-bot@chromium.org2014-02-17
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...Gravatar reed@google.com2013-10-31
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...Gravatar reed@google.com2013-10-31
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...Gravatar reed@google.com2013-10-31
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-26
* Reimplement drawBitmapRectToRect to correctly handle fraction srcRect.Gravatar reed@google.com2012-09-25
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Create GPU-less build of Skia.Gravatar bsalomon@google.com2012-08-02
* reimage ninepatch-stretch with white bg (for easier printing)Gravatar reed@google.com2011-09-06
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* fix return value for make_bitmapGravatar reed@google.com2011-07-06
* check-point for testing drawBitmap [raster,gpu] -> [raster,gpu]Gravatar reed@google.com2011-07-06
* The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns onGravatar senorblanco@chromium.org2011-05-19
* migrate some samples over to SampleView, for FPS measurementsGravatar reed@google.com2011-04-22
* merge with changes for GPU backendGravatar reed@android.com2010-12-20
* clean up fix to drawBitmapRectGravatar reed@android.com2009-10-16
* fix drawBitmapRect to not clip the src rect when computing the matrixGravatar reed@android.com2009-10-15
* remove remaining references to porterduffGravatar reed@android.com2009-06-23
* Change (correct) SkImageRef's ownership rule for streams to the skia standardGravatar reed@android.com2009-03-16
* add CG imagedecoder (still needs encoding)Gravatar reed@android.com2008-12-23
* grab from latest androidGravatar reed@android.com2008-12-17