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/openvg/qpixmapdata_vg_p.h

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    6565class QEglContext;
    6666class QVGImagePool;
     67
    6768
    6869#if !defined(QT_NO_EGL)
     
    8889    void resize(int width, int height);
    8990    void fromImage(const QImage &image, Qt::ImageConversionFlags flags);
     91
     92
     93
     94
     95
     96
    9097
    9198    void fill(const QColor &color);
     
    127134protected:
    128135    int metric(QPaintDevice::PaintDeviceMetric metric) const;
     136
    129137
    130138#if defined(Q_OS_SYMBIAN)
     
    136144    QVGPixmapData *prevLRU;
    137145    bool inLRU;
     146
    138147    friend class QVGImagePool;
     148
    139149
    140150#if !defined(QT_NO_EGL)
Note: See TracChangeset for help on using the changeset viewer.