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 (+10 lines)
Lines 2612-2617 Link Here
2612
    return sw;
2612
    return sw;
2613
}
2613
}
2614
2614
2615
template gfxShapedWord* gfxFont::GetShapedWord(DrawTarget *aDrawTarget, 
2616
                                               const unsigned char    *aText, 
2617
                                               uint32_t    aLength, 
2618
                                               uint32_t    aHash, 
2619
                                               Script      aRunScript, 
2620
                                               bool        aVertical, 
2621
                                               int32_t     aAppUnitsPerDevUnit, 
2622
                                               uint32_t    aFlags, 
2623
                                               gfxTextPerfMetrics *aTextPerf GFX_MAYBE_UNUSED);
2624
2615
bool
2625
bool
2616
gfxFont::CacheHashEntry::KeyEquals(const KeyTypePointer aKey) const
2626
gfxFont::CacheHashEntry::KeyEquals(const KeyTypePointer aKey) const
2617
{
2627
{

Return to bug 617690