Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpSegment.cpp1696 SkVector oppDxdy = (*CurveSlopeAtT[opp->verb()])(opp->pts(), in testForCoincidence() local
1698 oppDxdy.normalize(); in testForCoincidence()
1700 SkScalar flatness = SkScalarAbs(dxdy.cross(oppDxdy) / FLT_EPSILON); in testForCoincidence()