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 168 return (*CurveDSlopeAtT[fVerb])(fPts, fWeight, mid);
SkPathOpsCurve.h 166 static SkDVector (* const CurveDSlopeAtT[])(const SkPoint[], SkScalar , double ) = {
SkOpAngle.cpp 557 SkDVector slopeAtEnd = (*CurveDSlopeAtT[verb])(segment->pts(), segment->weight(),
    [all...]
SkOpSegment.cpp 838 SkDVector dxdy = (*CurveDSlopeAtT[this->verb()])(this->pts(), this->weight(), t);
    [all...]

Completed in 59 milliseconds