Commit message (Expand) | Author | Age | |
---|---|---|---|
* | SkCanvas: Helpers for draw{Point,Line,Circle} | Hal Canary | 2017-05-16 |
* | GM: some header cleanup | Mike Klein | 2017-03-22 |
* | Correct a small mistake in SkPath::build_arc_conics | xidachen | 2016-10-19 |
* | Fix SkPath::arcTo when sweepAngle is tiny and radius is big | xidachen | 2016-10-06 |
* | Add GMs for Analytic Anti-Aliasing | liyuqian | 2016-10-03 |
* | Style bikeshed - remove extraneous whitespace | halcanary | 2016-03-29 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | make tests portable by using 565 compatible colors | caryclark | 2015-07-29 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | add gm for path-arcs, and catch degenerate arc in conic-case | reed | 2015-02-17 |
* | add gm for stroked circles that are zoomed | reed | 2015-02-10 |
* | more gms for conics | reed | 2015-02-09 |
* | add SkAnimTimer, SPACE = pause/resume, ESP = stop | reed | 2015-02-02 |
* | allow GMs to animate | reed | 2015-02-01 |
* | add new gm for SkPath::addArc() | reed | 2015-01-29 |