Searched refs:cf2_fixedAbs (Results 1 – 5 of 5) sorted by relevance
/external/freetype/src/psaux/ |
D | psblues.c | 304 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()
|
D | pshints.c | 1140 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()
|
D | psfixed.h | 68 #define cf2_fixedAbs( x ) \ macro
|
D | psintrp.c | 368 cf2_fixedAbs( SUB_INT32( vals[10], *curX ) ) > in cf2_doFlex() 369 cf2_fixedAbs( SUB_INT32( vals[11], *curY ) ) ); in cf2_doFlex()
|
/external/freetype/ |
D | ChangeLog.28 | 610 * src/cff/cf2fixed.h (cf2_fixedAbs): Use NEG_INT32.
|