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

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection_Test.cpp 227 Intersections intersections2, intersections3;
229 intersect3(cubic1, cubic2, intersections3);
250 for (pt3 = 0; pt3 < intersections3.used(); ++pt3) {
251 if (roughly_equal(tt1, intersections3.fT[0][pt3])) {
260 for (pt3 = 0; pt3 < intersections3.used(); ++pt3) {
262 double tt3 = intersections3.fT[0][pt3];
272 tt1 = intersections3.fT[0][pt3];
274 pt2 = intersections3.fFlip ? intersections3.used() - pt3 - 1 : pt3;
275 tt2 = intersections3.fT[1][pt2]
319 Intersections intersections3; local
    [all...]
  /external/skia/experimental/Intersection/
CubicIntersection_Test.cpp 227 Intersections intersections2, intersections3;
229 intersect3(cubic1, cubic2, intersections3);
250 for (pt3 = 0; pt3 < intersections3.used(); ++pt3) {
251 if (roughly_equal(tt1, intersections3.fT[0][pt3])) {
260 for (pt3 = 0; pt3 < intersections3.used(); ++pt3) {
262 double tt3 = intersections3.fT[0][pt3];
272 tt1 = intersections3.fT[0][pt3];
274 pt2 = intersections3.fFlip ? intersections3.used() - pt3 - 1 : pt3;
275 tt2 = intersections3.fT[1][pt2]
319 Intersections intersections3; local
    [all...]

Completed in 162 milliseconds