Home
last modified time | relevance | path

Searched defs:startT (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsCurve.h102 static SkPoint quad_top(const SkPoint a[3], double startT, double endT) { in quad_top()
109 static SkPoint cubic_top(const SkPoint a[4], double startT, double endT) { in cubic_top()
123 static bool line_is_vertical(const SkPoint a[2], double startT, double endT) { in line_is_vertical()
130 static bool quad_is_vertical(const SkPoint a[3], double startT, double endT) { in quad_is_vertical()
137 static bool cubic_is_vertical(const SkPoint a[4], double startT, double endT) { in cubic_is_vertical()
DSkOpContour.cpp73 double startT = coincidence.fTs[0][0]; in addCoincidentPoints() local
192 double startT = coincidence.fTs[0][0]; in joinCoincidence() local
243 double startT = coincidence.fTs[0][0]; in calcCommonCoincidentWinding() local
DSkOpAngle.cpp325 double startT = fSegment->t(fStart); in setSpans() local
DSkOpSegment.cpp713 double startT = fTs[index].fT; local
1510 double startT = other->fTs[*nextStart].fT; local
1641 double startT = other->fTs[*nextStart].fT; local
1759 double startT = other->fTs[*nextStart].fT; local
2066 bool SkOpSegment::isMissing(double startT, const SkPoint& pt) const {
2715 double startT = fTs[start].fT; local
2755 double startT = fTs[start].fT; local
2814 double startT = fTs[index].fT; local
DSkPathOpsQuad.cpp50 SkDPoint SkDQuad::top(double startT, double endT) const { in top()
DSkPathOpsCubic.cpp296 SkDPoint SkDCubic::top(double startT, double endT) const { in top()
/external/chromium_org/third_party/skia/src/pathops/
DSkPathOpsCurve.h102 static SkPoint quad_top(const SkPoint a[3], double startT, double endT) { in quad_top()
109 static SkPoint cubic_top(const SkPoint a[4], double startT, double endT) { in cubic_top()
123 static bool line_is_vertical(const SkPoint a[2], double startT, double endT) { in line_is_vertical()
130 static bool quad_is_vertical(const SkPoint a[3], double startT, double endT) { in quad_is_vertical()
137 static bool cubic_is_vertical(const SkPoint a[4], double startT, double endT) { in cubic_is_vertical()
DSkOpContour.cpp73 double startT = coincidence.fTs[0][0]; in addCoincidentPoints() local
192 double startT = coincidence.fTs[0][0]; in joinCoincidence() local
243 double startT = coincidence.fTs[0][0]; in calcCommonCoincidentWinding() local
DSkOpAngle.cpp325 double startT = fSegment->t(fStart); in setSpans() local
DSkOpSegment.cpp713 double startT = fTs[index].fT; local
1510 double startT = other->fTs[*nextStart].fT; local
1641 double startT = other->fTs[*nextStart].fT; local
1759 double startT = other->fTs[*nextStart].fT; local
2066 bool SkOpSegment::isMissing(double startT, const SkPoint& pt) const {
2715 double startT = fTs[start].fT; local
2755 double startT = fTs[start].fT; local
2814 double startT = fTs[index].fT; local
DSkPathOpsQuad.cpp50 SkDPoint SkDQuad::top(double startT, double endT) const { in top()
DSkPathOpsCubic.cpp296 SkDPoint SkDCubic::top(double startT, double endT) const { in top()
/external/skia/src/core/
DSkPathMeasure.cpp276 SkScalar startT, SkScalar stopT, SkPath* dst) { in seg_to()
401 SkScalar startT = 0, startD = 0; in distanceToSegment() local
490 SkScalar startT, stopT; in getSegment() local
/external/chromium_org/third_party/skia/src/core/
DSkPathMeasure.cpp276 SkScalar startT, SkScalar stopT, SkPath* dst) { in seg_to()
401 SkScalar startT = 0, startD = 0; in distanceToSegment() local
490 SkScalar startT, stopT; in getSegment() local
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollAnimatorNone.cpp181 double ScrollAnimatorNone::PerAxisData::attackArea(Curve curve, double startT, double endT) in attackArea()
188 double ScrollAnimatorNone::PerAxisData::releaseArea(Curve curve, double startT, double endT) in releaseArea()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DScrollAnimatorNoneTest.cpp325 double ScrollAnimatorNoneTest::attackArea(ScrollAnimatorNone::Curve curve, double startT, double en… in attackArea()
330 double ScrollAnimatorNoneTest::releaseArea(ScrollAnimatorNone::Curve curve, double startT, double e… in releaseArea()