DescriptionMore conic-specific tests revealed a few conic-specific bugs. Because javascript / canvas make visualizing conics tricky, new native tools are required.
The utility SubsetPath removes parts of a potentially very large path to isolate a minimal test case. SubsetPath is very useful for debugging path ops, but is not path ops specific.
PathOpsBuilderConicTest compares the output of the Path Ops Builder, sequential calls to Simplify, and SkRegions for some number of rotated ovals.
Some tests caused path ops to hang. It was caught adding a loop of curves because the head was not found by the tail. Even though the root cause has been fixed, SkSegment::addCurveTo callers now abort the path op if the same curve was added twice.
The subdivided conic weight was been computed anew. Fortunately, it's a simpler computation that the one it replaces.
Some Simplify() subroutines returned false to signal that the results needed assembling. Change these to abort the current operation instead.
Coincident curve intersection triggered two small bugs; one where no perpendicular could be found for coincident curves, and one where no coincident curves remain after looping.
The SixtyOvals test can be run through multiple processes instead of multiple threads. This strategy allows a 48 core machine to saturate all cores at 100%.
The DEBUG_VISUALIZE_CONICS code in PathOpsConicIntersectionTest acknowleges that it is easier to visualize conics with Skia than with script and html canvas. This test also verifies that path ops subdivision matches geometry chopping.
TBR=reed@google.com
Committed: https://skia.googlesource.com/skia/+/ef784fb7f58c9c021172045a8e0b396c81fdc425
Patch Set 1 #Patch Set 2 : wip subset path tester #Patch Set 3 : wip isolate failures with subpaths #Patch Set 4 : wip zero in on conic intersection bug #Patch Set 5 : wip conics are all now well behaved #Patch Set 6 : compute more accurate conic weight; fix conic bugs #Patch Set 7 : remove change to debugging #Patch Set 8 : fix compiler nits #Patch Set 9 : fix w cast #
Messages
Total messages: 16 (8 generated)
|