Searched refs:SkCoincidentSpans (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpCoincidence.h | 16 struct SkCoincidentSpans { struct 17 SkCoincidentSpans* fNext; argument 82 void detach(SkCoincidentSpans* ); 98 bool addIfMissing(const SkCoincidentSpans* outer, SkOpPtT* over1s, SkOpPtT* over1e, 108 bool debugAddIfMissing(const SkCoincidentSpans* outer, const SkOpPtT* over1s, 119 bool testForCoincidence(const SkCoincidentSpans* outer, const SkOpPtT* testS, 121 SkCoincidentSpans* fHead; 122 SkCoincidentSpans* fTop;
|
D | SkOpCoincidence.cpp | 14 SkCoincidentSpans* coinRec = fHead; in extend() 47 SkCoincidentSpans* coinRec = SkOpTAllocator<SkCoincidentSpans>::Allocate(allocator); in add() 77 SkCoincidentSpans* coin = this->fHead; in addExpanded() 145 bool SkOpCoincidence::addIfMissing(const SkCoincidentSpans* outer, SkOpPtT* over1s, in addIfMissing() 147 SkCoincidentSpans* check = this->fTop; in addIfMissing() 183 SkCoincidentSpans* check = this->fTop; in addIfMissing() 233 SkCoincidentSpans* outer = fHead; in addMissing() 248 SkCoincidentSpans* inner = outer; in addMissing() 311 SkCoincidentSpans** headPtr = &fHead; in addMissing() 313 SkCoincidentSpans** headNext = &(*headPtr)->fNext; in addMissing() [all …]
|
D | SkPathOpsDebug.cpp | 15 struct SkCoincidentSpans; 80 const SkCoincidentSpans* fCoin; 116 void record(GlitchType type, const char* stage, const SkCoincidentSpans* coin, in record() 140 void record(GlitchType type, const char* stage, const SkCoincidentSpans* coin, in record() 148 void record(GlitchType type, const char* stage, const SkCoincidentSpans* coin, in record() 1116 const SkCoincidentSpans* coin = this->fHead; in debugAddExpanded() 1179 bool SkOpCoincidence::debugAddIfMissing(const SkCoincidentSpans* outer, const SkOpPtT* over1s, in debugAddIfMissing() 1181 const SkCoincidentSpans* check = this->fTop; in debugAddIfMissing() 1214 const SkCoincidentSpans* check = this->fTop; in debugAddIfMissing() 1264 const SkCoincidentSpans* outer = fHead; in debugAddMissing() [all …]
|
/external/skia/tests/ |
D | PathOpsDebug.cpp | 1160 void SkCoincidentSpans::dump() const { in dump() 1188 SkCoincidentSpans* span = fHead; in dump()
|