Home
last modified time | relevance | path

Searched refs:kUninitialized_Glitch (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsDebug.h242 kUninitialized_Glitch, enumerator
DSkPathOpsDebug.cpp244 if (entry->fGlitchType == kUninitialized_Glitch) { in add()
476 case kUninitialized_Glitch: break; in DumpGlitchType()
686 entry->fGlitchType = SkPathOpsDebug::kUninitialized_Glitch; in debugSetPhase()
/external/skia/tests/
DPathOpsDebug.cpp341 if (visitCheck || entry.fGlitchType == kUninitialized_Glitch) { in dump()