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

/external/freetype/src/smooth/
H A Dftgrays.c334 #undef TRUNC macro
338 #define TRUNC( x ) ( (TCoord)( (x) >> PIXEL_BITS ) ) macro
617 ex1 = TRUNC( x1 );
618 ex2 = TRUNC( x2 );
712 ey1 = TRUNC( ras.y );
713 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */
736 TCoord ex = TRUNC( ras.x );
798 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 );
825 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 );
852 ey1 = TRUNC( ra
[all...]
/external/freetype/src/raster/
H A Dftraster.c448 #undef TRUNC macro
453 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits ) macro
1029 e1 = (Int)TRUNC( miny );
1034 e1 = (Int)TRUNC( y1 );
1041 e2 = (Int)TRUNC( maxy );
1046 e2 = (Int)TRUNC( y2 );
1243 ras.cProfile->start = TRUNC( e0 );
1250 if ( ( top + TRUNC( e2 - e ) + 1 ) >= ras.maxBuff )
2218 e1 = TRUNC( CEILING( x1 ) );
2224 e2 = TRUNC( FLOO
[all...]

Completed in 127 milliseconds