Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsWinding.cpp89 fSlope = segment->dSlopeAtT(fT); in makeTestBase()
157 slope = this->dSlopeAtT(t); in rayCheck()
DSkOpSegment.h192 SkDVector dSlopeAtT(double mid) const { in dSlopeAtT() function
DSkOpSegment.cpp585 SkDVector slope = this->dSlopeAtT(t); in distSq()