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

  /external/chromium_org/third_party/skia/experimental/Intersection/
NearestPoint.cpp 53 Point2 pointOnCurve; /* Nearest point on the curve */
56 pointOnCurve = NearestPointOnCurve(arbPoint, bezCurve);
57 printf("pointOnCurve : (%4.4f, %4.4f)\n", pointOnCurve.x,
58 pointOnCurve.y);
  /external/skia/experimental/Intersection/
NearestPoint.cpp 53 Point2 pointOnCurve; /* Nearest point on the curve */
56 pointOnCurve = NearestPointOnCurve(arbPoint, bezCurve);
57 printf("pointOnCurve : (%4.4f, %4.4f)\n", pointOnCurve.x,
58 pointOnCurve.y);

Completed in 302 milliseconds