Searched refs:CurveDSlopeAtT (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/src/pathops/ |
D | SkOpSegment.h | 203 return (*CurveDSlopeAtT[fVerb])(fPts, fWeight, mid); in dSlopeAtT()
|
D | SkPathOpsCurve.h | 206 static SkDVector (* const CurveDSlopeAtT[])(const SkPoint[], SkScalar , double ) = { variable
|
D | SkOpAngle.cpp | 643 SkDVector slopeAtEnd = (*CurveDSlopeAtT[verb])(segment->pts(), segment->weight(), in endToSide()
|
D | SkOpSegment.cpp | 835 SkDVector dxdy = (*CurveDSlopeAtT[this->verb()])(this->pts(), this->weight(), t); in isClose()
|
/third_party/skia/src/pathops/ |
D | SkOpSegment.h | 203 return (*CurveDSlopeAtT[fVerb])(fPts, fWeight, mid); in dSlopeAtT()
|
D | SkPathOpsCurve.h | 206 static SkDVector (* const CurveDSlopeAtT[])(const SkPoint[], SkScalar , double ) = { variable
|
D | SkOpAngle.cpp | 643 SkDVector slopeAtEnd = (*CurveDSlopeAtT[verb])(segment->pts(), segment->weight(), in endToSide()
|
D | SkOpSegment.cpp | 835 SkDVector dxdy = (*CurveDSlopeAtT[this->verb()])(this->pts(), this->weight(), t); in isClose()
|