aboutsummaryrefslogtreecommitdiffstats
path: root/gm/textblobmixedsizes.cpp
Commit message (Expand)AuthorAgeFilesLines
* use font in tool_utils add_to_text_blob()Mike Reed2018-12-231-24/+19
* don't adapt any gray colors to 565Mike Klein2018-08-161-3/+3
* Remove SK_SUPPORT_GPU checks in tool-only codeBrian Osman2018-05-311-6/+0
* hide SkBlurMaskFilter and SkBlurQualityMike Reed2018-03-141-2/+2
* resources: resource identifiers don't begin with leading slashHal Canary2017-12-081-1/+1
* GMs: add platform_font_manager to some namesHal Canary2017-11-141-5/+3
* GM: some header cleanupMike Klein2017-03-221-0/+1
* refFoo variant for getters that naturally have a sk_spMike Reed2017-01-121-1/+1
* Use sk_sp text blob APIsfmalita2016-09-131-2/+2
* Replace a lot of 'static const' with 'constexpr' or 'const'.mtklein2016-09-011-6/+6
* Remove SkSurfaceProps gamma-correctness flag entirely.brianosman2016-07-261-4/+1
* More removal of SkColorProfileType...brianosman2016-06-201-2/+4
* Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of http...egdaniel2016-06-171-4/+2
* More removal of SkColorProfileType...brianosman2016-06-171-2/+4
* Move SkTypeface to sk_sp.bungeman2016-05-121-2/+1
* Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://coderevi...scroggo2016-05-121-1/+2
* Move SkTypeface to sk_sp.bungeman2016-05-111-2/+1
* Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriatebrianosman2016-04-131-3/+3
* adjust gm bounds for better content fitreed2016-04-111-2/+2
* SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...brianosman2016-04-061-2/+6
* switch maskfilters to sk_spreed2016-04-041-3/+2
* switch surface to sk_spreed2016-03-231-3/+2
* update callsites for Make image factoriesreed2016-03-171-3/+1
* Avoid drawing NVPR DIF text when text size is 0kkinnunen2016-03-041-0/+7
* 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
* Make Ben happyjoshualitt2015-09-181-1/+1
* Rename flag from "distance field" to "device independent."bsalomon2015-08-311-1/+1
* Style Change: NULL->nullptrhalcanary2015-08-271-1/+1
* Style Change: SkNEW->new; SkDELETE->deletehalcanary2015-08-261-2/+2
* Write a gm to verify append large glyph as path worksjoshualitt2015-08-261-0/+191