Searched refs:fxpLocation (Results 1 – 4 of 4) sorted by relevance
1782 …essellator::PlacePointIn1D( const TESS_FACTOR_CONTEXT& TessFactorCtx, int point, FXP& fxpLocation ) in PlacePointIn1D() argument1800 …fxpLocation = FXP_ONE_HALF; // special casing middle since 16 bit fixed math below can't reproduce… in PlacePointIn1D()1821 …fxpLocation = fxpLocationOnFloorHalfTessFactor * (FXP_ONE - TessFactorCtx.fxpHalfTessFactorFractio… in PlacePointIn1D()1823 fxpLocation = (fxpLocation + FXP_ONE_HALF/*round*/) >> FXP_FRACTION_BITS; // get back to n.16 in PlacePointIn1D()1832 fxpLocation = FXP_ONE - fxpLocation; in PlacePointIn1D()
214 void PlacePointIn1D( const TESS_FACTOR_CONTEXT& TessFactorCtx, int point, FXP& fxpLocation );
1796 …essellator::PlacePointIn1D( const TESS_FACTOR_CONTEXT& TessFactorCtx, int point, FXP& fxpLocation ) in PlacePointIn1D() argument1814 …fxpLocation = FXP_ONE_HALF; // special casing middle since 16 bit fixed math below can't reproduce… in PlacePointIn1D()1835 …fxpLocation = fxpLocationOnFloorHalfTessFactor * (FXP_ONE - TessFactorCtx.fxpHalfTessFactorFractio… in PlacePointIn1D()1837 fxpLocation = (fxpLocation + FXP_ONE_HALF/*round*/) >> FXP_FRACTION_BITS; // get back to n.16 in PlacePointIn1D()1846 fxpLocation = FXP_ONE - fxpLocation; in PlacePointIn1D()