aboutsummaryrefslogtreecommitdiff
path: root/gm/convex_all_line_paths.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Create new inset algorithm for spot shadows""Brian Salomon2017-03-241-134/+302
* Revert "Create new inset algorithm for spot shadows"Brian Salomon2017-03-241-302/+134
* Create new inset algorithm for spot shadowsJim Van Verth2017-03-241-134/+302
* Remove SkAutoTDeleteArrayBen Wagner2016-11-021-1/+1
* Replace a lot of 'static const' with 'constexpr' or 'const'.mtklein2016-09-011-6/+6
* Ignore fill when stroke & filling convex line-only pathsrobertphillips2016-08-261-3/+36
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-2/+2
* Style Change: NULL->nullptrhalcanary2015-08-271-1/+1
* Style Change: SkNEW->new; SkDELETE->deletehalcanary2015-08-261-3/+2
* Use static_assert instead of SK_COMPILE_ASSERT.bungeman2015-08-201-1/+1
* SkPath::Direction serves two masters:reed2015-06-101-3/+4
* Fix convex-lineonly-paths GM so it plays nice with SampleApprobertphillips2015-05-081-10/+10
* Fix memory deletion error in "convex-lineonly-paths" GMrobertphillips2015-04-281-1/+1
* Add new GM/bench for line-only convex pathsrobertphillips2015-04-281-0/+321