Home
last modified time | relevance | path

Searched refs:theta1 (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathParser.cpp454 float theta1 = FloatPoint(point1 - centerPoint).slopeAngleRadians(); in decomposeArcToCubic() local
457 float thetaArc = theta2 - theta1; in decomposeArcToCubic()
471 float startTheta = theta1 + i * thetaArc / segments; in decomposeArcToCubic()
472 float endTheta = theta1 + (i + 1) * thetaArc / segments; in decomposeArcToCubic()
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
Dftstroke.c194 FT_Angle theta1, theta2; in ft_cubic_is_small_enough() local
275 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) ); in ft_cubic_is_small_enough()
278 return FT_BOOL( theta1 < FT_SMALL_CUBIC_THRESHOLD && in ft_cubic_is_small_enough()
1633 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; in FT_Stroker_CubicTo() local
1639 theta1 = FT_Angle_Diff( angle_in, angle_mid ) / 2; in FT_Stroker_CubicTo()
1643 length1 = FT_DivFix( stroker->radius, FT_Cos( theta1 ) ); in FT_Stroker_CubicTo()
/external/freetype/src/base/
Dftstroke.c194 FT_Angle theta1, theta2; in ft_cubic_is_small_enough() local
275 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) ); in ft_cubic_is_small_enough()
278 return FT_BOOL( theta1 < FT_SMALL_CUBIC_THRESHOLD && in ft_cubic_is_small_enough()
1633 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; in FT_Stroker_CubicTo() local
1639 theta1 = FT_Angle_Diff( angle_in, angle_mid ) / 2; in FT_Stroker_CubicTo()
1643 length1 = FT_DivFix( stroker->radius, FT_Cos( theta1 ) ); in FT_Stroker_CubicTo()
/external/chromium_org/third_party/freetype/src/base/
Dftstroke.c194 FT_Angle theta1, theta2; in ft_cubic_is_small_enough() local
275 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) ); in ft_cubic_is_small_enough()
278 return FT_BOOL( theta1 < FT_SMALL_CUBIC_THRESHOLD && in ft_cubic_is_small_enough()
1633 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; in FT_Stroker_CubicTo() local
1639 theta1 = FT_Angle_Diff( angle_in, angle_mid ) / 2; in FT_Stroker_CubicTo()
1643 length1 = FT_DivFix( stroker->radius, FT_Cos( theta1 ) ); in FT_Stroker_CubicTo()