Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTypes.h110 const SkPathOpsDebug::CoinDictEntry& debugCoinDictEntry() const { return fCoinDictEntry; } in debugCoinDictEntry()
211 SkPathOpsDebug::CoinDictEntry fCoinDictEntry; variable
DSkPathOpsDebug.cpp293 const char* funcName = fCoinDictEntry.fFunctionName; in debugAddToCoinChangedDict()
323 fCoinDictEntry.fGlitchType = glitches.fGlitches[0].fType; in debugAddToCoinChangedDict()
325 fCoinChangedDict.add(fCoinDictEntry); in debugAddToCoinChangedDict()
682 SkPathOpsDebug::CoinDictEntry* entry = &writable->fCoinDictEntry; in debugSetPhase()