Searched refs:cf2_fixedAbs (Results 1 – 4 of 4) sorted by relevance
68 #define cf2_fixedAbs( x ) \ macro
304 diff = cf2_fixedAbs( flatEdge - flatFamilyEdge ); in cf2_blues_init()322 diff = cf2_fixedAbs( flatEdge - flatFamilyEdge ); in cf2_blues_init()345 diff = cf2_fixedAbs( flatEdge - flatFamilyEdge ); in cf2_blues_init()
1060 cf2_fixedAbs( glyphpath->xOffset ), in cf2_glyphpath_init()1061 cf2_fixedAbs( glyphpath->yOffset ) ); in cf2_glyphpath_init()1182 cf2_fixedAbs( intersection->x - u1->x ) < glyphpath->snapThreshold ) in cf2_glyphpath_computeIntersection()1185 cf2_fixedAbs( intersection->y - u1->y ) < glyphpath->snapThreshold ) in cf2_glyphpath_computeIntersection()1189 cf2_fixedAbs( intersection->x - v1->x ) < glyphpath->snapThreshold ) in cf2_glyphpath_computeIntersection()1192 cf2_fixedAbs( intersection->y - v1->y ) < glyphpath->snapThreshold ) in cf2_glyphpath_computeIntersection()1196 if ( cf2_fixedAbs( intersection->x - ( u2->x + v1->x ) / 2 ) > in cf2_glyphpath_computeIntersection()1198 cf2_fixedAbs( intersection->y - ( u2->y + v1->y ) / 2 ) > in cf2_glyphpath_computeIntersection()
360 FT_Bool lastIsX = (FT_Bool)( cf2_fixedAbs( vals[10] - *curX ) > in cf2_doFlex()361 cf2_fixedAbs( vals[11] - *curY ) ); in cf2_doFlex()
Completed in 18 milliseconds