Home
last modified time | relevance | path

Searched refs:kExpandCoin_Glitch (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsDebug.h276 kExpandCoin_Glitch, enumerator
DSkPathOpsDebug.cpp454 case kExpandCoin_Glitch: SkDebugf(" ExpandCoin"); break; in DumpGlitchType()
1439 if (log) log->record(SkPathOpsDebug::kExpandCoin_Glitch, this, prev->ptT(), oppPtT); in debugExpand()
1456 if (log) log->record(SkPathOpsDebug::kExpandCoin_Glitch, this, next->ptT(), oppPtT); in debugExpand()
2013 … if (log) log->record(SkPathOpsDebug::kExpandCoin_Glitch, fHead, test->coinPtTStart()); in debugExpand()