Changeset 651 for trunk/src/gui/painting/qtextureglyphcache.cpp
- Timestamp:
- Mar 8, 2010, 12:52:58 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.2 (added) merged: 650 /branches/vendor/nokia/qt/current merged: 649 /branches/vendor/nokia/qt/4.6.1 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/painting/qtextureglyphcache.cpp
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 47 47 #include "private/qnativeimage_p.h" 48 48 #include "private/qfontengine_ft_p.h" 49 50 51 52 49 53 50 54 QT_BEGIN_NAMESPACE … … 113 117 rowHeight += margin * 2; 114 118 if (isNull()) 115 createCache( 256, rowHeight);119 createCache(, rowHeight); 116 120 117 121 // now actually use the coords and paint the wanted glyps into cache.
Note:
See TracChangeset
for help on using the changeset viewer.