]> granicus.if.org Git - libass/commit
Move subpixel shift out of transform_3d
authorGrigori Goronzy <greg@blackbox>
Mon, 29 Jun 2009 16:57:18 +0000 (18:57 +0200)
committerGrigori Goronzy <greg@blackbox>
Mon, 29 Jun 2009 16:57:18 +0000 (18:57 +0200)
commit41bc5c4b00b2d975558d204a072a4d72f98a681b
tree2677cc97081ddf3ed24a78913eea0d9e6cb97024
parent392c9b86ce5f931d313062b00a6a63166441d1d3
Move subpixel shift out of transform_3d

Instead of adding the subpixel shift to the glyph in transform_3d, do it
directly in get_bitmap_glyph.  This saves a few cycles for glyphs that
are not transformed (rotated or sheared).
libass/ass_render.c