Searched refs:testTs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpAngle.cpp1018 double testTs[4];
1020 int testCount = SkDCubic::FindInflections(pts, testTs);
1026 if (!::between(startT, testTs[index], limitT)) {
1027 testTs[index] = -1;
1030 testTs[testCount++] = startT;
1031 testTs[testCount++] = endT;
1032 SkTQSort<double>(testTs, &testTs[testCount - 1]);
1036 while (testTs[index] < 0) {
1042 double testT = testTs[testInde
[all...]
/external/skia/src/pathops/
H A DSkOpAngle.cpp1014 double testTs[4]; local
1016 int testCount = SkDCubic::FindInflections(pts, testTs);
1022 if (!::between(startT, testTs[index], limitT)) {
1023 testTs[index] = -1;
1026 testTs[testCount++] = startT;
1027 testTs[testCount++] = endT;
1028 SkTQSort<double>(testTs, &testTs[testCount - 1]);
1032 while (testTs[index] < 0) {
1038 double testT = testTs[testInde
[all...]

Completed in 488 milliseconds