Searched refs:DEBUG_COINCIDENCE_HEALTH (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsCommon.cpp | 456 DEBUG_COINCIDENCE_HEALTH(contourList, "start"); in HandleCoincidence() 460 DEBUG_COINCIDENCE_HEALTH(contourList, "moveMultiples"); in HandleCoincidence() 462 DEBUG_COINCIDENCE_HEALTH(contourList, "findCollapsed"); in HandleCoincidence() 465 DEBUG_COINCIDENCE_HEALTH(contourList, "moveNearby"); in HandleCoincidence() 467 DEBUG_COINCIDENCE_HEALTH(contourList, "align"); in HandleCoincidence() 469 DEBUG_COINCIDENCE_HEALTH(contourList, "fixAligned"); in HandleCoincidence() 475 DEBUG_COINCIDENCE_HEALTH(contourList, "addAlignIntersections"); in HandleCoincidence() 477 DEBUG_COINCIDENCE_HEALTH(contourList, "addMissing"); in HandleCoincidence() 479 DEBUG_COINCIDENCE_HEALTH(contourList, "moveNearby2"); in HandleCoincidence() 481 DEBUG_COINCIDENCE_HEALTH(contourList, "align2"); in HandleCoincidence() [all …]
|
D | SkPathOpsDebug.h | 128 #define DEBUG_COINCIDENCE_HEALTH(contourList, id) \ macro 131 #define DEBUG_COINCIDENCE_HEALTH(contourList, id) macro
|
D | SkOpCoincidence.cpp | 307 DEBUG_COINCIDENCE_HEALTH(fDebugState->contourHead(), miss.c_str()); in addMissing()
|