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

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection.cpp 90 double t1Start = t1s;
96 int o1 = quadPart(cubic1, t1Start, t1, s1);
102 if (cubic1 == cubic2 && t1Start >= t2Start) {
110 if (tLimits1[0][0] >= t1Start && tLimits1[0][1] <= t1
113 sub_divide(cubic1, t1Start, t1, cSub1);
116 t1Start, t1, t2Start, t2);
128 double to1 = t1Start + (t1 - t1Start) * locals.fT[0][tIdx];
156 (t1Start + (t1 - t1Start) * locals.fT[0][tIdx - 1] + to1) / 2
    [all...]
CubicToQuadratics.cpp 97 double t1Start = 0;
102 sub_divide(cubic, t1Start, t1, part);
111 t1Start = t1;
  /external/skia/experimental/Intersection/
CubicIntersection.cpp 90 double t1Start = t1s;
96 int o1 = quadPart(cubic1, t1Start, t1, s1);
102 if (cubic1 == cubic2 && t1Start >= t2Start) {
110 if (tLimits1[0][0] >= t1Start && tLimits1[0][1] <= t1
113 sub_divide(cubic1, t1Start, t1, cSub1);
116 t1Start, t1, t2Start, t2);
128 double to1 = t1Start + (t1 - t1Start) * locals.fT[0][tIdx];
156 (t1Start + (t1 - t1Start) * locals.fT[0][tIdx - 1] + to1) / 2
    [all...]
CubicToQuadratics.cpp 97 double t1Start = 0;
102 sub_divide(cubic, t1Start, t1, part);
111 t1Start = t1;
  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicIntersection.cpp 86 double t1Start = t1s;
92 int o1 = quadPart(cubic1, t1Start, t1, &s1);
98 if (&cubic1 == &cubic2 && t1Start >= t2Start) {
106 if (tLimits1[0][0] >= t1Start && tLimits1[0][1] <= t1
109 __FUNCTION__, t1Start, t1, t2Start, t2);
121 double to1 = t1Start + (t1 - t1Start) * locals[0][tIdx];
142 (t1Start + (t1 - t1Start) * locals[0][tIdx - 1] + to1) / 2;
145 (t1Start + (t1 - t1Start) * locals[0][tIdx + 1] + to1) / 2
    [all...]
  /external/skia/src/pathops/
SkDCubicIntersection.cpp 86 double t1Start = t1s;
92 int o1 = quadPart(cubic1, t1Start, t1, &s1);
98 if (&cubic1 == &cubic2 && t1Start >= t2Start) {
106 if (tLimits1[0][0] >= t1Start && tLimits1[0][1] <= t1
109 __FUNCTION__, t1Start, t1, t2Start, t2);
121 double to1 = t1Start + (t1 - t1Start) * locals[0][tIdx];
142 (t1Start + (t1 - t1Start) * locals[0][tIdx - 1] + to1) / 2;
145 (t1Start + (t1 - t1Start) * locals[0][tIdx + 1] + to1) / 2
    [all...]

Completed in 132 milliseconds