Searched refs:FRAC (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c453 #define FRAC( x ) ( (x) & ( ras.precision - 1 ) ) macro
1119 f1 = (Int)FRAC( y1 );
1131 f2 = (Int)FRAC( y2 );
1308 f1 = (Short)( FRAC( y1 ) );
2073 if ( FRAC( ras.lastY ) == 0 &&
/external/freetype/src/raster/
H A Dftraster.c453 #define FRAC( x ) ( (x) & ( ras.precision - 1 ) ) macro
1121 f1 = (Int)FRAC( y1 );
1133 f2 = (Int)FRAC( y2 );
1310 f1 = (Short)( FRAC( y1 ) );
2075 if ( FRAC( ras.lastY ) == 0 &&
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftraster.c453 #define FRAC( x ) ( (x) & ( ras.precision - 1 ) ) macro
1121 f1 = (Int)FRAC( y1 );
1133 f2 = (Int)FRAC( y2 );
1310 f1 = (Short)( FRAC( y1 ) );
2075 if ( FRAC( ras.lastY ) == 0 &&

Completed in 261 milliseconds