aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/convex_all_line_paths.cpp
Commit message (Expand)AuthorAge
* Add ear-clipping code to triangulate simple polygons.Gravatar Jim Van Verth2018-06-29
* Add SkOffsetSimplePolygon.Gravatar Jim Van Verth2018-04-03
* Rename SkInsetConvexPolygon to SkOffsetPolygon.Gravatar Jim Van Verth2018-03-28
* Revert "Revert "Create new inset algorithm for spot shadows""Gravatar Brian Salomon2017-03-24
* Revert "Create new inset algorithm for spot shadows"Gravatar Brian Salomon2017-03-24
* Create new inset algorithm for spot shadowsGravatar Jim Van Verth2017-03-24
* Remove SkAutoTDeleteArrayGravatar Ben Wagner2016-11-02
* Replace a lot of 'static const' with 'constexpr' or 'const'.Gravatar mtklein2016-09-01
* Ignore fill when stroke & filling convex line-only pathsGravatar robertphillips2016-08-26
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Use static_assert instead of SK_COMPILE_ASSERT.Gravatar bungeman2015-08-20
* SkPath::Direction serves two masters:Gravatar reed2015-06-10
* Fix convex-lineonly-paths GM so it plays nice with SampleAppGravatar robertphillips2015-05-08
* Fix memory deletion error in "convex-lineonly-paths" GMGravatar robertphillips2015-04-28
* Add new GM/bench for line-only convex pathsGravatar robertphillips2015-04-28