summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontengine_s60_p.h
diff options
context:
space:
mode:
authorLiang QI <liang.qi@nokia.com>2009-09-18 16:48:24 +0200
committerLiang QI <liang.qi@nokia.com>2009-09-18 16:48:24 +0200
commit9446b1745196acc7a6693b4ca2ca169f51fef97b (patch)
tree096cb6847dcd9318d5656fda2482eefdd08cf3b0 /src/gui/text/qfontengine_s60_p.h
parentd5db1f2bb5d520277f5d3ddfa5a50c385aebc753 (diff)
Switch glyph cache from Qt to Symbian
Use Symbian glyph cache directly in QRasterPaintEngine, do not need cache them in Qt if on Symbian Platform. Reviewed-by: Alessandro Portale Reviewed-by: Jason Barron
Diffstat (limited to 'src/gui/text/qfontengine_s60_p.h')
-rw-r--r--src/gui/text/qfontengine_s60_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/text/qfontengine_s60_p.h b/src/gui/text/qfontengine_s60_p.h
index dc4ff2fb30..44f8122143 100644
--- a/src/gui/text/qfontengine_s60_p.h
+++ b/src/gui/text/qfontengine_s60_p.h
@@ -119,11 +119,12 @@ public:
Type type() const;
+ void getCharacterData(glyph_t glyph, TOpenFontCharMetrics& metrics, const TUint8*& bitmap, TSize& bitmapSize) const;
+
private:
friend class QFontPrivate;
QFixed glyphAdvance(HB_Glyph glyph) const;
- void getCharacterData(glyph_t glyph, TOpenFontCharMetrics& metrics, const TUint8*& bitmap, TSize& bitmapSize) const;
CFbsBitmap *m_textRenderBitmap;
CFbsBitmapDevice *m_textRenderBitmapDevice;