Home
last modified time | relevance | path

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

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