Changeset 846 for trunk/src/openvg/qpaintengine_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/qpaintengine_vg_p.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 55 55 56 56 #include <QtGui/private/qpaintengineex_p.h> 57 #include <QtGui/private/qtextureglyphcache_p.h> 57 58 58 59 QT_BEGIN_NAMESPACE 59 60 61 class QFixedPoint; 60 62 class QVGPaintEnginePrivate; 61 63 class QPixmapData; … … 137 139 void drawTiledPixmap(const QRectF &r, const QPixmap &pixmap, const QPointF &s); 138 140 139 void drawPixmaps(const QDrawPixmaps::Data *drawingData, int dataCount, const QPixmap &pixmap, QFlags<QDrawPixmaps::DrawingHint> hints); 141 void drawPixmapFragments(const QPainter::PixmapFragment *drawingData, int dataCount, const QPixmap &pixmap, 142 QFlags<QPainter::PixmapFragmentHint> hints); 140 143 141 144 void drawTextItem(const QPointF &p, const QTextItem &textItem); 145 void drawStaticTextItem(QStaticTextItem *staticTextItem); 146 bool drawCachedGlyphs(int numGlyphs, const glyph_t *glyphs, const QFont &font, 147 QFontEngine *fontEngine, const QPointF &p, 148 const QFixedPoint *positions); 142 149 143 150 void setState(QPainterState *s); … … 164 171 bool isDefaultClipRect(const QRect& rect); 165 172 bool clearRect(const QRectF &rect, const QColor &color); 173 bool canVgWritePixels(const QImage &image) const; 166 174 }; 167 168 175 169 176 QT_END_NAMESPACE
Note:
See TracChangeset
for help on using the changeset viewer.