Searched defs:FRAC (Results 1 - 4 of 4) sorted by relevance

/external/freetype/src/raster/
H A Dftraster.c450 #define FRAC( x ) ( (x) & ( ras.precision - 1 ) ) macro
1031 f1 = (Int)FRAC( y1 );
1043 f2 = (Int)FRAC( y2 );
1220 f1 = (Short)( FRAC( y1 ) );
1985 if ( FRAC( ras.lastY ) == 0 &&
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/raster/
H A Dftraster.c452 #define FRAC( x ) ( (x) & ( ras.precision - 1 ) ) macro
1027 f1 = (Int)FRAC( y1 );
1039 f2 = (Int)FRAC( y2 );
1216 f1 = (Short)( FRAC( y1 ) );
1981 if ( FRAC( ras.lastY ) == 0 &&
/external/mesa3d/src/mesa/swrast/
H A Ds_texfilter.c38 * Note, the FRAC macro has to work perfectly. Otherwise you'll sometimes
41 * Also note, FRAC(x) doesn't truly return the fractional part of x for x < 0.
42 * Instead, if x < 0 then FRAC(x) = 1 - true_frac(x).
44 #define FRAC(f) ((f) - IFLOOR(f)) macro
280 *weight = FRAC(u);
419 *weight = FRAC(u);
481 *weight = FRAC(fcol);
962 const GLfloat f = FRAC(lambda[i]);
988 const GLfloat f = FRAC(lambda[i]);
1292 const GLfloat f = FRAC(lambd
[all...]
/external/pdfium/third_party/freetype/src/raster/
H A Dftraster.c452 #define FRAC( x ) ( (x) & ( ras.precision - 1 ) ) macro
1027 f1 = (Int)FRAC( y1 );
1039 f2 = (Int)FRAC( y2 );
1216 f1 = (Short)( FRAC( y1 ) );
1981 if ( FRAC( ras.lastY ) == 0 &&

Completed in 583 milliseconds