/external/skia/src/pathops/ |
D | SkPathOpsCurve.h | 102 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()
|
D | SkOpContour.cpp | 73 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
|
D | SkOpAngle.cpp | 325 double startT = fSegment->t(fStart); in setSpans() local
|
D | SkOpSegment.cpp | 713 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
|
D | SkPathOpsQuad.cpp | 50 SkDPoint SkDQuad::top(double startT, double endT) const { in top()
|
D | SkPathOpsCubic.cpp | 296 SkDPoint SkDCubic::top(double startT, double endT) const { in top()
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkPathOpsCurve.h | 102 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()
|
D | SkOpContour.cpp | 73 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
|
D | SkOpAngle.cpp | 325 double startT = fSegment->t(fStart); in setSpans() local
|
D | SkOpSegment.cpp | 713 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
|
D | SkPathOpsQuad.cpp | 50 SkDPoint SkDQuad::top(double startT, double endT) const { in top()
|
D | SkPathOpsCubic.cpp | 296 SkDPoint SkDCubic::top(double startT, double endT) const { in top()
|
/external/skia/src/core/ |
D | SkPathMeasure.cpp | 276 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/ |
D | SkPathMeasure.cpp | 276 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/ |
D | ScrollAnimatorNone.cpp | 181 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/ |
D | ScrollAnimatorNoneTest.cpp | 325 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()
|