HomeSort by relevance Sort by last modified time
    Searched refs:FRAC (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 38 * 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))
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]);
    [all...]
  /external/freetype/src/raster/
ftraster.c 454 #define FRAC( x ) ( (x) & ( ras.precision - 1 ) )
    [all...]
  /external/pdfium/third_party/freetype/src/raster/
ftraster.c 452 #define FRAC( x ) ( (x) & ( ras.precision - 1 ) )
    [all...]

Completed in 230 milliseconds