Home
last modified time | relevance | path

Searched refs:fixUp (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/pathops/
H A DSkOpCoincidence.h216 void fixUp(SkOpPtT* deleted, const SkOpPtT* kept);
281 void fixUp(SkCoincidentSpans* coin, SkOpPtT* deleted, const SkOpPtT* kept);
H A DSkOpCoincidence.cpp1289 void SkOpCoincidence::fixUp(SkOpPtT* deleted, const SkOpPtT* kept) { in fixUp() function in SkOpCoincidence
1292 this->fixUp(fHead, deleted, kept); in fixUp()
1295 this->fixUp(fTop, deleted, kept); in fixUp()
1299 void SkOpCoincidence::fixUp(SkCoincidentSpans* coin, SkOpPtT* deleted, const SkOpPtT* kept) { in fixUp() function in SkOpCoincidence
H A DSkOpSpan.cpp453 coincidence->fixUp(this->ptT(), kept); in release()

Completed in 6 milliseconds