OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cEnd
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticIntersection.cpp
313
int
cEnd
= closest1 ^ 1; // assume coincidence always travels in pairs
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/
QuadraticIntersection.cpp
313
int
cEnd
= closest1 ^ 1; // assume coincidence always travels in pairs
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 64 milliseconds