Changeset 846 for trunk/src/gui/painting/qpainter_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/painting/qpainter_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) … … 229 229 void drawStretchedGradient(const QPainterPath &path, DrawOperation operation); 230 230 void drawOpaqueBackground(const QPainterPath &path, DrawOperation operation); 231 void drawGlyphs(const quint32 *glyphArray, const QPointF *positionArray, int glyphCount); 231 232 232 233 void updateMatrix(); … … 238 239 239 240 void checkEmulation(); 241 242 static QPainterPrivate *get(QPainter *painter) 243 { 244 return painter->d_ptr.data(); 245 } 240 246 241 247 QTransform viewTransform() const; … … 253 259 254 260 Q_GUI_EXPORT void qt_draw_helper(QPainterPrivate *p, const QPainterPath &path, QPainterPrivate::DrawOperation operation); 261 Q_GUI_EXPORT void qt_draw_glyphs(QPainter *painter, const quint32 *glyphArray, 262 const QPointF *positionArray, int glyphCount); 255 263 256 264 QString qt_generate_brush_key(const QBrush &brush);
Note:
See TracChangeset
for help on using the changeset viewer.