Searched refs:cf2_doubleToFixed (Results 1 – 6 of 6) sorted by relevance
1141 glyphpath->snapThreshold = cf2_doubleToFixed( 0.1 ); in cf2_glyphpath_init()1579 *x = FT_MulFix( cf2_doubleToFixed( 0.7 ), in cf2_glyphpath_computeOffset()1581 *y = FT_MulFix( cf2_doubleToFixed( 1.0 - 0.7 ), in cf2_glyphpath_computeOffset()1604 *x = FT_MulFix( cf2_doubleToFixed( -0.7 ), in cf2_glyphpath_computeOffset()1606 *y = FT_MulFix( cf2_doubleToFixed( 1.0 - 0.7 ), in cf2_glyphpath_computeOffset()1632 *x = FT_MulFix( cf2_doubleToFixed( 0.7 ), in cf2_glyphpath_computeOffset()1634 *y = FT_MulFix( cf2_doubleToFixed( 1.0 + 0.7 ), in cf2_glyphpath_computeOffset()1657 *x = FT_MulFix( cf2_doubleToFixed( -0.7 ), in cf2_glyphpath_computeOffset()1659 *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()
119 if ( emRatio < cf2_doubleToFixed( .01 ) ) in cf2_computeDarkening()
987 [cff] s/cf2_floatToFixed/cf2_doubleToFixed/.