Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsDebug.h258 kExpandCoin_Glitch, enumerator
DSkPathOpsDebug.cpp454 case kExpandCoin_Glitch: SkDebugf(" ExpandCoin"); break; in DumpGlitchType()
1460 if (log) log->record(SkPathOpsDebug::kExpandCoin_Glitch, this, prev->ptT(), oppPtT); in debugExpand()
1477 if (log) log->record(SkPathOpsDebug::kExpandCoin_Glitch, this, next->ptT(), oppPtT); in debugExpand()
2028 … if (log) log->record(SkPathOpsDebug::kExpandCoin_Glitch, fHead, test->coinPtTStart()); in debugExpand()