Home
last modified time | relevance | path

Searched refs:CoinDict (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsDebug.h307 struct CoinDict { struct
309 void add(const CoinDict& dict);
314 static CoinDict gCoinSumChangedDict;
315 static CoinDict gCoinSumVisitedDict;
316 static CoinDict gCoinVistedDict;
DSkPathOpsTypes.h109 SkPathOpsDebug::CoinDict* debugCoinChangedDict() { return &fCoinChangedDict; } in debugCoinChangedDict()
209 SkPathOpsDebug::CoinDict fCoinChangedDict;
210 SkPathOpsDebug::CoinDict fCoinVisitedDict;
DSkPathOpsDebug.cpp73 SkPathOpsDebug::CoinDict SkPathOpsDebug::gCoinSumChangedDict;
74 SkPathOpsDebug::CoinDict SkPathOpsDebug::gCoinSumVisitedDict;
231 void SkPathOpsDebug::CoinDict::add(const SkPathOpsDebug::CoinDict& dict) { in add()
238 void SkPathOpsDebug::CoinDict::add(const CoinDictEntry& key) { in add()
/third_party/skia/tests/
DPathOpsDebug.cpp345 void SkPathOpsDebug::CoinDict::dump(const char* str, bool visitCheck) const { in dump()