HomeSort by relevance Sort by last modified time
    Searched defs:TRUNC (Results 1 - 7 of 7) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
mathimpl.h 46 * TRUNC() is a macro that sets the trailing 27 bits in the mantissa of an
52 #define TRUNC(d) (_b_trunc(&(d)))
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 293 #undef TRUNC
298 #define TRUNC( x ) ( (TCoord)( (x) >> PIXEL_BITS ) )
640 ex1 = TRUNC( x1 );
641 ex2 = TRUNC( x2 );
746 ey1 = TRUNC( ras.last_ey );
747 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */
785 TCoord ex = TRUNC( ras.x );
847 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 );
878 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 );
954 if ( TRUNC( min ) >= ras.max_ey || TRUNC( max ) < ras.min_ey
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 296 #undef TRUNC
301 #define TRUNC( x ) ( (TCoord)( (x) >> PIXEL_BITS ) )
689 ex1 = TRUNC( x1 );
690 ex2 = TRUNC( x2 );
783 ey1 = TRUNC( ras.last_ey );
784 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */
819 TCoord ex = TRUNC( ras.x );
875 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 );
900 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 );
976 if ( TRUNC( min ) >= ras.max_ey || TRUNC( max ) < ras.min_ey
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftgrays.c 293 #undef TRUNC
298 #define TRUNC( x ) ( (TCoord)( (x) >> PIXEL_BITS ) )
652 ex1 = TRUNC( x1 );
653 ex2 = TRUNC( x2 );
758 ey1 = TRUNC( ras.last_ey );
759 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */
797 TCoord ex = TRUNC( ras.x );
859 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 );
890 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 );
966 if ( TRUNC( min ) >= ras.max_ey || TRUNC( max ) < ras.min_ey
    [all...]
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c 447 #undef TRUNC
452 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits )
    [all...]
  /external/freetype/src/raster/
ftraster.c 447 #undef TRUNC
452 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
ftraster.c 447 #undef TRUNC
452 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits )
    [all...]

Completed in 195 milliseconds