Home
last modified time | relevance | path

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

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