Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrQuadUtils.cpp684 fInvSinTheta = 1.f; in reset()
689 fInvSinTheta = 1.f / sqrt(1.f - fCosTheta * fCosTheta); in reset()
916 V4f halfTanTheta = -edgeVectors.fCosTheta * edgeVectors.fInvSinTheta; in reset()
918 next_ccw(edgeDistances) * next_ccw(edgeVectors.fInvSinTheta) + in reset()
919 next_cw(edgeDistances) * edgeVectors.fInvSinTheta; in reset()
983 V4f signedOutsets = -edgeVectors.fInvSinTheta * next_cw(signedEdgeDistances); in moveAlong()
984 V4f signedOutsetsCW = edgeVectors.fInvSinTheta * signedEdgeDistances; in moveAlong()
DGrQuadUtils.h116 skvx::Vec<4, float> fInvSinTheta; // 1 / sin(theta) member