pango: update to 1.15.1, changes LIBV to 1.6.0
authorKoen Kooi <koen@openembedded.org>
Tue, 5 Dec 2006 09:42:35 +0000 (09:42 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 5 Dec 2006 09:42:35 +0000 (09:42 +0000)
commit01d36dd186b8ad9009453198dedfd9fe88edfd93
tree73f0b0882a69a7e0b6f4a163846c6171e38b54ac
parentca467261d22fbc7cff0914f1d448877f359df8fa
pango: update to 1.15.1, changes LIBV to 1.6.0
from the NEWS:
* Optimizations:
  - Rework PangoLayout algorithms to avoid calling a recursive call to
    pango_layout_get_extents().  Avoids one pango_font_get_glyph_extents()
    call per glyph per layout rendering.  We now make 2 such calls.
  - Don't cache run_logical_rect in PangoLayoutIter.
    Avoids one pango_font_get_glyph_extents() call per glyph per layout
    rendering.  We are down to 1 now.
  - Cache line extents.  This avoids the final pango_font_get_glyph_extents()
    call per glyph per layout rendering.  Now we don't make any
    pango_font_get_glyph_extents() calls when rendering a layout (some
    conditions apply)!
  - Replace PANGO_IS_RENDERER with PANGO_IS_RENDERER_FAST for most
    internal uses, that is, just a NULL-check.
  - Use simple, fast, casts instead of PANGO_CAIRO_*() macros where the
    object cannot have reached us if it wasn't of the right type.
packages/pango/pango_1.15.1.bb [new file with mode: 0644]