aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GeometryTest.cpp
Commit message (Expand)AuthorAge
* Harden SkClassifyCubicGravatar Chris Dalton2017-11-09
* move parts of SkPoint to SkPointPrivGravatar Cary Clark2017-11-08
* Remove tolerance form SkClassifyCubicGravatar Chris Dalton2017-09-28
* Fix SkClassifyCubic for near-quadraticsGravatar Chris Dalton2017-07-14
* Fix ASAN botGravatar msarett2016-07-13
* handle large conic weightsGravatar reed2016-07-13
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Reland of ix zero-length tangent (patchset #1 id:1 of https://codereview.chro...Gravatar caryclark2015-08-25
* Revert of fix zero-length tangent (patchset #2 id:20001 of https://codereview...Gravatar caryclark2015-08-25
* fix zero-length tangentGravatar caryclark2015-08-25
* impl SkConvertQuadToCubic w/ Sk2sGravatar reed2015-03-26
* use new faster/vector impl for chopping conicsGravatar reed2015-03-26
* remove slower scalar code in favor of vectorsGravatar reed2015-03-26
* SkChopCubicAt2 using Sk2s -- 2x fasterGravatar reed2015-03-24
* use Sk2s for conicsGravatar reed2015-03-20
* use Sk2s for EvalQuadTangent and ChopQuadAtGravatar reed2015-03-20
* alt SkEvalQuadAt that returns its answer, using Sk2fGravatar reed2015-03-19
* Cleanup: Sanitize the order of includes under tests/Gravatar tfarina@chromium.org2014-01-24
* Move macros from TestClassDef.h to Test.hGravatar commit-bot@chromium.org2014-01-14
* Use DEFINE_TESTCLASS_SHORT macro in tests.Gravatar tfarina@chromium.org2013-12-12
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* fix warnings on Mac in testsGravatar caryclark@google.com2012-06-06
* remove fragile assertGravatar reed@google.com2012-02-29
* fix edgecase in chopcubic where we computed duplicate tvaluesGravatar reed@google.com2012-02-29
* Fix initialization of variables; eliminates warnings on Linux.Gravatar tomhudson@google.com2011-07-28
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* add test for SkConvertQuadToCubicGravatar reed@google.com2011-07-27
* more tests (need more meat in there)Gravatar reed@android.com2009-02-27