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

/external/skia/src/pathops/
H A DSkPathOpsDebug.h289 struct CoinDict { struct in class:SkOpPhase
291 void add(const CoinDict& dict);
296 static CoinDict gCoinSumChangedDict;
297 static CoinDict gCoinSumVisitedDict;
298 static CoinDict gCoinVistedDict;
H A DSkPathOpsTypes.h109 SkPathOpsDebug::CoinDict* debugCoinChangedDict() { return &fCoinChangedDict; }
209 SkPathOpsDebug::CoinDict fCoinChangedDict;
210 SkPathOpsDebug::CoinDict fCoinVisitedDict;
H A DSkPathOpsDebug.cpp73 SkPathOpsDebug::CoinDict SkPathOpsDebug::gCoinSumChangedDict;
74 SkPathOpsDebug::CoinDict SkPathOpsDebug::gCoinSumVisitedDict;
231 void SkPathOpsDebug::CoinDict::add(const SkPathOpsDebug::CoinDict& dict) {
238 void SkPathOpsDebug::CoinDict::add(const CoinDictEntry& key) {
/external/skia/tests/
H A DPathOpsDebug.cpp337 void SkPathOpsDebug::CoinDict::dump(const char* str, bool visitCheck) const {

Completed in 116 milliseconds