Searched defs:thcos (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/freetype/src/base/
H A Dftstroke.c984 FT_Fixed length, thcos; local
1023 thcos = FT_Cos( theta );
1025 length = FT_DivFix( stroker->radius, thcos );
1056 FT_Fixed thcos = 0; local
1083 thcos = FT_Cos( theta );
1084 sigma = FT_MulFix( stroker->miter_limit, thcos );
1170 length = FT_DivFix( stroker->radius, thcos );
/external/freetype/src/base/
H A Dftstroke.c984 FT_Fixed length, thcos; local
1023 thcos = FT_Cos( theta );
1025 length = FT_DivFix( stroker->radius, thcos );
1056 FT_Fixed thcos = 0; local
1083 thcos = FT_Cos( theta );
1084 sigma = FT_MulFix( stroker->miter_limit, thcos );
1170 length = FT_DivFix( stroker->radius, thcos );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftstroke.c984 FT_Fixed length, thcos; local
1023 thcos = FT_Cos( theta );
1025 length = FT_DivFix( stroker->radius, thcos );
1056 FT_Fixed thcos = 0; local
1083 thcos = FT_Cos( theta );
1084 sigma = FT_MulFix( stroker->miter_limit, thcos );
1170 length = FT_DivFix( stroker->radius, thcos );

Completed in 144 milliseconds