Searched refs:angle1 (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/ |
D | gstsphere.c | 160 gdouble angle1; in sphere_map() local 169 angle1 = G_PI / 2 - angle; in sphere_map() 170 angle2 = asin (sin (angle1) * r_refraction); in sphere_map() 176 angle1 = G_PI / 2 - angle; in sphere_map() 177 angle2 = asin (sin (angle1) * r_refraction); in sphere_map()
|
/third_party/skia/docs/examples/ |
D | Miter_Limit.cpp | 9 SkScalar angle1 = SkScalarATan2(v[0].fY, v[0].fX); in draw() local 12 SkScalar miterLimit = 1 / SkScalarSin((angle2 - angle1) / 2); in draw()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fMultisampleTests.cpp | 515 …float angle1 = 2.0f*DE_PI * ((float)i + 0.5f) / (float)numTriangles + 0.001f*(float)m_currentItera… in renderPattern() local 519 Vec2(deFloatCos(angle1)*0.95f, deFloatSin(angle1)*0.95f), in renderPattern() 994 float angle1 = 2.0f*DE_PI * ((float)i + 0.5f) / (float)numTriangles; in iterate() local 998 Vec2(deFloatCos(angle1)*0.95f, deFloatSin(angle1)*0.95f), in iterate() 1410 float angle1 = 2.0f*DE_PI * ((float)i + 0.5f) / (float)numTriangles; in drawPattern() local 1414 Vec2(deFloatCos(angle1)*0.95f, deFloatSin(angle1)*0.95f), in drawPattern()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | fttrigon.h | 217 FT_Angle_Diff( FT_Angle angle1,
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fMultisampleTests.cpp | 683 …float angle1 = 2.0f*DE_PI * ((float)i + 0.5f) / (float)numTriangles + 0.001f*(float)m_currentItera… in renderPattern() local 687 Vec2(deFloatCos(angle1)*0.95f, deFloatSin(angle1)*0.95f), in renderPattern() 1153 float angle1 = 2.0f*DE_PI * ((float)i + 0.5f) / (float)numTriangles; in iterate() local 1157 Vec2(deFloatCos(angle1)*0.95f, deFloatSin(angle1)*0.95f), in iterate() 1560 float angle1 = 2.0f*DE_PI * ((float)i + 0.5f) / (float)numTriangles; in drawPattern() local 1564 Vec2(deFloatCos(angle1)*0.95f, deFloatSin(angle1)*0.95f), in drawPattern()
|
/third_party/skia/tests/ |
D | PathOpsAngleTest.cpp | 465 SkOpAngle& angle1 = *seg1->debugLastAngle(); in DEF_TEST() local 468 PathOpsAngleTester::SetNext(angle1, angle3); in DEF_TEST() 472 SkDEBUGCODE(int result =) PathOpsAngleTester::After(angle2, angle1); in DEF_TEST()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | fttrigon.c | 501 FT_Angle_Diff( FT_Angle angle1, in FT_Angle_Diff() argument 504 FT_Angle delta = angle2 - angle1; in FT_Angle_Diff()
|
D | ftstroke.c | 190 ft_angle_mean( FT_Angle angle1, in ft_angle_mean() argument 193 return angle1 + FT_Angle_Diff( angle1, angle2 ) / 2; in ft_angle_mean()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fMultisampleTests.cpp | 497 const float angle1 = 2.0f*DE_PI * ((float)triNdx + 0.5f) / (float)numTriangles; in drawPattern() local 521 Vec2(deFloatCos(angle1)*0.95f, deFloatSin(angle1)*0.95f), in drawPattern()
|
/third_party/openGLES/extensions/NV/ |
D | NV_path_rendering.txt | 7657 PostScript specifies that "If angle2 is less than angle1, it is 7659 than or equal to angle1. No other adjustments are made to the 7660 two angles. In particular, if the difference angle2-angle1
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_path_rendering.txt | 7657 PostScript specifies that "If angle2 is less than angle1, it is 7659 than or equal to angle1. No other adjustments are made to the 7660 two angles. In particular, if the difference angle2-angle1
|