Searched refs:angle1 (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | Miter_Limit.cpp | 9 SkScalar angle1 = SkScalarATan2(v[0].fY, v[0].fX); in REG_FIDDLE() local 12 SkScalar miterLimit = 1 / SkScalarSin((angle2 - angle1) / 2); in REG_FIDDLE()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | fttrigon.h | 206 * angle1 :: 213 * Constrained value of `angle2-angle1`. 217 FT_Angle_Diff( FT_Angle angle1,
|
/third_party/skia/tests/ |
H A 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/ |
H A D | fttrigon.c | 501 FT_Angle_Diff( FT_Angle angle1, in FT_EXPORT_DEF() 504 FT_Angle delta = angle2 - angle1; in FT_EXPORT_DEF()
|
H A D | ftstroke.c | 186 /* Return the average of `angle1' and `angle2'. */ 187 /* This gives correct result even if `angle1' and `angle2' */ 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/gles3/functional/ |
H A D | es3fMultisampleTests.cpp | 683 float angle1 = 2.0f*DE_PI * ((float)i + 0.5f) / (float)numTriangles + 0.001f*(float)m_currentIteration; 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/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fMultisampleTests.cpp | 515 float angle1 = 2.0f*DE_PI * ((float)i + 0.5f) / (float)numTriangles + 0.001f*(float)m_currentIteration; 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/vk-gl-cts/modules/gles31/functional/ |
H A 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()
|
Completed in 12 milliseconds