skia2/src/pathops
2014-10-03 05:36:27 -07:00
..
SkAddIntersections.cpp fail early if coincidence can't be resolved 2014-09-19 06:33:31 -07:00
SkAddIntersections.h fail early if coincidence can't be resolved 2014-09-19 06:33:31 -07:00
SkDCubicIntersection.cpp Fix last pathops skp bug 2014-06-18 07:24:19 -07:00
SkDCubicLineIntersection.cpp Enabling the canvas bit to turn the clip stack into a flat replace exposed around 100 failures when testing the 800K skp set generated from the top 1M web sites. 2014-06-17 05:15:38 -07:00
SkDCubicToQuads.cpp Mike R: please sanity check SkPostConfig.h 2014-04-14 17:08:59 +00:00
SkDLineIntersection.cpp update pathops core and tests 2014-07-18 05:08:14 -07:00
SkDQuadImplicit.cpp path ops work in progress 2013-10-02 14:49:34 +00:00
SkDQuadImplicit.h
SkDQuadIntersection.cpp relax quadratic binary search test 2014-08-12 05:49:37 -07:00
SkDQuadLineIntersection.cpp Enabling the canvas bit to turn the clip stack into a flat replace exposed around 100 failures when testing the 800K skp set generated from the top 1M web sites. 2014-06-17 05:15:38 -07:00
SkIntersectionHelper.h Enabling the canvas bit to turn the clip stack into a flat replace exposed around 100 failures when testing the 800K skp set generated from the top 1M web sites. 2014-06-17 05:15:38 -07:00
SkIntersections.cpp add const to arrays of member functions 2014-08-25 06:53:04 -07:00
SkIntersections.h add const to arrays of member functions 2014-08-25 06:53:04 -07:00
SkLineParameters.h Add some missing header include guards 2014-06-20 12:01:06 -07:00
SkOpAngle.cpp fix battlefield website by disallowing very small coordinates 2014-09-18 10:32:57 -07:00
SkOpAngle.h fix pathops skp-derived bugs; add more failing tests 2014-08-12 07:46:33 -07:00
SkOpContour.cpp fail early if coincidence can't be resolved 2014-09-19 06:33:31 -07:00
SkOpContour.h fail early if coincidence can't be resolved 2014-09-19 06:33:31 -07:00
SkOpEdgeBuilder.cpp fix battlefield website by disallowing very small coordinates 2014-09-18 10:32:57 -07:00
SkOpEdgeBuilder.h abort op early if path isn't parseable 2014-10-03 05:36:27 -07:00
SkOpSegment.cpp fail on extremely large coincident curves 2014-09-29 06:58:41 -07:00
SkOpSegment.h fail on extremely large coincident curves 2014-09-29 06:58:41 -07:00
SkOpSpan.h Enabling the canvas bit to turn the clip stack into a flat replace exposed around 100 failures when testing the 800K skp set generated from the top 1M web sites. 2014-06-17 05:15:38 -07:00
SkPathOpsBounds.cpp add const to arrays of member functions 2014-08-25 06:53:04 -07:00
SkPathOpsBounds.h add const to arrays of member functions 2014-08-25 06:53:04 -07:00
SkPathOpsCommon.cpp fail early if coincidence can't be resolved 2014-09-19 06:33:31 -07:00
SkPathOpsCommon.h Enabling the canvas bit to turn the clip stack into a flat replace exposed around 100 failures when testing the 800K skp set generated from the top 1M web sites. 2014-06-17 05:15:38 -07:00
SkPathOpsCubic.cpp When solving the cubic line intersection directly fails, use binary search as a fallback. 2014-05-07 15:31:40 +00:00
SkPathOpsCubic.h When solving the cubic line intersection directly fails, use binary search as a fallback. 2014-05-07 15:31:40 +00:00
SkPathOpsCurve.h Mike R: please sanity check SkPostConfig.h 2014-04-14 17:08:59 +00:00
SkPathOpsDebug.cpp update pathops core and tests 2014-07-18 05:08:14 -07:00
SkPathOpsDebug.h fix battlefield website by disallowing very small coordinates 2014-09-18 10:32:57 -07:00
SkPathOpsLine.cpp fix battlefield website by disallowing very small coordinates 2014-09-18 10:32:57 -07:00
SkPathOpsLine.h Enabling the canvas bit to turn the clip stack into a flat replace exposed around 100 failures when testing the 800K skp set generated from the top 1M web sites. 2014-06-17 05:15:38 -07:00
SkPathOpsOp.cpp abort op early if path isn't parseable 2014-10-03 05:36:27 -07:00
SkPathOpsPoint.cpp
SkPathOpsPoint.h Enabling the canvas bit to turn the clip stack into a flat replace exposed around 100 failures when testing the 800K skp set generated from the top 1M web sites. 2014-06-17 05:15:38 -07:00
SkPathOpsQuad.cpp Mike R: please sanity check SkPostConfig.h 2014-04-14 17:08:59 +00:00
SkPathOpsQuad.h Mike R: please sanity check SkPostConfig.h 2014-04-14 17:08:59 +00:00
SkPathOpsRect.cpp turn off debugging printfs 2013-07-23 15:27:41 +00:00
SkPathOpsRect.h path ops -- fix skp bugs 2013-05-07 18:51:31 +00:00
SkPathOpsSimplify.cpp Enabling the canvas bit to turn the clip stack into a flat replace exposed around 100 failures when testing the 800K skp set generated from the top 1M web sites. 2014-06-17 05:15:38 -07:00
SkPathOpsTightBounds.cpp add pathops tight bounds; conform path ops' gyp to unit tests 2014-06-24 07:55:12 -07:00
SkPathOpsTriangle.cpp Enabling the canvas bit to turn the clip stack into a flat replace exposed around 100 failures when testing the 800K skp set generated from the top 1M web sites. 2014-06-17 05:15:38 -07:00
SkPathOpsTriangle.h
SkPathOpsTypes.cpp When solving the cubic line intersection directly fails, use binary search as a fallback. 2014-05-07 15:31:40 +00:00
SkPathOpsTypes.h Enabling the canvas bit to turn the clip stack into a flat replace exposed around 100 failures when testing the 800K skp set generated from the top 1M web sites. 2014-06-17 05:15:38 -07:00
SkPathWriter.cpp path ops work in progress 2013-10-02 14:49:34 +00:00
SkPathWriter.h Mike R: please sanity check SkPostConfig.h 2014-04-14 17:08:59 +00:00
SkQuarticRoot.cpp Mike R: please sanity check SkPostConfig.h 2014-04-14 17:08:59 +00:00
SkQuarticRoot.h
SkReduceOrder.cpp fix minor skp-found bugs 2014-04-25 12:59:11 +00:00
SkReduceOrder.h remove unused reduce order code 2013-11-25 14:18:21 +00:00