Home
last modified time | relevance | path

Searched refs:t2Step (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DPathOpsQuadIntersectionTest.cpp404 double t2Step = 0.1; in intersectionFinder() local
411 t2[0] = quad2.ptAtT(t2Seed - t2Step); in intersectionFinder()
413 t2[2] = quad2.ptAtT(t2Seed + t2Step); in intersectionFinder()
435 t2Seed -= t2Step; in intersectionFinder()
437 t2Seed += t2Step; in intersectionFinder()
443 t2Step /= 2; in intersectionFinder()
447 t1Step = t2Step = 0.1; in intersectionFinder()
450 double t20 = t2Seed - t2Step * 2; in intersectionFinder()
451 double t22 = t2Seed + t2Step * 2; in intersectionFinder()
464 while (!approximately_zero(t2Step)) { in intersectionFinder()
[all …]
DPathOpsCubicIntersectionTest.cpp515 double t1Step, double t2Step) { in intersectionFinder() argument
524 t2[0] = cubic2.ptAtT(t2Seed - t2Step); in intersectionFinder()
526 t2[2] = cubic2.ptAtT(t2Seed + t2Step); in intersectionFinder()
548 t2Seed -= t2Step; in intersectionFinder()
550 t2Seed += t2Step; in intersectionFinder()
556 t2Step /= 2; in intersectionFinder()
560 t1Step = t2Step = 0.1; in intersectionFinder()
563 double t20 = t2Seed - t2Step * 2; in intersectionFinder()
564 double t22 = t2Seed + t2Step * 2; in intersectionFinder()
577 while (!approximately_zero(t2Step)) { in intersectionFinder()
[all …]