Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCommon.h25 bool HandleCoincidence(SkOpContourHead* , SkOpCoincidence* );
DSkPathOpsSimplify.cpp197 bool success = HandleCoincidence(contourList, &coincidence); in SimplifyDebug()
DSkPathOpsCommon.cpp252 bool HandleCoincidence(SkOpContourHead* contourList, SkOpCoincidence* coincidence) { in HandleCoincidence() function
DSkPathOpsOp.cpp288 bool success = HandleCoincidence(contourList, &coincidence); in OpDebug()