Home
last modified time | relevance | path

Searched refs:cf2_fixedAbs (Results 1 – 5 of 5) sorted by relevance

/external/freetype/src/psaux/
Dpsblues.c304 diff = cf2_fixedAbs( SUB_INT32( flatEdge, flatFamilyEdge ) ); in cf2_blues_init()
322 diff = cf2_fixedAbs( SUB_INT32( flatEdge, flatFamilyEdge ) ); in cf2_blues_init()
345 diff = cf2_fixedAbs( SUB_INT32( flatEdge, flatFamilyEdge ) ); in cf2_blues_init()
Dpshints.c1140 cf2_fixedAbs( glyphpath->xOffset ), in cf2_glyphpath_init()
1141 cf2_fixedAbs( glyphpath->yOffset ) ); in cf2_glyphpath_init()
1269 cf2_fixedAbs( SUB_INT32( intersection->x, in cf2_glyphpath_computeIntersection()
1273 cf2_fixedAbs( SUB_INT32( intersection->y, in cf2_glyphpath_computeIntersection()
1278 cf2_fixedAbs( SUB_INT32( intersection->x, in cf2_glyphpath_computeIntersection()
1282 cf2_fixedAbs( SUB_INT32( intersection->y, in cf2_glyphpath_computeIntersection()
1287 if ( cf2_fixedAbs( intersection->x - ADD_INT32( u2->x, v1->x ) / 2 ) > in cf2_glyphpath_computeIntersection()
1289 cf2_fixedAbs( intersection->y - ADD_INT32( u2->y, v1->y ) / 2 ) > in cf2_glyphpath_computeIntersection()
Dpsfixed.h68 #define cf2_fixedAbs( x ) \ macro
Dpsintrp.c368 cf2_fixedAbs( SUB_INT32( vals[10], *curX ) ) > in cf2_doFlex()
369 cf2_fixedAbs( SUB_INT32( vals[11], *curY ) ) ); in cf2_doFlex()
/external/freetype/
DChangeLog.28610 * src/cff/cf2fixed.h (cf2_fixedAbs): Use NEG_INT32.