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

/external/skia/src/pathops/
H A DSkOpContour.h247 bool missingCoincidence(SkOpCoincidence* coincidences, SkChunkAlloc* allocator) { argument
256 } else if (segment->missingCoincidence(coincidences, allocator)) {
H A DSkOpSegment.cpp1192 bool SkOpSegment::missingCoincidence(SkOpCoincidence* coincidences, SkChunkAlloc* allocator) { argument
1268 if (coincidences->contains(priorPtT, ptT, oppStart, oppEnd, flipped)) {
1282 if (!coincidences->extend(priorPtT, ptT, oppStart, oppEnd)
1283 && !coincidences->extend(oppStart, oppEnd, priorPtT, ptT)) {
1284 coincidences->add(priorPtT, ptT, oppStart, oppEnd, allocator);

Completed in 114 milliseconds