Home
last modified time | relevance | path

Searched refs:t1Step (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/tests/
DPathOpsQuadIntersectionTest.cpp423 double t1Step = 0.1; in intersectionFinder() local
428 t1[0] = quad1.ptAtT(t1Seed - t1Step); in intersectionFinder()
430 t1[2] = quad1.ptAtT(t1Seed + t1Step); in intersectionFinder()
450 t1Seed -= t1Step; in intersectionFinder()
452 t1Seed += t1Step; in intersectionFinder()
461 t1Step /= 2; in intersectionFinder()
467 t1Step = t2Step = 0.1; in intersectionFinder()
468 double t10 = t1Seed - t1Step * 2; in intersectionFinder()
469 double t12 = t1Seed + t1Step * 2; in intersectionFinder()
473 while (!approximately_zero(t1Step)) { in intersectionFinder()
[all …]
DPathOpsCubicIntersectionTest.cpp527 double t1Step, double t2Step) { in intersectionFinder() argument
536 t1[0] = c1.ptAtT(t1Seed - t1Step); in intersectionFinder()
538 t1[2] = c1.ptAtT(t1Seed + t1Step); in intersectionFinder()
558 t1Seed -= t1Step; in intersectionFinder()
560 t1Seed += t1Step; in intersectionFinder()
569 t1Step /= 2; in intersectionFinder()
575 t1Step = t2Step = 0.1; in intersectionFinder()
576 double t10 = t1Seed - t1Step * 2; in intersectionFinder()
577 double t12 = t1Seed + t1Step * 2; in intersectionFinder()
581 while (!approximately_zero(t1Step)) { in intersectionFinder()
[all …]
/third_party/flutter/skia/tests/
DPathOpsQuadIntersectionTest.cpp423 double t1Step = 0.1; in intersectionFinder() local
428 t1[0] = quad1.ptAtT(t1Seed - t1Step); in intersectionFinder()
430 t1[2] = quad1.ptAtT(t1Seed + t1Step); in intersectionFinder()
450 t1Seed -= t1Step; in intersectionFinder()
452 t1Seed += t1Step; in intersectionFinder()
461 t1Step /= 2; in intersectionFinder()
467 t1Step = t2Step = 0.1; in intersectionFinder()
468 double t10 = t1Seed - t1Step * 2; in intersectionFinder()
469 double t12 = t1Seed + t1Step * 2; in intersectionFinder()
473 while (!approximately_zero(t1Step)) { in intersectionFinder()
[all …]
DPathOpsCubicIntersectionTest.cpp528 double t1Step, double t2Step) { in intersectionFinder() argument
537 t1[0] = c1.ptAtT(t1Seed - t1Step); in intersectionFinder()
539 t1[2] = c1.ptAtT(t1Seed + t1Step); in intersectionFinder()
559 t1Seed -= t1Step; in intersectionFinder()
561 t1Seed += t1Step; in intersectionFinder()
570 t1Step /= 2; in intersectionFinder()
576 t1Step = t2Step = 0.1; in intersectionFinder()
577 double t10 = t1Seed - t1Step * 2; in intersectionFinder()
578 double t12 = t1Seed + t1Step * 2; in intersectionFinder()
582 while (!approximately_zero(t1Step)) { in intersectionFinder()
[all …]