OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t2IsLine
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticIntersection.cpp
58
bool
t2IsLine
= maxT2 - minT2 <= quad2Divisions;
59
if (t1IsLine |
t2IsLine
) {
60
return intersectAsLine(minT1, maxT1, minT2, maxT2, t1IsLine,
t2IsLine
);
/external/skia/experimental/Intersection/
QuadraticIntersection.cpp
58
bool
t2IsLine
= maxT2 - minT2 <= quad2Divisions;
59
if (t1IsLine |
t2IsLine
) {
60
return intersectAsLine(minT1, maxT1, minT2, maxT2, t1IsLine,
t2IsLine
);
Completed in 479 milliseconds