aboutsummaryrefslogtreecommitdiffstats
path: root/gm/dftext.cpp
Commit message (Expand)AuthorAgeFilesLines
* use SkFont for textMike Reed2018-12-141-50/+46
* Change scaling of antialiased perspective text in dftext to help glitches.Jim Van Verth2018-06-151-2/+1
* Revert "Revert "SkTypes: extract SkTo""Hal Canary2018-06-141-2/+4
* Revert "SkTypes: extract SkTo"Hal Canary2018-06-131-4/+2
* SkTypes: extract SkToHal Canary2018-06-121-2/+4
* Revert "Change persp dftext to only antialiased"Jim Van Verth2018-06-071-1/+4
* Change persp dftext to only antialiasedJim Van Verth2018-06-071-4/+1
* Add test of tiny text with perspective.Jim Van Verth2018-06-071-3/+36
* Remove SK_SUPPORT_GPU checks in tool-only codeBrian Osman2018-05-311-6/+0
* slice GMs by native font platform, not by emoji formatMike Klein2017-11-151-1/+1
* add drawString helper to canvasCary Clark2017-04-281-1/+1
* GM: some header cleanupMike Klein2017-03-221-0/+1
* refFoo variant for getters that naturally have a sk_spMike Reed2017-01-121-1/+1
* Remove SkSurfaceProps gamma-correctness flag entirely.brianosman2016-07-261-4/+1
* Factor code to rotate a canvas about a point.bungeman2016-07-121-9/+1
* More removal of SkColorProfileType...brianosman2016-06-201-2/+3
* Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of http...egdaniel2016-06-171-3/+2
* More removal of SkColorProfileType...brianosman2016-06-171-2/+3
* SkTypeface::MakeFromName to take SkFontStyle.mboc2016-05-311-1/+1
* Move SkTypeface to sk_sp.bungeman2016-05-121-2/+2
* Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://coderevi...scroggo2016-05-121-2/+2
* Move SkTypeface to sk_sp.bungeman2016-05-111-2/+2
* Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriatebrianosman2016-04-131-3/+3
* SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...brianosman2016-04-061-2/+6
* switch surface to sk_spreed2016-03-231-3/+2
* update callsites for Make image factoriesreed2016-03-171-3/+1
* Move Budgeted enum out of SkSurface, use in GrTextureProviderbsalomon2016-02-251-1/+1
* Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...bsalomon2016-02-251-1/+1
* Move Budgeted enum out of SkSurface, use in GrTextureProviderbsalomon2016-02-251-1/+1
* Rename flag from "distance field" to "device independent."bsalomon2015-08-311-1/+1
* Style Change: NULL->nullptrhalcanary2015-08-271-6/+6
* Style Change: SkNEW->new; SkDELETE->deletehalcanary2015-08-261-1/+1
* rename portable_typeface_always to portable_typefacecaryclark2015-07-241-1/+1
* make dftext gm not overlap itselfcaryclark2015-07-231-6/+6
* make dftext the same on Linux and Androidcaryclark2015-07-231-12/+0
* fix typeface leakcaryclark2015-07-231-1/+1
* make color emoji gm portablecaryclark2015-07-211-19/+15
* Remove distance field flag from SkPaintjvanverth2015-06-221-3/+1
* Move resource fonts to common location.bungeman2015-04-301-8/+1
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-4/+4
* Fix up some issues introduced by https://codereview.chromium.org/1013773002/jvanverth2015-03-161-2/+7
* Fix SDF gradient calculation for non-uniform xformsjvanverth2015-03-161-0/+16
* Add missing SK_OVERRIDErmistry2015-02-021-1/+1
* remove unused GM flagsmtklein2015-01-231-4/+0
* Make SkStream *not* ref counted.scroggo2015-01-211-2/+2
* Require budget decision when creating a RenderTarget SkSurface.bsalomon2015-01-161-1/+2
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-4/+4
* DM warning-free on win64bsalomon2014-12-121-2/+2
* Add color emoji fallback for distance field text.jvanverth2014-10-201-12/+27
* fix android framework build errorsdjsollen2014-10-081-3/+3