Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/geometry/
DGrQuadUtils.cpp687 fInvSinTheta = 1.f; in reset()
692 fInvSinTheta = 1.f / sqrt(1.f - fCosTheta * fCosTheta); in reset()
920 float4 halfTanTheta = -edgeVectors.fCosTheta * edgeVectors.fInvSinTheta; in reset()
922 next_ccw(edgeDistances) * next_ccw(edgeVectors.fInvSinTheta) + in reset()
923 next_cw(edgeDistances) * edgeVectors.fInvSinTheta; in reset()
987 float4 signedOutsets = -edgeVectors.fInvSinTheta * next_cw(signedEdgeDistances); in moveAlong()
988 float4 signedOutsetsCW = edgeVectors.fInvSinTheta * signedEdgeDistances; in moveAlong()
DGrQuadUtils.h116 skvx::float4 fInvSinTheta; // 1 / sin(theta) member