Changeset 846 for trunk/src/openvg/qpixmapdata_vg_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/openvg/qpixmapdata_vg_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]) … … 65 65 class QEglContext; 66 66 class QVGImagePool; 67 67 68 68 69 #if !defined(QT_NO_EGL) … … 88 89 void resize(int width, int height); 89 90 void fromImage(const QImage &image, Qt::ImageConversionFlags flags); 91 92 93 94 95 96 90 97 91 98 void fill(const QColor &color); … … 127 134 protected: 128 135 int metric(QPaintDevice::PaintDeviceMetric metric) const; 136 129 137 130 138 #if defined(Q_OS_SYMBIAN) … … 136 144 QVGPixmapData *prevLRU; 137 145 bool inLRU; 146 138 147 friend class QVGImagePool; 148 139 149 140 150 #if !defined(QT_NO_EGL)
Note:
See TracChangeset
for help on using the changeset viewer.