Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpshints.c1546 dx = NEG_INT32( dx ); in cf2_glyphpath_computeOffset()
1547 dy = NEG_INT32( dy ); in cf2_glyphpath_computeOffset()
1598 else if ( NEG_INT32( dy ) > MUL_INT32( 2, dx ) ) in cf2_glyphpath_computeOffset()
1601 *x = NEG_INT32( glyphpath->xOffset ); in cf2_glyphpath_computeOffset()
1620 if ( NEG_INT32( dx ) > MUL_INT32( 2, dy ) ) in cf2_glyphpath_computeOffset()
1645 if ( NEG_INT32( dx ) > MUL_INT32( -2, dy ) ) in cf2_glyphpath_computeOffset()
1651 else if ( NEG_INT32( dy ) > MUL_INT32( -2, dx ) ) in cf2_glyphpath_computeOffset()
1654 *x = NEG_INT32( glyphpath->xOffset ); in cf2_glyphpath_computeOffset()
Dpsfixed.h69 ( (x) < 0 ? NEG_INT32( x ) : (x) )
/external/freetype/include/freetype/internal/
Dftcalc.h489 #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.