Home | History | Annotate | Download | only in tools

Lines Matching refs:SPI

9 #define  SPI  (PI/FT_ANGLE_PI)
30 d2 = cos( i*SPI );
56 d2 = sin( i*SPI );
82 d2 = tan( i*SPI );
109 a = i*SPI;
144 a = ( i*SPI );
176 v.x = (FT_Fixed)( l * cos( i*SPI ) );
177 v.y = (FT_Fixed)( l * sin( i*SPI ) );
202 ra = rotate*SPI;
214 a = i*SPI;