Home
last modified time | relevance | path

Searched refs:CurveDSlopeAtT (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/pathops/
DSkOpSegment.h203 return (*CurveDSlopeAtT[fVerb])(fPts, fWeight, mid); in dSlopeAtT()
DSkPathOpsCurve.h206 static SkDVector (* const CurveDSlopeAtT[])(const SkPoint[], SkScalar , double ) = { variable
DSkOpAngle.cpp643 SkDVector slopeAtEnd = (*CurveDSlopeAtT[verb])(segment->pts(), segment->weight(), in endToSide()
DSkOpSegment.cpp835 SkDVector dxdy = (*CurveDSlopeAtT[this->verb()])(this->pts(), this->weight(), t); in isClose()
/third_party/skia/src/pathops/
DSkOpSegment.h203 return (*CurveDSlopeAtT[fVerb])(fPts, fWeight, mid); in dSlopeAtT()
DSkPathOpsCurve.h206 static SkDVector (* const CurveDSlopeAtT[])(const SkPoint[], SkScalar , double ) = { variable
DSkOpAngle.cpp643 SkDVector slopeAtEnd = (*CurveDSlopeAtT[verb])(segment->pts(), segment->weight(), in endToSide()
DSkOpSegment.cpp835 SkDVector dxdy = (*CurveDSlopeAtT[this->verb()])(this->pts(), this->weight(), t); in isClose()