Searched defs:markCoincident (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsTSect.h52 void markCoincident() { function in class:SkTCoincident
149 void markCoincident() { function in class:SkTSpan
150 fCoinStart.markCoincident();
151 fCoinEnd.markCoincident();
1207 first->markCoincident();
1208 prev->fCoinEnd.markCoincident();
1212 oppFirst->fCoinEnd.markCoincident();
1213 oppHalf->markCoincident();
1216 oppFirst->markCoincident();
1217 oppHalf->fCoinStart.markCoincident();
[all...]

Completed in 79 milliseconds