Searched refs:currentT (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp2484 double currentT = activePtr->t(); local
2491 // !currentT && currentT != 1 || !nextT && nextT != 1
2492 if (currentT * nextT != 0 || currentT + nextT != 1) {
2497 LineSubDivide(points, currentT, nextT, clippedPts);
2500 QuadSubDivide(points, currentT, nextT, clippedPts);
2503 CubicSubDivide(points, currentT, nextT, clippedPts);
2523 currentT, nextT);
2537 currentT, next
[all...]
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp2484 double currentT = activePtr->t(); local
2491 // !currentT && currentT != 1 || !nextT && nextT != 1
2492 if (currentT * nextT != 0 || currentT + nextT != 1) {
2497 LineSubDivide(points, currentT, nextT, clippedPts);
2500 QuadSubDivide(points, currentT, nextT, clippedPts);
2503 CubicSubDivide(points, currentT, nextT, clippedPts);
2523 currentT, nextT);
2537 currentT, next
[all...]

Completed in 1985 milliseconds