Searched defs:bezCurve (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DNearestPoint.cpp46 static Point2 bezCurve[4] = { /* A cubic Bezier curve */ local
56 pointOnCurve = NearestPointOnCurve(arbPoint, bezCurve);
/external/skia/experimental/Intersection/
H A DNearestPoint.cpp46 static Point2 bezCurve[4] = { /* A cubic Bezier curve */ local
56 pointOnCurve = NearestPointOnCurve(arbPoint, bezCurve);

Completed in 235 milliseconds