Searched refs:sinA (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryDirectionTests.cpp | 171 const float sinA = std::sin(rotationX); in getRotationMatrix() local 179 0.0f, cosA,-sinA, in getRotationMatrix() 180 0.0f, sinA, cosA, in getRotationMatrix()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingDirectionTests.cpp | 171 const float sinA = std::sin(rotationX); in getRotationMatrix() local 179 0.0f, cosA,-sinA, in getRotationMatrix() 180 0.0f, sinA, cosA, in getRotationMatrix()
|
/third_party/freetype/src/base/ |
D | ftstroke.c | 1477 FT_Fixed blen, sinA, sinB, alen; in FT_Stroker_ConicTo() local 1489 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_ConicTo() 1492 alen = FT_MulDiv( blen, sinA, sinB ); in FT_Stroker_ConicTo() 1691 FT_Fixed blen, sinA, sinB, alen; in FT_Stroker_CubicTo() local 1703 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo() 1706 alen = FT_MulDiv( blen, sinA, sinB ); in FT_Stroker_CubicTo()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftstroke.c | 1477 FT_Fixed blen, sinA, sinB, alen; in FT_Stroker_ConicTo() local 1489 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_ConicTo() 1492 alen = FT_MulDiv( blen, sinA, sinB ); in FT_Stroker_ConicTo() 1691 FT_Fixed blen, sinA, sinB, alen; in FT_Stroker_CubicTo() local 1703 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo() 1706 alen = FT_MulDiv( blen, sinA, sinB ); in FT_Stroker_CubicTo()
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftstroke.c | 1510 FT_Fixed blen, sinA, sinB, alen; in FT_Stroker_ConicTo() local 1522 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_ConicTo() 1525 alen = FT_MulDiv( blen, sinA, sinB ); in FT_Stroker_ConicTo() 1723 FT_Fixed blen, sinA, sinB, alen; in FT_Stroker_CubicTo() local 1735 sinA = ft_pos_abs( FT_Sin( alpha1 - gamma ) ); in FT_Stroker_CubicTo() 1738 alen = FT_MulDiv( blen, sinA, sinB ); in FT_Stroker_CubicTo()
|