Searched defs:TRUNC (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/freetype/src/smooth/
H A Dftgrays.c293 #undef TRUNC macro
298 #define TRUNC( x ) ( (TCoord)( (x) >> PIXEL_BITS ) ) macro
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( mi
[all...]
/external/freetype/src/smooth/
H A Dftgrays.c296 #undef TRUNC macro
301 #define TRUNC( x ) ( (TCoord)( (x) >> PIXEL_BITS ) ) macro
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( mi
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftgrays.c293 #undef TRUNC macro
298 #define TRUNC( x ) ( (TCoord)( (x) >> PIXEL_BITS ) ) macro
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( mi
[all...]
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c447 #undef TRUNC macro
452 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits ) macro
1113 e1 = (Int)TRUNC( miny );
1118 e1 = (Int)TRUNC( y1 );
1125 e2 = (Int)TRUNC( maxy );
1130 e2 = (Int)TRUNC( y2 );
1327 ras.cProfile->start = TRUNC( e0 );
1334 if ( ( top + TRUNC( e2 - e ) + 1 ) >= ras.maxBuff )
2292 e1 = TRUNC( CEILING( x1 ) );
2297 e2 = TRUNC( FLOO
[all...]
/external/freetype/src/raster/
H A Dftraster.c447 #undef TRUNC macro
452 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits ) macro
1115 e1 = (Int)TRUNC( miny );
1120 e1 = (Int)TRUNC( y1 );
1127 e2 = (Int)TRUNC( maxy );
1132 e2 = (Int)TRUNC( y2 );
1329 ras.cProfile->start = TRUNC( e0 );
1336 if ( ( top + TRUNC( e2 - e ) + 1 ) >= ras.maxBuff )
2296 e1 = TRUNC( CEILING( x1 ) );
2302 e2 = TRUNC( FLOO
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftraster.c447 #undef TRUNC macro
452 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits ) macro
1115 e1 = (Int)TRUNC( miny );
1120 e1 = (Int)TRUNC( y1 );
1127 e2 = (Int)TRUNC( maxy );
1132 e2 = (Int)TRUNC( y2 );
1329 ras.cProfile->start = TRUNC( e0 );
1336 if ( ( top + TRUNC( e2 - e ) + 1 ) >= ras.maxBuff )
2294 e1 = TRUNC( CEILING( x1 ) );
2299 e2 = TRUNC( FLOO
[all...]

Completed in 256 milliseconds