Kaydet (Commit) 84689940 authored tarafından Caolán McNamara's avatar Caolán McNamara

callcatcher: post cairo-text remove unused legacy methods

üst 0c3296ae
......@@ -214,10 +214,6 @@ protected:
void DrawPrinterString( const SalLayout& );
void DrawServerFontString( const ServerFontLayout& );
void DrawServerSimpleFontString( const ServerFontLayout& );
void DrawServerAAFontString( const ServerFontLayout& );
bool DrawServerAAForcedString( const ServerFontLayout& );
void DrawCairoAAFontString( const ServerFontLayout& );
void freeResources();
public:
......
......@@ -404,16 +404,6 @@ void X11GlyphPeer::RemovingGlyph( ServerFont& /*rServerFont*/, GlyphData& rGlyph
// ---------------------------------------------------------------------------
bool X11GlyphPeer::ForcedAntialiasing( const ServerFont& rServerFont, int nScreen ) const
{
bool bForceOk = rServerFont.GetAntialiasAdvice();
// maximum size for antialiasing is 250 pixels
bForceOk &= (rServerFont.GetFontSelData().mnHeight < 250);
return (bForceOk && ((mnForcedAA >> nScreen) & 1));
}
// ---------------------------------------------------------------------------
GlyphSet X11GlyphPeer::GetGlyphSet( ServerFont& rServerFont, int nScreen )
{
if( (nScreen >= 0) && ((mnUsingXRender >> nScreen) & 1) == 0 )
......
......@@ -47,7 +47,6 @@ public:
Pixmap GetPixmap( ServerFont&, int nGlyphIndex, int nScreen );
const RawBitmap* GetRawBitmap( ServerFont&, int nGlyphIndex );
bool ForcedAntialiasing( const ServerFont&, int nScreen ) const;
GlyphSet GetGlyphSet( ServerFont&, int nScreen );
Glyph GetGlyphId( ServerFont&, int nGlyphIndex );
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment