Searched refs:fInvLengths (Results 1 – 2 of 2) sorted by relevance
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()[all …]
106 skvx::Vec<4, float> fInvLengths; member