Searched refs:cf2_doubleToFixed (Results 1 – 6 of 6) sorted by relevance
1144 glyphpath->snapThreshold = cf2_doubleToFixed( 0.1 ); in cf2_glyphpath_init()1582 *x = FT_MulFix( cf2_doubleToFixed( 0.7 ), in cf2_glyphpath_computeOffset()1584 *y = FT_MulFix( cf2_doubleToFixed( 1.0 - 0.7 ), in cf2_glyphpath_computeOffset()1607 *x = FT_MulFix( cf2_doubleToFixed( -0.7 ), in cf2_glyphpath_computeOffset()1609 *y = FT_MulFix( cf2_doubleToFixed( 1.0 - 0.7 ), in cf2_glyphpath_computeOffset()1635 *x = FT_MulFix( cf2_doubleToFixed( 0.7 ), in cf2_glyphpath_computeOffset()1637 *y = FT_MulFix( cf2_doubleToFixed( 1.0 + 0.7 ), in cf2_glyphpath_computeOffset()1660 *x = FT_MulFix( cf2_doubleToFixed( -0.7 ), in cf2_glyphpath_computeOffset()1662 *y = FT_MulFix( cf2_doubleToFixed( 1.0 + 0.7 ), in cf2_glyphpath_computeOffset()
66 #define cf2_doubleToFixed( f ) \ macro
114 #define CF2_MIN_COUNTER cf2_doubleToFixed( 0.5 )
411 blues->boost = cf2_doubleToFixed( .6 ) - in cf2_blues_init()412 FT_MulDiv( cf2_doubleToFixed ( .6 ), in cf2_blues_init()
120 if ( emRatio < cf2_doubleToFixed( .01 ) ) in cf2_computeDarkening()
987 [cff] s/cf2_floatToFixed/cf2_doubleToFixed/.