• Show log

    Commit

  • Hash : 11fa9da7
    Author : ColdPaleLight
    Date : 2025-05-19T21:07:10

    [sdf] Skip neighbor comparison for pixels near edges.
    
    If the distance of the current pixel to the edge is less than or equal
    to 0.5, skip further neighbor comparisons to avoid unnecessary
    calculations. When the `USE_SQUARED_DISTANCES` macro is defined,
    compare to 0.25 instead.
    
    * src/sdf/ftbsdf.c (compare_neighbor): Add early return for pixels
      close to edges to avoid unnecessary neighbor checks.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/freetype.git
    Git SSH git@git.kmx.io:kc3-lang/freetype.git
    Public access ? public
    Description
    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg_l thodg
    Tags