]> granicus.if.org Git - libass/commit
Remove shift vector in ass_render_event
authorGrigori Goronzy <greg@blackbox>
Sat, 25 Jul 2009 01:59:58 +0000 (03:59 +0200)
committerGrigori Goronzy <greg@blackbox>
Sat, 25 Jul 2009 12:56:16 +0000 (14:56 +0200)
commit311ec23031e257a8edde5153b09a5d0c2d6b0f6b
tree31b8d7c0dab41fc8b2b8385efb14754c14d16e09
parenta9f204bdde79bdacb63672482f5666b1e64f4479
Remove shift vector in ass_render_event

The shift is not calculated when fetching a glyph anymore.  Instead,
it is calculated right before rasterizing a glyph.  Remove the
shift vector and make get_outline_glyph, the glyph cache and
ass_font_set_transform work without supplying a shift vector.
libass/ass_cache_template.h
libass/ass_font.c
libass/ass_font.h
libass/ass_render.c