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

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

Completed in 98 milliseconds