HomeSort by relevance Sort by last modified time
    Searched refs:fGlitchType (Results 1 - 6 of 6) sorted by null

  /external/skia/src/pathops/
SkPathOpsDebug.h 285 GlitchType fGlitchType;
SkPathOpsDebug.cpp 244 if (entry->fGlitchType == kUninitialized_Glitch) {
245 entry->fGlitchType = key.fGlitchType;
323 fCoinDictEntry.fGlitchType = glitches.fGlitches[0].fType;
686 entry->fGlitchType = SkPathOpsDebug::kUninitialized_Glitch;
    [all...]
  /external/skqp/src/pathops/
SkPathOpsDebug.h 285 GlitchType fGlitchType;
SkPathOpsDebug.cpp 244 if (entry->fGlitchType == kUninitialized_Glitch) {
245 entry->fGlitchType = key.fGlitchType;
323 fCoinDictEntry.fGlitchType = glitches.fGlitches[0].fType;
686 entry->fGlitchType = SkPathOpsDebug::kUninitialized_Glitch;
    [all...]
  /external/skia/tests/
PathOpsDebug.cpp 341 if (visitCheck || entry.fGlitchType == kUninitialized_Glitch) {
344 DumpGlitchType(entry.fGlitchType);
    [all...]
  /external/skqp/tests/
PathOpsDebug.cpp 341 if (visitCheck || entry.fGlitchType == kUninitialized_Glitch) {
344 DumpGlitchType(entry.fGlitchType);
    [all...]

Completed in 125 milliseconds