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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticIntersection.cpp57 bool t1IsLine = maxT1 - minT1 <= quad1Divisions; local
59 if (t1IsLine | t2IsLine) {
60 return intersectAsLine(minT1, maxT1, minT2, maxT2, t1IsLine, t2IsLine);
/external/skia/experimental/Intersection/
H A DQuadraticIntersection.cpp57 bool t1IsLine = maxT1 - minT1 <= quad1Divisions; local
59 if (t1IsLine | t2IsLine) {
60 return intersectAsLine(minT1, maxT1, minT2, maxT2, t1IsLine, t2IsLine);

Completed in 99 milliseconds