Searched refs:fInvLengths (Results 1 – 2 of 2) sorted by relevance
683 fInvLengths = 1.f / sqrt(fDX*fDX + fDY*fDY); in reset()686 fDX *= fInvLengths; in reset()687 fDY *= fInvLengths; in reset()707 correct_bad_edges(edgeVectors.fInvLengths >= kInvDistTolerance, &dx, &dy, nullptr); in reset()904 (widthChange > 0.f && edgeVectors.fInvLengths[1] > 1.f / widthChange) || in reset()905 (heightChange > 0.f && edgeVectors.fInvLengths[0] > 1.f / heightChange); in reset()906 } else if (any(edgeVectors.fInvLengths >= kInvDistTolerance)) { in reset()932 float4 threshold = 0.1f - (1.f / edgeVectors.fInvLengths); in reset()1000 signedOutsets *= edgeVectors.fInvLengths; in moveAlong()1001 signedOutsetsCW *= next_cw(edgeVectors.fInvLengths); in moveAlong()[all …]
115 skvx::float4 fInvLengths; member