aboutsummaryrefslogtreecommitdiffstats
path: root/samplecode/SampleTiling.cpp
Commit message (Expand)AuthorAgeFilesLines
* drawText Cleanup, part 4Hal Canary2019-01-091-4/+3
* change textutils to require font paramMike Reed2019-01-031-2/+1
* hide the SkPaint::Align enum entirelyMike Reed2018-10-301-1/+1
* use utils for deprecated TextAlignMike Reed2018-10-261-2/+3
* IWYU: SkUtils.hHal Canary2018-08-211-1/+1
* Move Views into Sample and Viewer.Ben Wagner2018-08-091-10/+7
* IWYU -- SkShader.hMike Reed2018-01-231-0/+2
* add drawString helper to canvasCary Clark2017-04-281-2/+2
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+0
* guard rasterizer and drawlooper settersreed2016-03-211-4/+4
* return pictures as sk_spreed2016-03-181-3/+3
* use Make instead of Create to return a shared shaderreed2016-03-081-4/+3
* Reland of change all factories to return their base-class (patchset #1 id:1 o...reed2015-12-211-2/+2
* Revert of change all factories to return their base-class (patchset #1 id:1 o...reed2015-12-201-2/+2
* change all factories to return their base-classreed2015-12-201-2/+2
* Style Change: NULL->nullptrhalcanary2015-08-271-4/+4
* SkPaint::FilterLevel -> SkFilterQualityreed2015-03-161-1/+1
* "NULL !=" = NULLbsalomon2014-09-051-4/+4
* Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)robertphillips2014-06-041-1/+1
* Remove unused (by clients) SkUnitMappercommit-bot@chromium.org2014-05-221-9/+1
* Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromiu...commit-bot@chromium.org2014-05-221-1/+9
* Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/2832...commit-bot@chromium.org2014-05-211-9/+1
* Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromiu...commit-bot@chromium.org2014-05-161-1/+9
* remove unused (by clients) SkUnitMappercommit-bot@chromium.org2014-05-161-9/+1
* Staging for cleanup of SkPicture-related headersrobertphillips@google.com2014-04-181-0/+1
* Staged removal of SkPicture-derived classescommit-bot@chromium.org2014-04-171-1/+1
* Fix bug in SampleApp's Tiling Viewcommit-bot@chromium.org2014-04-151-3/+7
* Make sure SkDrawLooper objects can only be allocated on the heap.commit-bot@chromium.org2014-04-151-7/+7
* split SkPictureRecorder out of SkPicturerobertphillips@google.com2014-04-131-7/+8
* Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...commit-bot@chromium.org2014-04-111-1/+1
* Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...commit-bot@chromium.org2014-04-111-1/+1
* Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...commit-bot@chromium.org2014-04-101-1/+1
* Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...commit-bot@chromium.org2014-04-101-1/+1
* Rename kPMColor_SkColorType to kN32_SkColorType.commit-bot@chromium.org2014-04-091-1/+1
* use SkColorType instead of SkBitmap::Config in samplecodecommit-bot@chromium.org2014-02-171-10/+9
* 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 Housekeeper-Nightlyskia.committer@gmail.com2013-09-071-1/+1
* Push sigma-based blur interface into our GMs/benches/tests/samplecoderobertphillips@google.com2013-09-061-2/+4
* remove dst/rendertarget support for kARGB_4444_Configreed@google.com2013-06-211-1/+0
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-01-261-1/+0
* Defining new color constat for transparent colorjunov@google.com2012-12-061-1/+1
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-13/+13
* SampleApp: fixing bad ref counting on non dynamically allocated objectjunov@google.com2011-09-131-4/+9
* 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-8/+8
* remove some dead code in pipesreed@google.com2011-05-111-9/+0
* migrate some samples over to SampleView, for FPS measurementsreed@google.com2011-04-221-9/+3
* merge with changes for GPU backendreed@android.com2010-12-201-19/+26