HomeSort by relevance Sort by last modified time
    Searched refs:to2 (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicIntersection.cpp 120 double to2 = t2Start + (t2 - t2Start) * locals[1][tIdx];
123 SkDPoint p2 = cubic2.ptAtT(to2);
126 if (&cubic1 != &cubic2 || !approximately_equal(to1, to2)) {
128 i.insert(to2, to1, p1);
130 i.insert(to1, to2, p1);
141 double c2Min = SkTMax(0., to2 - offset);
142 double c2Max = SkTMin(1., to2 + offset);
149 && to2 - offset <= tLimits1[1][1] && tLimits1[1][0] <= to2 + offset,
153 && to2 - offset <= tLimits2[1][1] && tLimits2[1][0] <= to2 + offset)
    [all...]
  /external/skia/src/pathops/
SkDCubicIntersection.cpp 120 double to2 = t2Start + (t2 - t2Start) * locals[1][tIdx];
123 SkDPoint p2 = cubic2.ptAtT(to2);
126 if (&cubic1 != &cubic2 || !approximately_equal(to1, to2)) {
128 i.insert(to2, to1, p1);
130 i.insert(to1, to2, p1);
141 double c2Min = SkTMax(0., to2 - offset);
142 double c2Max = SkTMin(1., to2 + offset);
149 && to2 - offset <= tLimits1[1][1] && tLimits1[1][0] <= to2 + offset,
153 && to2 - offset <= tLimits2[1][1] && tLimits2[1][0] <= to2 + offset)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 753 org.apache.harmony.luni.tests.pkg2.TestClass to2 = (org.apache.harmony.luni.tests.pkg2.TestClass) ois local
756 if (to2.i != to1.i) {
758 + to2.i);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c 1520 TSCCContext *from2, *from3, *to2, *to3; local
    [all...]
  /external/icu4c/test/cintltst/
ccapitst.c 1478 TSCCContext *from2, *from3, *to2, *to3; local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 752 org.apache.harmony.luni.tests.pkg2.TestClass to2 = (org.apache.harmony.luni.tests.pkg2.TestClass) ois local
755 if (to2.i != to1.i) {
757 + to2.i);
    [all...]
  /external/chromium_org/ui/gfx/
transform_unittest.cc 711 Transform to2; local
712 to2.RotateAbout(axes[index], 185.0);
716 EXPECT_TRUE(to2.Blend(from2, t));
725 EXPECT_TRUE(MatricesAreNearlyEqual(expected2, to2));
    [all...]

Completed in 315 milliseconds