summaryrefslogtreecommitdiffstats
path: root/src/openvg/qvgfontglyphcache_p.h
diff options
context:
space:
mode:
authorJason Barron <jbarron@trolltech.com>2010-06-17 06:33:58 (GMT)
committerJason Barron <jbarron@trolltech.com>2010-07-12 07:03:16 (GMT)
commitedd3ffa92df8c6e0fb68f3eb6e10872e69532c90 (patch)
tree0972c59c53b47b1b31ad1a3cb6a2d58ecdda6e6c /src/openvg/qvgfontglyphcache_p.h
parent3606cd38f7fbcfb9a9d6cb43d5a99da65891e0b1 (diff)
downloadQt-edd3ffa92df8c6e0fb68f3eb6e10872e69532c90.zip
Qt-edd3ffa92df8c6e0fb68f3eb6e10872e69532c90.tar.gz
Qt-edd3ffa92df8c6e0fb68f3eb6e10872e69532c90.tar.bz2
Convert to new EGL API.
Recent changes in Qt's EGL layer required some changes in the code used to convert RSgImage to/from VGImage. Reviewed-by: Gunnar Sletta
Diffstat (limited to 'src/openvg/qvgfontglyphcache_p.h')
-rw-r--r--src/openvg/qvgfontglyphcache_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openvg/qvgfontglyphcache_p.h b/src/openvg/qvgfontglyphcache_p.h
index 2bf79aa..b32a873 100644
--- a/src/openvg/qvgfontglyphcache_p.h
+++ b/src/openvg/qvgfontglyphcache_p.h
@@ -85,8 +85,8 @@ class QSymbianVGFontGlyphCache : public QVGFontGlyphCache
public:
QSymbianVGFontGlyphCache();
void cacheGlyphs(QVGPaintEnginePrivate *d,
- const QTextItemInt &ti,
- const QVarLengthArray<glyph_t> &glyphs);
+ QFontEngine *fontEngine,
+ const glyph_t *g, int count);
};
#endif