Searched refs:fxpTessFactor (Results 1 – 4 of 4) sorted by relevance
213 void ComputeTessFactorContext( FXP fxpTessFactor, TESS_FACTOR_CONTEXT& TessFactorCtx );216 int NumPointsForTessFactor(FXP fxpTessFactor);
1710 int CHWTessellator::NumPointsForTessFactor( FXP fxpTessFactor ) in NumPointsForTessFactor() argument1715 numPoints = (fxpCeil(FXP_ONE_HALF + (fxpTessFactor+1/*round*/)/2)*2)>>FXP_FRACTION_BITS; in NumPointsForTessFactor()1719 numPoints = ((fxpCeil((fxpTessFactor+1/*round*/)/2)*2)>>FXP_FRACTION_BITS)+1; in NumPointsForTessFactor()1727 void CHWTessellator::ComputeTessFactorContext( FXP fxpTessFactor, TESS_FACTOR_CONTEXT& TessFactorCt… in ComputeTessFactorContext() argument1729 FXP fxpHalfTessFactor = (fxpTessFactor+1/*round*/)/2; in ComputeTessFactorContext()
1724 int CHWTessellator::NumPointsForTessFactor( FXP fxpTessFactor ) in NumPointsForTessFactor() argument1729 numPoints = (fxpCeil(FXP_ONE_HALF + (fxpTessFactor+1/*round*/)/2)*2)>>FXP_FRACTION_BITS; in NumPointsForTessFactor()1733 numPoints = ((fxpCeil((fxpTessFactor+1/*round*/)/2)*2)>>FXP_FRACTION_BITS)+1; in NumPointsForTessFactor()1741 void CHWTessellator::ComputeTessFactorContext( FXP fxpTessFactor, TESS_FACTOR_CONTEXT& TessFactorCt… in ComputeTessFactorContext() argument1743 FXP fxpHalfTessFactor = (fxpTessFactor+1/*round*/)/2; in ComputeTessFactorContext()