Searched refs:CurveDSlopeAtT (Results 1 – 8 of 8) sorted by relevance
/external/skqp/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 | 541 SkDVector slopeAtEnd = (*CurveDSlopeAtT[verb])(segment->pts(), segment->weight(), in endToSide()
|
D | SkOpSegment.cpp | 812 SkDVector dxdy = (*CurveDSlopeAtT[this->verb()])(this->pts(), this->weight(), t); in isClose()
|
/external/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 | 541 SkDVector slopeAtEnd = (*CurveDSlopeAtT[verb])(segment->pts(), segment->weight(), in endToSide()
|
D | SkOpSegment.cpp | 812 SkDVector dxdy = (*CurveDSlopeAtT[this->verb()])(this->pts(), this->weight(), t); in isClose()
|