Searched refs:cf2_fixedAbs (Results 1 – 8 of 8) sorted by relevance
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()
1062 cf2_fixedAbs( glyphpath->xOffset ), in cf2_glyphpath_init()1063 cf2_fixedAbs( glyphpath->yOffset ) ); in cf2_glyphpath_init()1184 cf2_fixedAbs( intersection->x - u1->x ) < glyphpath->snapThreshold ) in cf2_glyphpath_computeIntersection()1187 cf2_fixedAbs( intersection->y - u1->y ) < glyphpath->snapThreshold ) in cf2_glyphpath_computeIntersection()1191 cf2_fixedAbs( intersection->x - v1->x ) < glyphpath->snapThreshold ) in cf2_glyphpath_computeIntersection()1194 cf2_fixedAbs( intersection->y - v1->y ) < glyphpath->snapThreshold ) in cf2_glyphpath_computeIntersection()1198 if ( cf2_fixedAbs( intersection->x - ( u2->x + v1->x ) / 2 ) > in cf2_glyphpath_computeIntersection()1200 cf2_fixedAbs( intersection->y - ( u2->y + v1->y ) / 2 ) > in cf2_glyphpath_computeIntersection()
68 #define cf2_fixedAbs( x ) \ macro
365 FT_Bool lastIsX = (FT_Bool)( cf2_fixedAbs( vals[10] - *curX ) > in cf2_doFlex()366 cf2_fixedAbs( vals[11] - *curY ) ); in cf2_doFlex()
1061 cf2_fixedAbs( glyphpath->xOffset ), in cf2_glyphpath_init()1062 cf2_fixedAbs( glyphpath->yOffset ) ); in cf2_glyphpath_init()1183 cf2_fixedAbs( intersection->x - u1->x ) < glyphpath->snapThreshold ) in cf2_glyphpath_computeIntersection()1186 cf2_fixedAbs( intersection->y - u1->y ) < glyphpath->snapThreshold ) in cf2_glyphpath_computeIntersection()1190 cf2_fixedAbs( intersection->x - v1->x ) < glyphpath->snapThreshold ) in cf2_glyphpath_computeIntersection()1193 cf2_fixedAbs( intersection->y - v1->y ) < glyphpath->snapThreshold ) in cf2_glyphpath_computeIntersection()1197 if ( cf2_fixedAbs( intersection->x - ( u2->x + v1->x ) / 2 ) > in cf2_glyphpath_computeIntersection()1199 cf2_fixedAbs( intersection->y - ( u2->y + v1->y ) / 2 ) > in cf2_glyphpath_computeIntersection()
361 FT_Bool lastIsX = (FT_Bool)( cf2_fixedAbs( vals[10] - *curX ) > in cf2_doFlex()362 cf2_fixedAbs( vals[11] - *curY ) ); in cf2_doFlex()