Searched defs:tt1 (Results 1 - 9 of 9) sorted by relevance

/external/skia/tests/
H A DPathOpsCubicLineIntersectionTest.cpp66 double tt1 = i[0][pt]; local
67 SkDPoint xy1 = cubic.ptAtT(tt1);
72 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
H A DPathOpsCubicQuadIntersectionTest.cpp76 double tt1 = i[0][pt]; local
77 SkDPoint xy1 = cubic.ptAtT(tt1);
82 __FUNCTION__, iIndex, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
H A DPathOpsQuadLineIntersectionTest.cpp130 double tt1 = intersections[0][pt]; local
131 REPORTER_ASSERT(reporter, tt1 >= 0 && tt1 <= 1);
132 SkDPoint t1 = quad.ptAtT(tt1);
138 __FUNCTION__, iIndex, pt, tt1, t1.fX, t1.fY, tt2, t2.fX, t2.fY);
H A DPathOpsQuadIntersectionTest.cpp39 double tt1 = intersections[0][pt]; local
40 SkDPoint xy1 = quad1.ptAtT(tt1);
45 __FUNCTION__, static_cast<int>(index), pt, tt1, xy1.fX, xy1.fY,
269 double tt1 = intersections2[0][pt]; local
270 SkDPoint xy1 = quad1.ptAtT(tt1);
276 tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
281 outer, inner, tt1, xy1.fX, xy1.fY, tt2);
321 double tt1 = intersections2[0][pt]; local
323 SkDPoint pt1 = quad1.ptAtT(tt1);
H A DPathOpsCubicIntersectionTest.cpp52 double tt1 = tIntersections[0][pt]; local
53 SkDPoint xy1 = cubic1.ptAtT(tt1);
58 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
343 double tt1, tt2; local
346 tt1 = intersections[0][pt3];
347 xy1 = cubic1.ptAtT(tt1);
353 __FUNCTION__, tt1, xy1.fX, xy1.fY, iPt.fX,
433 double tt1 = intersections2[0][pt]; local
434 SkDPoint xy1 = cubic1.ptAtT(tt1);
/external/chromium_org/third_party/icu/source/i18n/
H A Drbtz.cpp283 UDate tt0, tt1; local
285 UBool avail1 = rule1->getNextStart(lastTransitionTime, curRule->getRawOffset(), curRule->getDSTSavings(), false, tt1);
302 if (tt0 < tt1) {
310 final0->time = tt1;
313 rule0->getNextStart(tt1, rule1->getRawOffset(), rule1->getDSTSavings(), false, final1->time);
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp355 template<class> class tt1 {}; class
357 void set12(class_template_templates<tt1, tt1>) {}
360 set12(class_template_templates<tt1, tt1, tt1>());
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
365 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'class_template_templates<[2 * ...], template tt1>' to 'class_template_templates<[2 * ...], template (no argument)>' 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, templat
[all...]
/external/icu4c/i18n/
H A Drbtz.cpp303 UDate tt0, tt1; local
305 UBool avail1 = rule1->getNextStart(lastTransitionTime, curRule->getRawOffset(), curRule->getDSTSavings(), false, tt1);
322 if (tt0 < tt1) {
330 final0->time = tt1;
333 rule0->getNextStart(tt1, rule1->getRawOffset(), rule1->getDSTSavings(), false, final1->time);
/external/opencv/cv/src/
H A Dcvfundam.cpp893 double tt1[] = { scale1, 0, -scale1*m1c.x, 0, scale1, -scale1*m1c.y, 0, 0, 1 }; local
897 T1.data.db = tt1;

Completed in 272 milliseconds