Searched refs:FT_ANGLE_PI (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/freetype/include/freetype/
H A Dfttrigon.h58 * FT_ANGLE_PI
64 #define FT_ANGLE_PI ( 180L << 16 ) macro
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/include/
H A Dfttrigon.h58 * FT_ANGLE_PI
64 #define FT_ANGLE_PI ( 180L << 16 ) macro
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/pdfium/core/include/thirdparties/freetype/freetype/
H A Dfttrigon.h58 * FT_ANGLE_PI
64 #define FT_ANGLE_PI ( 180L << 16 ) macro
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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dfttrigon.h58 * FT_ANGLE_PI
64 #define FT_ANGLE_PI ( 180L << 16 ) macro
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/chromium_org/third_party/freetype/src/base/
H A Dfttrigon.c223 theta = y > 0 ? FT_ANGLE_PI : -FT_ANGLE_PI;
485 if ( delta > FT_ANGLE_PI )
H A Dftstroke.c62 #define FT_SMALL_CONIC_THRESHOLD ( FT_ANGLE_PI / 6 )
63 #define FT_SMALL_CUBIC_THRESHOLD ( FT_ANGLE_PI / 8 )
521 #define FT_ARC_CUBIC_ANGLE ( FT_ANGLE_PI / 2 )
759 #define FT_SIDE_TO_ROTATE( s ) ( FT_ANGLE_PI2 - (s) * FT_ANGLE_PI )
888 if ( total == FT_ANGLE_PI )
914 stroker->angle_out = angle + FT_ANGLE_PI;
1072 if ( theta == FT_ANGLE_PI )
1478 FT_ANGLE_PI / 2 )
1685 FT_ANGLE_PI / 2 )
1881 stroker->subpath_angle + FT_ANGLE_PI,
[all...]
/external/freetype/src/base/
H A Dfttrigon.c223 theta = y > 0 ? FT_ANGLE_PI : -FT_ANGLE_PI;
485 if ( delta > FT_ANGLE_PI )
H A Dftstroke.c62 #define FT_SMALL_CONIC_THRESHOLD ( FT_ANGLE_PI / 6 )
63 #define FT_SMALL_CUBIC_THRESHOLD ( FT_ANGLE_PI / 8 )
521 #define FT_ARC_CUBIC_ANGLE ( FT_ANGLE_PI / 2 )
759 #define FT_SIDE_TO_ROTATE( s ) ( FT_ANGLE_PI2 - (s) * FT_ANGLE_PI )
888 if ( total == FT_ANGLE_PI )
914 stroker->angle_out = angle + FT_ANGLE_PI;
1072 if ( theta == FT_ANGLE_PI )
1478 FT_ANGLE_PI / 2 )
1685 FT_ANGLE_PI / 2 )
1881 stroker->subpath_angle + FT_ANGLE_PI,
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dfttrigon.c223 theta = y > 0 ? FT_ANGLE_PI : -FT_ANGLE_PI;
485 if ( delta > FT_ANGLE_PI )
H A Dftstroke.c62 #define FT_SMALL_CONIC_THRESHOLD ( FT_ANGLE_PI / 6 )
63 #define FT_SMALL_CUBIC_THRESHOLD ( FT_ANGLE_PI / 8 )
521 #define FT_ARC_CUBIC_ANGLE ( FT_ANGLE_PI / 2 )
759 #define FT_SIDE_TO_ROTATE( s ) ( FT_ANGLE_PI2 - (s) * FT_ANGLE_PI )
888 if ( total == FT_ANGLE_PI )
914 stroker->angle_out = angle + FT_ANGLE_PI;
1072 if ( theta == FT_ANGLE_PI )
1478 FT_ANGLE_PI / 2 )
1685 FT_ANGLE_PI / 2 )
1881 stroker->subpath_angle + FT_ANGLE_PI,
[all...]

Completed in 5866 milliseconds