aboutsummaryrefslogtreecommitdiff
path: root/samplecode/SampleTiling.cpp
AgeCommit message (Expand)Author
2018-10-30hide the SkPaint::Align enum entirelyMike Reed
2018-10-26use utils for deprecated TextAlignMike Reed
2018-08-21IWYU: SkUtils.hHal Canary
2018-08-09Move Views into Sample and Viewer.Ben Wagner
2018-01-23IWYU -- SkShader.hMike Reed
2017-04-28add drawString helper to canvasCary Clark
2016-03-29Style bikeshed - remove extraneous whitespacehalcanary
2016-03-21guard rasterizer and drawlooper settersreed
2016-03-18return pictures as sk_spreed
2016-03-08use Make instead of Create to return a shared shaderreed
2015-12-21Reland of change all factories to return their base-class (patchset #1 id:1 o...reed
2015-12-20Revert of change all factories to return their base-class (patchset #1 id:1 o...reed
2015-12-20change all factories to return their base-classreed
2015-08-27Style Change: NULL->nullptrhalcanary
2015-03-16SkPaint::FilterLevel -> SkFilterQualityreed
2014-09-05"NULL !=" = NULLbsalomon
2014-06-04Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)robertphillips
2014-05-22Remove unused (by clients) SkUnitMappercommit-bot@chromium.org
2014-05-22Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromiu...commit-bot@chromium.org
2014-05-21Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/2832...commit-bot@chromium.org
2014-05-16Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromiu...commit-bot@chromium.org
2014-05-16remove unused (by clients) SkUnitMappercommit-bot@chromium.org
2014-04-18Staging for cleanup of SkPicture-related headersrobertphillips@google.com
2014-04-17Staged removal of SkPicture-derived classescommit-bot@chromium.org
2014-04-15Fix bug in SampleApp's Tiling Viewcommit-bot@chromium.org
2014-04-15Make sure SkDrawLooper objects can only be allocated on the heap.commit-bot@chromium.org
2014-04-13split SkPictureRecorder out of SkPicturerobertphillips@google.com
2014-04-11Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...commit-bot@chromium.org
2014-04-11Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...commit-bot@chromium.org
2014-04-10Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...commit-bot@chromium.org
2014-04-10Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...commit-bot@chromium.org
2014-04-09Rename kPMColor_SkColorType to kN32_SkColorType.commit-bot@chromium.org
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-09-07Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-09-06Push sigma-based blur interface into our GMs/benches/tests/samplecoderobertphillips@google.com
2013-06-21remove dst/rendertarget support for kARGB_4444_Configreed@google.com
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-12-06Defining new color constat for transparent colorjunov@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2011-09-13SampleApp: fixing bad ref counting on non dynamically allocated objectjunov@google.com
2011-07-28Automatic update of all copyright notices to reflect new license terms.epoger@google.com
2011-05-19The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns onsenorblanco@chromium.org
2011-05-11remove some dead code in pipesreed@google.com
2011-04-22migrate some samples over to SampleView, for FPS measurementsreed@google.com
2010-12-20merge with changes for GPU backendreed@android.com
2008-12-23update more sample code to new compose shader headerreed@android.com
2008-12-17grab from latest androidreed@android.com