diff options
author | Jason Barron <jbarron@trolltech.com> | 2010-02-15 15:23:23 (GMT) |
---|---|---|
committer | Jason Barron <jbarron@trolltech.com> | 2010-07-12 07:03:07 (GMT) |
commit | 940930dd8102511e6890ed661cf3d2dd88c2e1f4 (patch) | |
tree | 2eaa62af9ff24eb0c45caa6c7d6f09274480b159 /src/gui | |
parent | 4c392ee7f9f7445620269fbd3250a17a982e2369 (diff) | |
download | Qt-940930dd8102511e6890ed661cf3d2dd88c2e1f4.zip Qt-940930dd8102511e6890ed661cf3d2dd88c2e1f4.tar.gz Qt-940930dd8102511e6890ed661cf3d2dd88c2e1f4.tar.bz2 |
Enable cross-process glyph cache for OpenVG graphics system on Symbian.
This introduces a specialized OpenVG font cache for the Symbian
platform. By using RGlyphDataIterator we can create a VGImage to store
inside a VGFont without having to upload our own glyph image. This
works by utilizing RSgImage which can be used to share handles to
graphics memory across processes thus allowing glyph images to be
shared by multiple processes and reducing graphics memory usage.
Reviewed-by: Alessandro Portale
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/text/qfontengine_s60_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qfontengine_s60_p.h b/src/gui/text/qfontengine_s60_p.h index 9400d55..d65f13b 100644 --- a/src/gui/text/qfontengine_s60_p.h +++ b/src/gui/text/qfontengine_s60_p.h @@ -54,7 +54,7 @@ // #include "qconfig.h" -#include "qfontengine_p.h" +#include <private/qfontengine_p.h> #include "qsize.h" #include <openfont.h> |