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

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicConvexHull.cpp 103 double newMaxT1 = interp(minT1, maxT1, maxT);
104 split = (newMaxT1 - newMinT1 > (maxT1 - minT1) * tClipLimit) << 1;
108 __FUNCTION__, depth, splits, newMinT1, newMaxT1, minT1, maxT1,
112 maxT1 = newMaxT1;
QuadraticIntersection.cpp 102 double newMaxT1 = interp(minT1, maxT1, maxT);
103 split = (newMaxT1 - newMinT1 > (maxT1 - minT1) * tClipLimit) << 1;
107 splits, newMinT1, newMaxT1, minT1, maxT1, split);
110 maxT1 = newMaxT1;

Completed in 192 milliseconds