aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/strokefill.cpp
Commit message (Expand)AuthorAge
* Add analytic clip FPs that read from the CCPR atlasGravatar Chris Dalton2017-12-05
* Fix artifacts on tiny stroked paths scaled up a lot.Gravatar Stephen White2017-08-23
* Revert "Fix artifacts on tiny stroked paths scaled up a lot."Gravatar Robert Phillips2017-08-23
* Fix artifacts on tiny stroked paths scaled up a lot.Gravatar Stephen White2017-08-22
* GM: some header cleanupGravatar Mike Klein2017-03-22
* stop using SkScalarMulGravatar Mike Reed2017-02-14
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* increase subdivision for very large cubicsGravatar caryclark2016-02-05
* GM: replace boilerplate with macrosGravatar halcanary2015-09-09
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* rename portable_typeface_always to portable_typefaceGravatar caryclark2015-07-24
* make strokefill gm portableGravatar caryclark2015-07-15
* SkPath::Direction serves two masters:Gravatar reed2015-06-10
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* remove unused GM flagsGravatar mtklein2015-01-23
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Update stroke path to use rect returned from isRect (to fix trailing moveTo bug)Gravatar robertphillips2014-12-29
* Cleanup: Another round of override fixes.Gravatar tfarina2014-12-20
* Add standard fonts to all GMs.Gravatar Cary Clark2014-07-31
* Cleanup: Get rid of make_isize() function from gm.h.Gravatar tfarina2014-06-09
* Turn on quilt mode in DM.Gravatar commit-bot@chromium.org2014-04-30
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Compile with c++0x.Gravatar bungeman@google.com2012-03-19
* if the y-max has neighbors (prev and next) with the same Y values, then theGravatar reed@google.com2012-01-17
* fix cheapComputeDirection() in the non-convex case to pivot on the y-max pointGravatar reed@google.com2012-01-11
* use SkIntToScalarGravatar reed@google.com2012-01-10
* restore (debugged) cheapComputeDirectionGravatar reed@google.com2012-01-10
* disable for nowGravatar reed@google.com2012-01-10
* add SkPath::cheapComputeDirection() plus unittestsGravatar reed@google.com2012-01-10
* add SkPath::reverseAddPath()Gravatar reed@google.com2012-01-10