Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCommon.h26 bool HandleCoincidence(SkOpContourHead* , SkOpCoincidence* , SkChunkAlloc* );
DSkPathOpsSimplify.cpp196 if (!HandleCoincidence(contourList, &coincidence, &allocator)) { in Simplify()
DSkPathOpsOp.cpp287 if (!HandleCoincidence(contourList, &coincidence, &allocator)) { in OpDebug()
DSkPathOpsCommon.cpp433 bool HandleCoincidence(SkOpContourHead* contourList, SkOpCoincidence* coincidence, in HandleCoincidence() function