/third_party/flutter/skia/gm/ |
D | mandoline.cpp | 189 float theta1 = 2*SK_ScalarPI/nquads * (i + .5f); in onDraw() local 191 mandoline.sliceQuadratic({cosf(theta1)*2, sinf(theta1)*2}, in onDraw()
|
/third_party/skia/gm/ |
D | mandoline.cpp | 189 float theta1 = 2*SK_ScalarPI/nquads * (i + .5f); in onDraw() local 191 mandoline.sliceQuadratic({cosf(theta1)*2, sinf(theta1)*2}, in onDraw()
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftstroke.c | 205 FT_Angle theta1, theta2; in ft_cubic_is_small_enough() local 286 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) ); in ft_cubic_is_small_enough() 289 return FT_BOOL( theta1 < FT_SMALL_CUBIC_THRESHOLD && in ft_cubic_is_small_enough() 1667 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; in FT_Stroker_CubicTo() local 1673 theta1 = FT_Angle_Diff( angle_in, angle_mid ) / 2; in FT_Stroker_CubicTo() 1677 length1 = FT_DivFix( stroker->radius, FT_Cos( theta1 ) ); in FT_Stroker_CubicTo()
|
/third_party/freetype/src/base/ |
D | ftstroke.c | 204 FT_Angle theta1, theta2; in ft_cubic_is_small_enough() local 285 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) ); in ft_cubic_is_small_enough() 288 return FT_BOOL( theta1 < FT_SMALL_CUBIC_THRESHOLD && in ft_cubic_is_small_enough() 1635 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; in FT_Stroker_CubicTo() local 1641 theta1 = FT_Angle_Diff( angle_in, angle_mid ) / 2; in FT_Stroker_CubicTo() 1645 length1 = FT_DivFix( stroker->radius, FT_Cos( theta1 ) ); in FT_Stroker_CubicTo()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftstroke.c | 204 FT_Angle theta1, theta2; in ft_cubic_is_small_enough() local 285 theta1 = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_mid ) ); in ft_cubic_is_small_enough() 288 return FT_BOOL( theta1 < FT_SMALL_CUBIC_THRESHOLD && in ft_cubic_is_small_enough() 1635 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; in FT_Stroker_CubicTo() local 1641 theta1 = FT_Angle_Diff( angle_in, angle_mid ) / 2; in FT_Stroker_CubicTo() 1645 length1 = FT_DivFix( stroker->radius, FT_Cos( theta1 ) ); in FT_Stroker_CubicTo()
|
/third_party/skia/src/core/ |
D | SkPathBuilder.cpp | 515 SkScalar theta1 = SkScalarATan2(unitPts[0].fY, unitPts[0].fX); in arcTo() local 517 SkScalar thetaArc = theta2 - theta1; in arcTo() 542 SkScalar startTheta = theta1; in arcTo()
|
D | SkPath.cpp | 1225 SkScalar theta1 = SkScalarATan2(unitPts[0].fY, unitPts[0].fX); in arcTo() local 1227 SkScalar thetaArc = theta2 - theta1; in arcTo() 1252 SkScalar startTheta = theta1; in arcTo()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_path_rendering.txt | 1621 … theta1,dtheta,t) ncp.y = c[4] npep.y = c[4] 1623 theta1,dtheta,t) 1625 …_SMALL_CCW_ARC_TO_NV theta1,dtheta,t) ncp.y = c[4] npep.y = cp.… 1627 theta1,dtheta,t) 1629 … theta1,dtheta,t) ncp.y = c[4] npep.y = c[4] 1631 theta1,dtheta,t) 1633 …_SMALL_CW_ARC_TO_NV theta1,dtheta,t) ncp.y = c[4] npep.y = cp.… 1635 theta1,dtheta,t) 1637 … theta1,dtheta,t) ncp.y = c[4] npep.y = c[4] 1639 theta1,dtheta,t) [all …]
|
/third_party/openGLES/extensions/NV/ |
D | NV_path_rendering.txt | 1621 … theta1,dtheta,t) ncp.y = c[4] npep.y = c[4] 1623 theta1,dtheta,t) 1625 …_SMALL_CCW_ARC_TO_NV theta1,dtheta,t) ncp.y = c[4] npep.y = cp.… 1627 theta1,dtheta,t) 1629 … theta1,dtheta,t) ncp.y = c[4] npep.y = c[4] 1631 theta1,dtheta,t) 1633 …_SMALL_CW_ARC_TO_NV theta1,dtheta,t) ncp.y = c[4] npep.y = cp.… 1635 theta1,dtheta,t) 1637 … theta1,dtheta,t) ncp.y = c[4] npep.y = c[4] 1639 theta1,dtheta,t) [all …]
|
/third_party/flutter/skia/src/core/ |
D | SkPath.cpp | 1487 SkScalar theta1 = SkScalarATan2(unitPts[0].fY, unitPts[0].fX); in arcTo() local 1489 SkScalar thetaArc = theta2 - theta1; in arcTo() 1514 SkScalar startTheta = theta1; in arcTo()
|