Lines Matching defs:testTs
1015 double testTs[4];
1017 int testCount = SkDCubic::FindInflections(pts, testTs);
1023 if (!::between(startT, testTs[index], limitT)) {
1024 testTs[index] = -1;
1027 testTs[testCount++] = startT;
1028 testTs[testCount++] = endT;
1029 SkTQSort<double>(testTs, testTs + testCount);
1033 while (testTs[index] < 0) {
1039 double testT = testTs[testIndex];
1041 testT = (testT + testTs[testIndex + 1]) / 2;