Changeset 846 for trunk/src/gui/text/qfontengine_ft_p.h
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/text/qfontengine_ft_p.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 181 181 unsigned long id; // server sided id, GlyphSet for X11 182 182 bool outline_drawing; 183 184 185 186 187 188 189 190 191 192 193 194 183 195 mutable QHash<int, Glyph *> glyph_data; // maps from glyph index to glyph data 196 197 184 198 }; 185 199 … … 253 267 GlyphFormat defaultGlyphFormat() const { return defaultFormat; } 254 268 255 inline Glyph *cachedGlyph(glyph_t g) const { return defaultGlyphSet.g lyph_data.value(g); }269 inline Glyph *cachedGlyph(glyph_t g) const { return defaultGlyphSet.g(g); } 256 270 257 271 QGlyphSet *loadTransformedGlyphSet(const QTransform &matrix); … … 291 305 bool antialias; 292 306 bool transform; 307 293 308 SubpixelAntialiasingType subpixelType; 294 309 int lcdFilterType;
Note:
See TracChangeset
for help on using the changeset viewer.