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

  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicIntersection.cpp 119 double to1 = t1Start + (t1 - t1Start) * locals[0][tIdx];
122 SkDPoint p1 = cubic1.ptAtT(to1);
126 if (&cubic1 != &cubic2 || !approximately_equal(to1, to2)) {
128 i.insert(to2, to1, p1);
130 i.insert(to1, to2, p1);
136 (t1Start + (t1 - t1Start) * locals[0][tIdx - 1] + to1) / 2;
137 double c1Min = SkTMax(c1Bottom, to1 - offset);
139 (t1Start + (t1 - t1Start) * locals[0][tIdx + 1] + to1) / 2;
140 double c1Max = SkTMin(c1Top, to1 + offset);
148 to1 - offset <= tLimits1[0][1] && tLimits1[0][0] <= to1 + offse
    [all...]
  /external/skia/src/pathops/
SkDCubicIntersection.cpp 119 double to1 = t1Start + (t1 - t1Start) * locals[0][tIdx];
122 SkDPoint p1 = cubic1.ptAtT(to1);
126 if (&cubic1 != &cubic2 || !approximately_equal(to1, to2)) {
128 i.insert(to2, to1, p1);
130 i.insert(to1, to2, p1);
136 (t1Start + (t1 - t1Start) * locals[0][tIdx - 1] + to1) / 2;
137 double c1Min = SkTMax(c1Bottom, to1 - offset);
139 (t1Start + (t1 - t1Start) * locals[0][tIdx + 1] + to1) / 2;
140 double c1Max = SkTMin(c1Top, to1 + offset);
148 to1 - offset <= tLimits1[0][1] && tLimits1[0][0] <= to1 + offse
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectInputStream2Test.java 193 TestClass1 to1 = new TestClass1(); local
199 to1.i = 555;
200 oos.writeObject(to1);
ObjectInputStreamTest.java 744 org.apache.harmony.luni.tests.pkg1.TestClass to1 = new org.apache.harmony.luni.tests.pkg1.TestClass(); local
745 to1.i = 555;
748 oos.writeObject(to1);
756 if (to2.i != to1.i) {
757 fail("Wrong object read. Expected val: " + to1.i + ", got: "
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 743 org.apache.harmony.luni.tests.pkg1.TestClass to1 = new org.apache.harmony.luni.tests.pkg1.TestClass(); local
744 to1.i = 555;
747 oos.writeObject(to1);
755 if (to2.i != to1.i) {
756 fail("Wrong object read. Expected val: " + to1.i + ", got: "
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c 1519 TSCCContext from1, to1; local
    [all...]
  /external/icu4c/test/cintltst/
ccapitst.c 1477 TSCCContext from1, to1; local
    [all...]
  /external/chromium_org/ui/gfx/
transform_unittest.cc 706 Transform to1; local
707 to1.RotateAbout(axes[index], 175.0);
715 EXPECT_TRUE(to1.Blend(from1, t));
724 EXPECT_TRUE(MatricesAreNearlyEqual(expected1, to1));
    [all...]

Completed in 1451 milliseconds