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

  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticImplicit.cpp 94 double origX = endPt[0]->x;
96 double adj = endPt[1]->x - origX;
98 double sign = (q1[oddMan].y - origY) * adj - (q1[oddMan].x - origX) * opp;
103 double test = (q2[n].y - origY) * adj - (q2[n].x - origX) * opp;
  /external/skia/experimental/Intersection/
QuadraticImplicit.cpp 94 double origX = endPt[0]->x;
96 double adj = endPt[1]->x - origX;
98 double sign = (q1[oddMan].y - origY) * adj - (q1[oddMan].x - origX) * opp;
103 double test = (q2[n].y - origY) * adj - (q2[n].x - origX) * opp;
  /external/chromium_org/third_party/skia/src/core/
SkScan_AntiPath.cpp 300 int origX = x;
362 x = origX;
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp 95 double origX = endPt[0]->fX;
97 double adj = endPt[1]->fX - origX;
99 double sign = (q1[oddMan].fY - origY) * adj - (q1[oddMan].fX - origX) * opp;
104 double test = (q2[n].fY - origY) * adj - (q2[n].fX - origX) * opp;
  /external/skia/src/core/
SkScan_AntiPath.cpp 300 int origX = x;
362 x = origX;
  /external/skia/src/pathops/
SkDQuadIntersection.cpp 95 double origX = endPt[0]->fX;
97 double adj = endPt[1]->fX - origX;
99 double sign = (q1[oddMan].fY - origY) * adj - (q1[oddMan].fX - origX) * opp;
104 double test = (q2[n].fY - origY) * adj - (q2[n].fX - origX) * opp;
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 270 float origX = mMotionEvent2.getX();
279 assertEquals(origX, mMotionEvent2.getHistoricalX(0), DELTA);

Completed in 52 milliseconds