HomeSort by relevance Sort by last modified time
    Searched refs:theta2 (Results 1 - 4 of 4) sorted by null

  /external/ceres-solver/include/ceres/
rotation.h 397 const T theta2 = DotProduct(angle_axis, angle_axis); local
398 if (theta2 > 0.0) {
402 const T theta = sqrt(theta2);
587 const T theta2 = DotProduct(angle_axis, angle_axis); local
588 if (theta2 > 0.0) {
599 const T theta = sqrt(theta2);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathParser.cpp 455 float theta2 = FloatPoint(point2 - centerPoint).slopeAngleRadians(); local
457 float thetaArc = theta2 - theta1;
  /external/chromium_org/third_party/freetype/src/base/
ftstroke.c 194 FT_Angle theta1, theta2; local
276 theta2 = ft_pos_abs( FT_Angle_Diff( *angle_mid, *angle_out ) );
279 theta2 < FT_SMALL_CUBIC_THRESHOLD );
1634 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; local
    [all...]
  /external/freetype/src/base/
ftstroke.c 194 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
    [all...]

Completed in 132 milliseconds