Add fixes & test for isConfigTexturable and isConfigRenderable
[platform/upstream/libSkiaSharp.git] / gm / variedtext.cpp
2017-04-28 Cary Clarkadd drawString helper to canvas
2017-03-22 Mike KleinGM: some header cleanup
2016-12-21 Brian SalomonMisc batch->op cleanup Part 1 of 2
2016-09-01 mtkleinReplace a lot of 'static const' with 'constexpr' or...
2016-05-31 mbocSkTypeface::MakeFromName to take SkFontStyle.
2016-05-12 bungemanMove SkTypeface to sk_sp.
2016-05-12 scroggoRevert of Move SkTypeface to sk_sp. (patchset #5 id...
2016-05-11 bungemanMove SkTypeface to sk_sp.
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-08-20 bungemanUse static_assert instead of SK_COMPILE_ASSERT.
2015-07-24 caryclarkrename portable_typeface_always to portable_typeface
2015-07-21 caryclarkmake varied_text* gm portable
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-01-23 mtkleinremove unused GM flags
2015-01-23 mtkleinSpin off GM::runAsBench() from flags.
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-07-31 Cary ClarkAdd standard fonts to all GMs.
2014-06-09 bsalomonGM/bench for text draws with various parameters and...