Searched refs:FIXED_TO_INT (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftcalc.h156 #define FIXED_TO_INT( x ) ( FT_RoundFix( x ) >> 16 ) macro
/external/freetype/include/freetype/internal/
H A Dftcalc.h156 #define FIXED_TO_INT( x ) ( FT_RoundFix( x ) >> 16 ) macro
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshrec.c926 (FT_Int)FIXED_TO_INT( stems[0] ),
927 (FT_Int)FIXED_TO_INT( stems[1] ),
1138 stems[0] = FIXED_TO_INT( coords[0] );
1139 stems[1] = FIXED_TO_INT( coords[1] );
1196 stems[n] = FIXED_TO_INT( y );
/external/freetype/src/pshinter/
H A Dpshrec.c926 (FT_Int)FIXED_TO_INT( stems[0] ),
927 (FT_Int)FIXED_TO_INT( stems[1] ),
1138 stems[0] = FIXED_TO_INT( coords[0] );
1139 stems[1] = FIXED_TO_INT( coords[1] );
1196 stems[n] = FIXED_TO_INT( y );
/external/chromium_org/third_party/freetype/src/psaux/
H A Dpsobjs.c1613 point->x = FIXED_TO_INT( x );
1614 point->y = FIXED_TO_INT( y );
H A Dt1decode.c282 subg->arg1 = (FT_Int)FIXED_TO_INT( adx - asb );
283 subg->arg2 = (FT_Int)FIXED_TO_INT( ady );
/external/freetype/src/psaux/
H A Dpsobjs.c1613 point->x = FIXED_TO_INT( x );
1614 point->y = FIXED_TO_INT( y );
H A Dt1decode.c282 subg->arg1 = (FT_Int)FIXED_TO_INT( adx - asb );
283 subg->arg2 = (FT_Int)FIXED_TO_INT( ady );

Completed in 172 milliseconds