Home
last modified time | relevance | path

Searched refs:FRAC (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/3rdparty/freetype/src/raster/
H A Dftraster.c454 #define FRAC( x ) ( (x) & ( ras.precision - 1 ) ) macro
1035 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()
/reactos/sdk/tools/ms2ps/
H A Dms2ps.cpp80 enum fstate { EMPTY, INT, FRAC, EXP }; enumerator