HomeSort by relevance Sort by last modified time
    Searched refs:t1IsLine (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticIntersection.cpp 57 bool t1IsLine = maxT1 - minT1 <= quad1Divisions;
59 if (t1IsLine | t2IsLine) {
60 return intersectAsLine(minT1, maxT1, minT2, maxT2, t1IsLine, t2IsLine);
  /external/skia/experimental/Intersection/
QuadraticIntersection.cpp 57 bool t1IsLine = maxT1 - minT1 <= quad1Divisions;
59 if (t1IsLine | t2IsLine) {
60 return intersectAsLine(minT1, maxT1, minT2, maxT2, t1IsLine, t2IsLine);

Completed in 487 milliseconds