Home
last modified time | relevance | path

Searched refs:NEG_INT32 (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/psaux/
Dpsfixed.h69 ( (x) < 0 ? NEG_INT32( x ) : (x) )
Dpshints.c1543 dx = NEG_INT32( dx ); in cf2_glyphpath_computeOffset()
1544 dy = NEG_INT32( dy ); in cf2_glyphpath_computeOffset()
1595 else if ( NEG_INT32( dy ) > MUL_INT32( 2, dx ) ) in cf2_glyphpath_computeOffset()
1598 *x = NEG_INT32( glyphpath->xOffset ); in cf2_glyphpath_computeOffset()
1617 if ( NEG_INT32( dx ) > MUL_INT32( 2, dy ) ) in cf2_glyphpath_computeOffset()
1642 if ( NEG_INT32( dx ) > MUL_INT32( -2, dy ) ) in cf2_glyphpath_computeOffset()
1648 else if ( NEG_INT32( dy ) > MUL_INT32( -2, dx ) ) in cf2_glyphpath_computeOffset()
1651 *x = NEG_INT32( glyphpath->xOffset ); in cf2_glyphpath_computeOffset()
/external/freetype/include/freetype/internal/
Dftcalc.h487 #define NEG_INT32( a ) \ macro
/external/freetype/
DChangeLog.28471 * 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.