Searched defs:theta2 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathParser.cpp455 float theta2 = FloatPoint(point2 - centerPoint).slopeAngleRadians(); local
457 float thetaArc = theta2 - theta1;
/external/ceres-solver/include/ceres/
H A Drotation.h397 const T theta2 = DotProduct(angle_axis, angle_axis); local
398 if (theta2 > T(std::numeric_limits<double>::epsilon())) {
402 const T theta = sqrt(theta2);
583 const T theta2 = DotProduct(angle_axis, angle_axis); local
584 if (theta2 > T(std::numeric_limits<double>::epsilon())) {
595 const T theta = sqrt(theta2);
/external/chromium_org/third_party/freetype/src/base/
H A Dftstroke.c194 FT_Angle theta1, theta2; local
276 theta2 = ft_pos_abs( FT_Angle_Diff( *angle_mid, *angle_out ) );
279 theta2 < FT_SMALL_CUBIC_THRESHOLD );
1633 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; local
1640 theta2 = FT_Angle_Diff( angle_mid, angle_out ) / 2;
1644 length2 = FT_DivFix( stroker->radius, FT_Cos( theta2 ) );
/external/freetype/src/base/
H A Dftstroke.c194 FT_Angle theta1, theta2; local
276 theta2 = ft_pos_abs( FT_Angle_Diff( *angle_mid, *angle_out ) );
279 theta2 < FT_SMALL_CUBIC_THRESHOLD );
1633 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; local
1640 theta2 = FT_Angle_Diff( angle_mid, angle_out ) / 2;
1644 length2 = FT_DivFix( stroker->radius, FT_Cos( theta2 ) );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftstroke.c194 FT_Angle theta1, theta2; local
276 theta2 = ft_pos_abs( FT_Angle_Diff( *angle_mid, *angle_out ) );
279 theta2 < FT_SMALL_CUBIC_THRESHOLD );
1633 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; local
1640 theta2 = FT_Angle_Diff( angle_mid, angle_out ) / 2;
1644 length2 = FT_DivFix( stroker->radius, FT_Cos( theta2 ) );

Completed in 2871 milliseconds