aboutsummaryrefslogtreecommitdiff
path: root/samplecode/SampleText.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete even more unused views codeBrian Osman2017-11-291-1/+0
* add drawString helper to canvasCary Clark2017-04-281-2/+2
* Revert "Revert "make it illegal to include SkXfermode.h""Mike Reed2016-11-231-2/+0
* Revert "make it illegal to include SkXfermode.h"Greg Daniel2016-11-231-0/+2
* make it illegal to include SkXfermode.hMike Reed2016-11-231-2/+0
* Viewer builds (for Windows) with GNBrian Osman2016-10-181-1/+2
* Move SkTypeface to sk_sp.bungeman2016-05-121-1/+1
* Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://coderevi...scroggo2016-05-121-1/+1
* Move SkTypeface to sk_sp.bungeman2016-05-111-1/+1
* Remove uses of SkImageDecoder from samplecodemsarett2016-03-181-1/+0
* remove xmlparser includes from samplescaryclark2016-02-291-1/+0
* Cleanups related to SkFixed.benjaminwagner2016-02-251-37/+0
* Revert of Simple cleanups related to SkFixed. (patchset #4 id:120001 of https...benjaminwagner2016-02-241-0/+37
* Cleanups related to SkFixed.benjaminwagner2016-02-241-37/+0
* Style Change: NULL->nullptrhalcanary2015-08-271-2/+2
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-4/+4
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-3/+3
* Cleanup: More override fixes - another round.tfarina2015-01-051-3/+3
* remove unused TextBufferDirection enumreed2014-10-031-2/+1
* remove dead code from samplereed2014-07-151-68/+0
* remove unused Kernel33MaskFiltercommit-bot@chromium.org2014-05-121-85/+3
* Allow toString capability to be toggled independent of developer mode.commit-bot@chromium.org2014-03-131-4/+4
* use SkColorType instead of SkBitmap::Config in samplecodecommit-bot@chromium.org2014-02-171-2/+2
* Refactor read and write buffers.commit-bot@chromium.org2014-01-301-6/+7
* remove remaining references to Sk64 (obsolete)reed@google.com2014-01-131-2/+1
* deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...reed@google.com2013-12-171-1/+1
* remove SkFloatToScalar macrocommit-bot@chromium.org2013-11-251-1/+1
* Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org2013-09-091-2/+2
* Switch out random number generator for tests, benches, samples.commit-bot@chromium.org2013-09-061-2/+2
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-03-191-2/+2
* Added toString to SkMaskFilter-derived classesrobertphillips@google.com2013-03-181-0/+22
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-01-261-1/+0
* Added toString to SkXfermode-derived classes (for debugger) robertphillips@google.com2013-01-221-0/+8
* pass modifier keys to click events (e.g. control | shift etc.)reed@google.com2013-01-081-2/+3
* fix warnings:mike@reedtribe.org2012-12-241-2/+2
* change SkMaskFilter methods to const, in preparation for making the class asreed@google.com2012-12-181-4/+2
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-1/+1
* Update SkFlattenable buffers to be more modular.djsollen@google.com2012-08-071-2/+3
* Fix type errors and a few warnings for Visual Studio 2010 64-bit build.tomhudson@google.com2012-05-171-1/+1
* Remove unused static functions from SampleApp and effectsdjsollen@google.com2012-03-291-64/+0
* Cleanup code related to SkFlattenable::flatten()djsollen@google.com2012-03-291-6/+5
* Create macro for registering classes for deserializationdjsollen@google.com2012-03-261-12/+5
* 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-1/+1
* code style, inherit from SampleViewreed@google.com2011-05-181-227/+50
* add typefacecachereed@google.com2011-05-021-231/+10
* fix warningsreed@google.com2011-04-141-3/+3
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withreed@google.com2011-02-071-67/+67
* merge with changes for GPU backendreed@android.com2010-12-201-1/+1
* fix matrix use in coretext fonthostreed@android.com2010-07-221-1/+2