Edit

kc3-lang/freetype/src

Branch :

  • Show log

    Commit

  • Author : Dominik Röttsches
    Date : 2022-07-01 12:04:28
    Hash : bec4ef41
    Message : [base] Round values in `FT_MulAdd_Fix`. This avoids regressing Blink layout tests and makes `FT_MulAdd_Fix` delta retrieval implementation consistent with the previous implementation, which used `FT_fixedToInt` and included rounding. * src/base/ftcalc.c (FT_MulAdd_Fix): Implement it. Also fix remaining `temp` initialization compilation issue. Fixes #1169.