Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 617690 | Differences between
and this patch

Collapse All | Expand All

(-)a/gfx/thebes/gfxFont.cpp (+11 lines)
Lines 2637-2642 Link Here
2637
    return sw;
2637
    return sw;
2638
}
2638
}
2639
2639
2640
template gfxShapedWord* gfxFont::GetShapedWord(DrawTarget *aDrawTarget, 
2641
                                               const unsigned char    *aText, 
2642
                                               uint32_t    aLength, 
2643
                                               uint32_t    aHash, 
2644
                                               Script      aRunScript, 
2645
                                               bool        aVertical, 
2646
                                               int32_t     aAppUnitsPerDevUnit, 
2647
                                               gfx::ShapedTextFlags aFlags,
2648
                                               RoundingFlags aRounding, 
2649
                                               gfxTextPerfMetrics *aTextPerf GFX_MAYBE_UNUSED);
2650
2640
bool
2651
bool
2641
gfxFont::CacheHashEntry::KeyEquals(const KeyTypePointer aKey) const
2652
gfxFont::CacheHashEntry::KeyEquals(const KeyTypePointer aKey) const
2642
{
2653
{

Return to bug 617690