Searched refs:FRAC (Results 1 – 2 of 2) sorted by relevance
454 #define FRAC( x ) ( (x) & ( ras.precision - 1 ) ) macro1035 f1 = (Int)FRAC( y1 ); in Line_Up()1047 f2 = (Int)FRAC( y2 ); in Line_Up()1224 f1 = (Short)( FRAC( y1 ) ); in Bezier_Up()1991 if ( FRAC( ras.lastY ) == 0 && in Convert_Glyph()
80 enum fstate { EMPTY, INT, FRAC, EXP }; enumerator