Lines Matching refs:fInvLengths
662 fInvLengths = 1.f / sqrt(fDX*fDX + fDY*fDY); in reset()
665 fDX *= fInvLengths; in reset()
666 fDY *= fInvLengths; in reset()
686 correct_bad_edges(edgeVectors.fInvLengths >= kInvDistTolerance, &dx, &dy, nullptr); in reset()
871 (widthChange > 0.f && edgeVectors.fInvLengths[1] > 1.f / widthChange) || in reset()
872 (heightChange > 0.f && edgeVectors.fInvLengths[0] > 1.f / heightChange); in reset()
873 } else if (any(edgeVectors.fInvLengths >= kInvDistTolerance)) { in reset()
899 V4f threshold = 0.1f - (1.f / edgeVectors.fInvLengths); in reset()
967 signedOutsets *= edgeVectors.fInvLengths; in moveAlong()
968 signedOutsetsCW *= next_cw(edgeVectors.fInvLengths); in moveAlong()
1158 return 1.f / fEdgeVectors.fInvLengths; in getEdgeLengths()
1209 V4f halfLengths = -0.5f / next_cw(fEdgeVectors.fInvLengths); // Negate to inset in adjustDegenerateVertices()