Home
last modified time | relevance | path

Searched refs:dSlopeAtT (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsWinding.cpp92 fSlope = segment->dSlopeAtT(fT); in makeTestBase()
160 slope = this->dSlopeAtT(t); in rayCheck()
DSkOpSegment.h202 SkDVector dSlopeAtT(double mid) const { in dSlopeAtT() function
DSkOpCoincidence.cpp304 SkDVector dxdy = baseSeg->dSlopeAtT(base->t()); in addEndMovedSpans()
DSkOpSegment.cpp511 SkDVector slope = this->dSlopeAtT(t); in distSq()
DSkPathOpsDebug.cpp1482 SkDVector dxdy = baseSeg->dSlopeAtT(base->t()); in debugAddEndMovedSpans()