Home
last modified time | relevance | path

Searched refs:AddIntersectTs (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/pathops/
DSkAddIntersections.h15 bool AddIntersectTs(SkOpContour* test, SkOpContour* next, SkOpCoincidence* coincidence,
DSkPathOpsSimplify.cpp190 while (AddIntersectTs(current, next, &coincidence, &allocator) in Simplify()
DSkPathOpsOp.cpp280 while (AddIntersectTs(current, next, &coincidence, &allocator) in OpDebug()
DSkAddIntersections.cpp257 bool AddIntersectTs(SkOpContour* test, SkOpContour* next, SkOpCoincidence* coincidence, in AddIntersectTs() function