HomeSort by relevance Sort by last modified time
    Searched full:thcos (Results 1 - 1 of 1) sorted by null

  /external/freetype/src/base/
ftstroke.c 900 FT_Fixed length, thcos, sigma; local
916 thcos = FT_Cos( theta );
917 sigma = FT_MulFix( stroker->miter_limit, thcos );
930 length = FT_DivFix( stroker->radius, thcos );
960 FT_Fixed thcos; local
979 thcos = FT_Cos( theta );
980 sigma = FT_MulFix( stroker->miter_limit, thcos );
1035 length = FT_DivFix( stroker->radius, thcos );
    [all...]

Completed in 576 milliseconds