HomeSort by relevance Sort by last modified time
    Searched refs:CurveDSlopeAtT (Results 1 - 4 of 4) sorted by null

  /external/skia/src/pathops/
SkOpSegment.h 207 return (*CurveDSlopeAtT[fVerb])(fPts, fWeight, mid);
SkPathOpsCurve.h 206 static SkDVector (* const CurveDSlopeAtT[])(const SkPoint[], SkScalar , double ) = {
SkOpAngle.cpp 541 SkDVector slopeAtEnd = (*CurveDSlopeAtT[verb])(segment->pts(), segment->weight(),
    [all...]
SkOpSegment.cpp 813 SkDVector dxdy = (*CurveDSlopeAtT[this->verb()])(this->pts(), this->weight(), t);
    [all...]

Completed in 443 milliseconds