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

  /external/skia/src/pathops/
SkPathOpsCubic.cpp 301 double testT = maxCurvature[index];
302 if (0 >= testT || testT >= 1) {
306 SkDVector dPt = { derivative_at_t(&cubic.fPts[0].fX, testT),
307 derivative_at_t(&cubic.fPts[0].fY, testT) };
310 t[resultCount++] = testT;
SkOpAngle.cpp 452 double testT = i[0][idx2];
453 if (!approximately_between_orderable(tStart, testT, tEnd)) {
456 if (approximately_equal_orderable(tStart, testT)) {
459 smallTs[index] = t = testAscends ? SkTMax(t, testT) : SkTMin(t, testT);
    [all...]

Completed in 769 milliseconds