Edit

kc3-lang/freetype/src/smooth

Branch :

  • Show log

    Commit

  • Author : Alexei Podtelezhnikov
    Date : 2016-05-05 23:41:03
    Hash : 6e88087d
    Message : [smooth] More efficient accounting of conic splits and draws. A single decrement counter of segments to draw, instead of an array, contains all the information necessary to decide when to split and when to draw a conic segment. The number of splits before each draw is equal to the number of trailing zeros in the counter. * src/smooth/ftgrays.c (gray_TWorker): Remove `lev_stack'. (gray_render_conic): Updated to use decrement counter of segments.