Searched refs:kExpandCoin_Glitch (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsDebug.h | 289 kExpandCoin_Glitch, enumerator
|
D | SkPathOpsDebug.cpp | 454 case kExpandCoin_Glitch: SkDebugf(" ExpandCoin"); break; in DumpGlitchType() 1462 if (log) log->record(SkPathOpsDebug::kExpandCoin_Glitch, this, prev->ptT(), oppPtT); in debugExpand() 1479 if (log) log->record(SkPathOpsDebug::kExpandCoin_Glitch, this, next->ptT(), oppPtT); in debugExpand() 2036 … if (log) log->record(SkPathOpsDebug::kExpandCoin_Glitch, fHead, test->coinPtTStart()); in debugExpand()
|
/external/skqp/src/pathops/ |
D | SkPathOpsDebug.h | 289 kExpandCoin_Glitch, enumerator
|
D | SkPathOpsDebug.cpp | 454 case kExpandCoin_Glitch: SkDebugf(" ExpandCoin"); break; in DumpGlitchType() 1462 if (log) log->record(SkPathOpsDebug::kExpandCoin_Glitch, this, prev->ptT(), oppPtT); in debugExpand() 1479 if (log) log->record(SkPathOpsDebug::kExpandCoin_Glitch, this, next->ptT(), oppPtT); in debugExpand() 2036 … if (log) log->record(SkPathOpsDebug::kExpandCoin_Glitch, fHead, test->coinPtTStart()); in debugExpand()
|