Searched defs:CubicSubDivide (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp195 static void CubicSubDivide(const SkPoint a[4], double startT, double endT, function
225 CubicSubDivide(a, startT, endT, dst);
1520 CubicSubDivide(fWorkEdge.fPts, tAbove, tBelow, cubic);
1816 CubicSubDivide(lastPoints(), fTAbove, fTBelow, curve);
2503 CubicSubDivide(points, currentT, nextT, clippedPts);
H A DSimplify.cpp451 static void CubicSubDivide(const SkPoint a[4], double startT, double endT, function
471 CubicSubDivide
523 CubicSubDivide(a, startT, endT, dst);
641 CubicSubDivide(a, startT, endT, dst);
3117 CubicSubDivide(fPts, fTs[start].fT, fTs[end].fT, cPart);
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp195 static void CubicSubDivide(const SkPoint a[4], double startT, double endT, function
225 CubicSubDivide(a, startT, endT, dst);
1520 CubicSubDivide(fWorkEdge.fPts, tAbove, tBelow, cubic);
1816 CubicSubDivide(lastPoints(), fTAbove, fTBelow, curve);
2503 CubicSubDivide(points, currentT, nextT, clippedPts);
H A DSimplify.cpp451 static void CubicSubDivide(const SkPoint a[4], double startT, double endT, function
471 CubicSubDivide
523 CubicSubDivide(a, startT, endT, dst);
641 CubicSubDivide(a, startT, endT, dst);
3117 CubicSubDivide(fPts, fTs[start].fT, fTs[end].fT, cPart);

Completed in 101 milliseconds