Avoid some floating-point operations by caching the y value for the
authorBehdad Esfahbod <behdad@gnome.org>
Mon, 18 Dec 2006 02:34:53 +0000 (02:34 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Mon, 18 Dec 2006 02:34:53 +0000 (02:34 +0000)
commiteb12e36e8f06cd04b9f7b7b1de0c110a1e3dcb96
tree331f54d36b8e2b99e82aecf444fe71a034578273
parent5c3e7af5c1718a153288a97729fa4ccaccb93b26
Avoid some floating-point operations by caching the y value for the

2006-12-17  Behdad Esfahbod  <behdad@gnome.org>

        * pango/pangocairo-render.c (pango_cairo_renderer_draw_glyphs):
        Avoid some floating-point operations by caching the y value for the
        baseline, using it for glyphs having y_offset of 0.
ChangeLog
pango/pangocairo-render.c