Home
last modified time | relevance | path

Searched refs:cf2_doubleToFixed (Results 1 – 6 of 6) sorted by relevance

/external/freetype/src/psaux/
Dpshints.c1144 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()
Dpsfixed.h66 #define cf2_doubleToFixed( f ) \ macro
Dpsblues.h114 #define CF2_MIN_COUNTER cf2_doubleToFixed( 0.5 )
Dpsblues.c411 blues->boost = cf2_doubleToFixed( .6 ) - in cf2_blues_init()
412 FT_MulDiv( cf2_doubleToFixed ( .6 ), in cf2_blues_init()
Dpsfont.c120 if ( emRatio < cf2_doubleToFixed( .01 ) ) in cf2_computeDarkening()
/external/freetype/
DChangeLog.28987 [cff] s/cf2_floatToFixed/cf2_doubleToFixed/.