Home
last modified time | relevance | path

Searched refs:cEnd (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
DQuadraticIntersection.cpp313 int cEnd = closest1 ^ 1; // assume coincidence always travels in pairs in hackToFixPartialCoincidence() local
314 if (!between(i.fCoincidentT[0][cEnd], t1, i.fCoincidentT[0][closest1])) { in hackToFixPartialCoincidence()
317 cEnd = closest2 ^ 1; in hackToFixPartialCoincidence()
318 if (!between(i.fCoincidentT[0][cEnd], t2, i.fCoincidentT[0][closest2])) { in hackToFixPartialCoincidence()
/external/skia/experimental/Intersection/
DQuadraticIntersection.cpp313 int cEnd = closest1 ^ 1; // assume coincidence always travels in pairs in hackToFixPartialCoincidence() local
314 if (!between(i.fCoincidentT[0][cEnd], t1, i.fCoincidentT[0][closest1])) { in hackToFixPartialCoincidence()
317 cEnd = closest2 ^ 1; in hackToFixPartialCoincidence()
318 if (!between(i.fCoincidentT[0][cEnd], t2, i.fCoincidentT[0][closest2])) { in hackToFixPartialCoincidence()