Home
last modified time | relevance | path

Searched refs:FT_Cos (Results 1 – 6 of 6) sorted by relevance

/external/freetype/include/freetype/
Dfttrigon.h148 FT_Cos( FT_Angle angle );
/external/pdfium/third_party/freetype/include/freetype/
Dfttrigon.h148 FT_Cos( FT_Angle angle );
/external/freetype/src/base/
Dftstroke.c579 ( 0x10000L + FT_Cos( theta ) ) * 3 ); in ft_stroke_border_arcto()
1043 thcos = FT_Cos( theta ); in ft_stroker_inside()
1103 thcos = FT_Cos( theta ); in ft_stroker_outside()
1467 length = FT_DivFix( stroker->radius, FT_Cos( theta ) ); in FT_Stroker_ConicTo()
1675 length1 = FT_DivFix( stroker->radius, FT_Cos( theta1 ) ); in FT_Stroker_CubicTo()
1676 length2 = FT_DivFix( stroker->radius, FT_Cos( theta2 ) ); in FT_Stroker_CubicTo()
Dfttrigon.c298 FT_Cos( FT_Angle angle ) in FT_Cos() function
/external/pdfium/third_party/freetype/src/base/
Dftstroke.c579 ( 0x10000L + FT_Cos( theta ) ) * 3 ); in ft_stroke_border_arcto()
1042 thcos = FT_Cos( theta ); in ft_stroker_inside()
1102 thcos = FT_Cos( theta ); in ft_stroker_outside()
1466 length = FT_DivFix( stroker->radius, FT_Cos( theta ) ); in FT_Stroker_ConicTo()
1674 length1 = FT_DivFix( stroker->radius, FT_Cos( theta1 ) ); in FT_Stroker_CubicTo()
1675 length2 = FT_DivFix( stroker->radius, FT_Cos( theta2 ) ); in FT_Stroker_CubicTo()
Dfttrigon.c297 FT_Cos( FT_Angle angle ) in FT_Cos() function