/external/skia/src/pathops/ |
D | SkPathOpsRect.cpp | 13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds() 30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds() 47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { in setBounds()
|
D | SkPathOpsCurve.h | 262 static bool line_is_vertical(const SkPoint a[2], SkScalar , double startT, double endT) { in line_is_vertical() 269 static bool quad_is_vertical(const SkPoint a[3], SkScalar , double startT, double endT) { in quad_is_vertical() 276 static bool conic_is_vertical(const SkPoint a[3], SkScalar weight, double startT, double endT) { in conic_is_vertical() 283 static bool cubic_is_vertical(const SkPoint a[4], SkScalar , double startT, double endT) { in cubic_is_vertical()
|
D | SkPathOpsCubic.cpp | 724 double SkDCubic::top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const { in top()
|
D | SkOpAngle.cpp | 916 double startT = fStart->t(); in setSpans() local
|
D | SkPathOpsTSect.h | 183 double startT() const { in startT() function 1189 double startT = first->fStartT; in extractCoincident() local
|
D | SkOpSegment.cpp | 1568 double startT = startPtT.fT; in subDivide() local
|
/external/skqp/src/pathops/ |
D | SkPathOpsRect.cpp | 13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds() 30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds() 47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { in setBounds()
|
D | SkPathOpsCurve.h | 262 static bool line_is_vertical(const SkPoint a[2], SkScalar , double startT, double endT) { in line_is_vertical() 269 static bool quad_is_vertical(const SkPoint a[3], SkScalar , double startT, double endT) { in quad_is_vertical() 276 static bool conic_is_vertical(const SkPoint a[3], SkScalar weight, double startT, double endT) { in conic_is_vertical() 283 static bool cubic_is_vertical(const SkPoint a[4], SkScalar , double startT, double endT) { in cubic_is_vertical()
|
D | SkPathOpsCubic.cpp | 724 double SkDCubic::top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const { in top()
|
D | SkOpAngle.cpp | 916 double startT = fStart->t(); in setSpans() local
|
D | SkPathOpsTSect.h | 183 double startT() const { in startT() function 1189 double startT = first->fStartT; in extractCoincident() local
|
D | SkOpSegment.cpp | 1568 double startT = startPtT.fT; in subDivide() local
|
/external/skqp/src/core/ |
D | SkPathMeasure.cpp | 37 SkScalar startT, SkScalar stopT, SkPath* dst) { in SkPathMeasure_segTo() 566 SkScalar startT = 0, startD = 0; in distanceToSegment() local 655 SkScalar startT, stopT; in getSegment() local
|
/external/skia/src/core/ |
D | SkPathMeasure.cpp | 37 SkScalar startT, SkScalar stopT, SkPath* dst) { in SkPathMeasure_segTo() 566 SkScalar startT = 0, startD = 0; in distanceToSegment() local 655 SkScalar startT, stopT; in getSegment() local
|
/external/skia/tests/ |
D | PathOpsAngleTest.cpp | 481 void SkOpSegment::debugAddAngle(double startT, double endT) { in debugAddAngle()
|
/external/skqp/tests/ |
D | PathOpsAngleTest.cpp | 481 void SkOpSegment::debugAddAngle(double startT, double endT) { in debugAddAngle()
|