aboutsummaryrefslogtreecommitdiff
path: root/samplecode/SampleFontScalerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove internal use of SkTypeface::Style.Ben Wagner2017-07-271-20/+20
* Factor code to rotate a canvas about a point.bungeman2016-07-121-8/+1
* SkTypeface::MakeFromName to take SkFontStyle.mboc2016-05-311-2/+3
* Move SkTypeface to sk_sp.bungeman2016-05-121-10/+3
* Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://coderevi...scroggo2016-05-121-3/+10
* Move SkTypeface to sk_sp.bungeman2016-05-111-10/+3
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+0
* Style Change: NULL->nullptrhalcanary2015-08-271-3/+3
* remove SkFloatToScalar macrocommit-bot@chromium.org2013-11-251-6/+6
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-01-261-1/+0
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-4/+4
* Fixed minor Release & fixed point compiler warnings on Linuxrobertphillips@google.com2012-04-251-3/+6
* Fixing Windows compiler complaintsrobertphillips@google.com2012-04-061-1/+1
* Fix some warnings on VS2010 bsalomon@google.com2011-10-241-1/+2
* test subpixeltextreed@google.com2011-08-231-5/+6
* Automatic update of all copyright notices to reflect new license terms.epoger@google.com2011-07-281-0/+7
* add more angles, and test lineartextreed@google.com2011-07-131-24/+36
* add typefacecachereed@google.com2011-05-021-8/+3
* fix warningsreed@google.com2011-04-141-4/+5
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withreed@google.com2011-02-071-11/+11
* call notifyPixelsChanged() when the pages are flipped in pageflippixelrefreed@android.com2009-05-301-9/+0
* disable cubic test for now (currently broken)reed@android.com2009-03-161-1/+2
* add sanity checks to handles extremely large coordinates or filter margins.reed@android.com2009-03-161-1/+15
* Change (correct) SkImageRef's ownership rule for streams to the skia standardreed@android.com2009-03-161-0/+3
* remember to specify the bloody font tag in the constructor!reed@android.com2009-03-101-2/+23
* mac fonts sort of work nowreed@android.com2009-03-091-0/+91