Home
last modified time | relevance | path

Searched refs:CurveSlopeAtT (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsCurve.h190 static SkVector (* const CurveSlopeAtT[])(const SkPoint[], SkScalar , double ) = { variable
DSkOpSegment.cpp1192 SkVector dxdy = (*CurveSlopeAtT[fVerb])(this->pts(), this->weight(), midT); in missingCoincidence()
1200 SkVector oppDxdy = (*CurveSlopeAtT[opp->verb()])(opp->pts(), in missingCoincidence()