Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/psaux/
Dpshints.c1557 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()
Dpsfixed.h69 ( (x) < 0 ? NEG_INT32( x ) : (x) )
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftcalc.h512 #define NEG_INT32( a ) \ macro
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
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.