Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsDebug.h303 GlitchType fGlitchType; member
DSkPathOpsDebug.cpp244 if (entry->fGlitchType == kUninitialized_Glitch) { in add()
245 entry->fGlitchType = key.fGlitchType; in add()
323 fCoinDictEntry.fGlitchType = glitches.fGlitches[0].fType; in debugAddToCoinChangedDict()
663 entry->fGlitchType = SkPathOpsDebug::kUninitialized_Glitch; in debugSetPhase()
/third_party/skia/tests/
DPathOpsDebug.cpp349 if (visitCheck || entry.fGlitchType == kUninitialized_Glitch) { in dump()
352 DumpGlitchType(entry.fGlitchType); in dump()