Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/painting/qpainter_p.h

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
     
    229229    void drawStretchedGradient(const QPainterPath &path, DrawOperation operation);
    230230    void drawOpaqueBackground(const QPainterPath &path, DrawOperation operation);
     231    void drawGlyphs(const quint32 *glyphArray, const QPointF *positionArray, int glyphCount);
    231232
    232233    void updateMatrix();
     
    238239
    239240    void checkEmulation();
     241
     242    static QPainterPrivate *get(QPainter *painter)
     243    {
     244        return painter->d_ptr.data();
     245    }
    240246
    241247    QTransform viewTransform() const;
     
    253259
    254260Q_GUI_EXPORT void qt_draw_helper(QPainterPrivate *p, const QPainterPath &path, QPainterPrivate::DrawOperation operation);
     261Q_GUI_EXPORT void qt_draw_glyphs(QPainter *painter, const quint32 *glyphArray,
     262                                 const QPointF *positionArray, int glyphCount);
    255263
    256264QString qt_generate_brush_key(const QBrush &brush);
Note: See TracChangeset for help on using the changeset viewer.