/external/chromium_org/third_party/skia/src/pathops/ |
SkOpAngle.h | 113 double midT() const;
|
SkOpAngle.cpp | 273 SkDVector m0 = fSegment->dPtAtT(midT()) - fCurvePart[0]; 274 SkDVector m1 = rh.fSegment->dPtAtT(rh.midT()) - rh.fCurvePart[0]; 362 SkDVector m0 = fSegment->dPtAtT(midT()) - fCurvePart[0]; 363 SkDVector m1 = rh.fSegment->dPtAtT(rh.midT()) - rh.fCurvePart[0]; 796 double SkOpAngle::midT() const { [all...] |
SkPathOpsCommon.cpp | 80 double midT = current->tAtMid(index, endIndex, mid); 81 SkPoint midXY = current->xyAtT(midT);
|
SkOpSegment.h | 408 bool betweenPoints(double midT, const SkPoint& pt1, const SkPoint& pt2) const;
|
SkOpSegment.cpp | [all...] |
/external/skia/src/pathops/ |
SkOpAngle.h | 113 double midT() const;
|
SkOpAngle.cpp | 273 SkDVector m0 = fSegment->dPtAtT(midT()) - fCurvePart[0]; 274 SkDVector m1 = rh.fSegment->dPtAtT(rh.midT()) - rh.fCurvePart[0]; 365 SkDVector m0 = fSegment->dPtAtT(midT()) - fCurvePart[0]; 366 SkDVector m1 = rh.fSegment->dPtAtT(rh.midT()) - rh.fCurvePart[0]; 799 double SkOpAngle::midT() const { [all...] |
SkPathOpsCommon.cpp | 80 double midT = current->tAtMid(index, endIndex, mid); 81 SkPoint midXY = current->xyAtT(midT);
|
SkOpSegment.h | 406 bool betweenPoints(double midT, const SkPoint& pt1, const SkPoint& pt2) const;
|
SkOpSegment.cpp | [all...] |
/frameworks/base/core/jni/android/graphics/ |
Path.cpp | 332 float& midT, SkPoint &midPoint, float errorSquared) { 333 midT = (t1 + t0) / 2; 337 midPoint = (*bezierFunction)(midT, points); 367 float midT; 369 iter->second, next->first, next->second, midT, midPoint, errorSquared); 374 iter->second, midT, midPoint, quarterT, quarterPoint, errorSquared); 381 next = tToPoint.insert(iter, PointMap::value_type(midT, midPoint));
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
QuadraticIntersection.cpp | 290 double midT = (t1 + i.fCoincidentT[0][closest1]) / 2; 291 xy_at_t(q1, midT, mid.x, mid.y); 304 midT = (t2 + i.fCoincidentT[1][closest2]) / 2; 305 xy_at_t(q2, midT, mid.x, mid.y);
|
Simplify.cpp | [all...] |
/external/skia/experimental/Intersection/ |
QuadraticIntersection.cpp | 290 double midT = (t1 + i.fCoincidentT[0][closest1]) / 2; 291 xy_at_t(q1, midT, mid.x, mid.y); 304 midT = (t2 + i.fCoincidentT[1][closest2]) / 2; 305 xy_at_t(q2, midT, mid.x, mid.y);
|
Simplify.cpp | [all...] |