Searched refs:CurveDSlopeAtT (Results 1 – 4 of 4) sorted by relevance
166 static SkDVector (* const CurveDSlopeAtT[])(const SkPoint[], SkScalar , double ) = { variable
193 return (*CurveDSlopeAtT[fVerb])(fPts, fWeight, mid); in dSlopeAtT()
509 SkDVector slopeAtEnd = (*CurveDSlopeAtT[verb])(segment->pts(), segment->weight(), in endToSide()
914 SkDVector dxdy = (*CurveDSlopeAtT[this->verb()])(this->pts(), this->weight(), t); in isClose()