Searched defs:tt2 (Results 1 - 6 of 6) sorted by relevance

/external/skia/tests/
H A DPathOpsCubicLineIntersectionTest.cpp68 double tt2 = i[1][pt]; local
69 SkDPoint xy2 = line.ptAtT(tt2);
72 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
H A DPathOpsCubicQuadIntersectionTest.cpp78 double tt2 = i[1][pt]; local
79 SkDPoint xy2 = quad.ptAtT(tt2);
82 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
H A DPathOpsQuadLineIntersectionTest.cpp133 double tt2 = intersections[1][pt]; local
134 REPORTER_ASSERT(reporter, tt2 >= 0 && tt2 <= 1);
135 SkDPoint t2 = line.ptAtT(tt2);
138 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY);
H A DPathOpsQuadIntersectionTest.cpp41 double tt2 = intersections[1][pt]; local
42 SkDPoint xy2 = quad2.ptAtT(tt2);
46 tt2, xy2.fX, xy2.fY);
271 double tt2 = intersections2[1][pt]; local
272 SkDPoint xy2 = quad2.ptAtT(tt2);
276 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
281 outer, inner, tt1, xy1.fX, xy1.fY, tt2);
322 double tt2 = intersections2[1][pt]; local
324 SkDPoint pt2 = quad2.ptAtT(tt2);
H A DPathOpsCubicIntersectionTest.cpp54 double tt2 = tIntersections[1][pt]; local
55 SkDPoint xy2 = cubic2.ptAtT(tt2);
58 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
343 double tt1, tt2; local
348 tt2 = intersections[1][pt3];
349 xy2 = cubic2.ptAtT(tt2);
354 iPt.fY, xy2.fX, xy2.fY, tt2);
435 double tt2 = intersections2[1][pt]; local
436 SkDPoint xy2 = cubic2.ptAtT(tt2);
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp356 template<class> class tt2 {}; class
359 set12(class_template_templates<tt2>());
363 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'class_template_templates<template tt2, template (no argument)>' to 'class_template_templates<template tt1, template tt1>' for 1st argument
367 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'class_template_templates<template tt2, template (no argument)>' to 'class_template_templates<template tt1, template tt1>' for 1st argument
373 // CHECK-ELIDE-TREE: [template tt2 != template tt1],
383 // CHECK-NOELIDE-TREE: [template tt2 != template tt1],

Completed in 368 milliseconds