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 308 double testT = maxCurvature[index];
309 if (0 >= testT || testT >= 1) {
313 SkDVector dPt = { derivative_at_t(&cubic.fPts[0].fX, testT),
314 derivative_at_t(&cubic.fPts[0].fY, testT) };
317 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 82 milliseconds