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

  /external/webkit/Source/WebCore/svg/
SVGPathParser.cpp 445 float theta1 = atan2f(point1.y() - centerPoint.y(), point1.x() - centerPoint.x()); local
448 float thetaArc = theta2 - theta1;
462 float startTheta = theta1 + i * thetaArc / segments;
463 float endTheta = theta1 + (i + 1) * thetaArc / segments;
  /external/freetype/src/base/
ftstroke.c 194 FT_Angle theta1, theta2; local
275 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) );
278 return FT_BOOL( theta1 < FT_SMALL_CUBIC_THRESHOLD &&
1634 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; local
    [all...]

Completed in 113 milliseconds