Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCommon.h27 bool HandleCoincidence(SkOpContourHead* , SkOpCoincidence* , SkChunkAlloc* );
DSkPathOpsSimplify.cpp209 if (!HandleCoincidence(contourList, &coincidence, &allocator)) { in Simplify()
DSkPathOpsOp.cpp310 if (!HandleCoincidence(contourList, &coincidence, &allocator)) { in OpDebug()
DSkPathOpsCommon.cpp452 bool HandleCoincidence(SkOpContourHead* contourList, SkOpCoincidence* coincidence, in HandleCoincidence() function