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

  /external/freetype/include/freetype/
fttrigon.h 58 * FT_ANGLE_PI
64 #define FT_ANGLE_PI ( 180L << 16 )
76 #define FT_ANGLE_2PI ( FT_ANGLE_PI * 2 )
88 #define FT_ANGLE_PI2 ( FT_ANGLE_PI / 2 )
100 #define FT_ANGLE_PI4 ( FT_ANGLE_PI / 4 )
  /external/freetype/src/base/
fttrigon.c 202 theta += FT_ANGLE_PI;
209 theta -= FT_ANGLE_PI;
539 if ( delta > FT_ANGLE_PI )
ftstroke.c 62 #define FT_SMALL_CONIC_THRESHOLD ( FT_ANGLE_PI / 6 )
63 #define FT_SMALL_CUBIC_THRESHOLD ( FT_ANGLE_PI / 6 )
452 #define FT_ARC_CUBIC_ANGLE ( FT_ANGLE_PI / 2 )
690 #define FT_SIDE_TO_ROTATE( s ) ( FT_ANGLE_PI2 - (s) * FT_ANGLE_PI )
806 if ( total == FT_ANGLE_PI )
832 stroker->angle_out = angle + FT_ANGLE_PI;
909 if ( theta == FT_ANGLE_PI )
968 if ( theta == FT_ANGLE_PI )
    [all...]

Completed in 18 milliseconds