Searched refs:NEG_INT32 (Results 1 – 4 of 4) sorted by relevance
1557 dx = NEG_INT32( dx ); in cf2_glyphpath_computeOffset()1558 dy = NEG_INT32( dy ); in cf2_glyphpath_computeOffset()1609 else if ( NEG_INT32( dy ) > MUL_INT32( 2, dx ) ) in cf2_glyphpath_computeOffset()1612 *x = NEG_INT32( glyphpath->xOffset ); in cf2_glyphpath_computeOffset()1631 if ( NEG_INT32( dx ) > MUL_INT32( 2, dy ) ) in cf2_glyphpath_computeOffset()1656 if ( NEG_INT32( dx ) > MUL_INT32( -2, dy ) ) in cf2_glyphpath_computeOffset()1662 else if ( NEG_INT32( dy ) > MUL_INT32( -2, dx ) ) in cf2_glyphpath_computeOffset()1665 *x = NEG_INT32( glyphpath->xOffset ); in cf2_glyphpath_computeOffset()
69 ( (x) < 0 ? NEG_INT32( x ) : (x) )
512 #define NEG_INT32( a ) \ macro
471 * include/freetype/internal/ftcalc.h (NEG_LONG, NEG_INT32),610 * src/cff/cf2fixed.h (cf2_fixedAbs): Use NEG_INT32.907 NEG_INT32): New macros.916 NEG_INT32 where appropriate.