aboutsummaryrefslogtreecommitdiff
path: root/samplecode/SamplePathText.cpp
AgeCommit message (Expand)Author
2018-11-09Reland "Move remove ptr args to MakeRecAndEffects"Herb Derby
2018-11-09Revert "Move remove ptr args to MakeRecAndEffects"Herb Derby
2018-11-09Move remove ptr args to MakeRecAndEffectsHerb Derby
2018-09-17Use onOnceBeforeDraw instead of constructor for glyphs.Ben Wagner
2018-08-09Move Views into Sample and Viewer.Ben Wagner
2018-04-24include/private/SkTemplates: Cleanup bare pointers.Hal Canary
2018-04-19Untangle strike cache and glyph cacheHerb Derby
2018-04-18Move strike cache Find*() to strike cacheHerb Derby
2018-04-05Distinguish between glyphs with empty path and no path.Ben Wagner
2018-03-22Remove SkAutoGlyphCache decls that happen to workHerb Derby
2018-03-09Remove all uses of getCache with get.Herb Derby
2018-03-07Revert "Remove attach and detach glyph cache."Herb Derby
2018-03-07Remove attach and detach glyph cache.Herb Derby
2017-12-05Add analytic clip FPs that read from the CCPR atlasChris Dalton
2017-11-29Delete even more unused views codeBrian Osman
2017-11-07Add clipping options to path text bench and samplesChris Dalton
2017-08-16Replace SkFAIL with SK_ABORT.Ben Wagner
2017-06-21Fix WavyPathText sampleChris Dalton
2017-06-15Fix buffer overflow in SamplePathTextChris Dalton
2017-03-22Mark overridden destructors with 'override' and remove 'virtual'Brian Salomon
2017-02-13Add animated text samplescsmartdalton