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

  /external/chromium_org/third_party/freetype/src/base/
ftstroke.c 984 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 );
    [all...]
  /external/freetype/src/base/
ftstroke.c 984 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 );
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftstroke.c 984 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 );
    [all...]

Completed in 457 milliseconds