Home
last modified time | relevance | path

Searched refs:QPlatformPixmap (Results 1 – 25 of 781) sorted by relevance

12345678910>>...32

/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqplatformpixmap.cpp59 QPlatformPixmap *QPlatformPixmap::create(int w, int h, PixelType type) in create()
64QPlatformPixmap *data = QGuiApplicationPrivate::platformIntegration()->createPlatformPixmap(static… in create()
70 QPlatformPixmap::QPlatformPixmap(PixelType pixelType, int objectId) in QPlatformPixmap() function in QPlatformPixmap
84 QPlatformPixmap::~QPlatformPixmap() in ~QPlatformPixmap()
98 QPlatformPixmap *QPlatformPixmap::createCompatiblePlatformPixmap() const in createCompatiblePlatformPixmap()
153 void QPlatformPixmap::copy(const QPlatformPixmap *data, const QRect &rect) in copy()
166 QBitmap QPlatformPixmap::mask() const in mask()
202 void QPlatformPixmap::setMask(const QBitmap &mask) in setMask()
249 void QPlatformPixmap::setSerialNumber(int serNo) in setSerialNumber()
254 void QPlatformPixmap::setDetachNumber(int detNo) in setDetachNumber()
[all …]
H A Dqpixmap.cpp97 data = QPlatformPixmap::create(w, h, (QPlatformPixmap::PixelType) type); in doInit()
112 doInit(0, 0, QPlatformPixmap::PixmapType); in QPixmap()
145 : QPixmap(size, QPlatformPixmap::PixmapType) in QPixmap()
163 QPixmap::QPixmap(QPlatformPixmap *d) in QPixmap()
200 doInit(0, 0, QPlatformPixmap::PixmapType); in QPixmap()
246 doInit(0, 0, QPlatformPixmap::PixmapType); in QPixmap()
750 … data = QPlatformPixmap::create(0, 0, data ? data->pixelType() : QPlatformPixmap::PixmapType); in load()
795 data = QPlatformPixmap::create(0, 0, QPlatformPixmap::PixmapType); in loadFromData()
1537 QPlatformPixmap *pd = handle(); in detach()
1539 if (id == QPlatformPixmap::RasterClass) { in detach()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqplatformpixmap.cpp59 QPlatformPixmap *QPlatformPixmap::create(int w, int h, PixelType type) in create()
64QPlatformPixmap *data = QGuiApplicationPrivate::platformIntegration()->createPlatformPixmap(static… in create()
70 QPlatformPixmap::QPlatformPixmap(PixelType pixelType, int objectId) in QPlatformPixmap() function in QPlatformPixmap
84 QPlatformPixmap::~QPlatformPixmap() in ~QPlatformPixmap()
98 QPlatformPixmap *QPlatformPixmap::createCompatiblePlatformPixmap() const in createCompatiblePlatformPixmap()
153 void QPlatformPixmap::copy(const QPlatformPixmap *data, const QRect &rect) in copy()
166 QBitmap QPlatformPixmap::mask() const in mask()
202 void QPlatformPixmap::setMask(const QBitmap &mask) in setMask()
249 void QPlatformPixmap::setSerialNumber(int serNo) in setSerialNumber()
254 void QPlatformPixmap::setDetachNumber(int detNo) in setDetachNumber()
[all …]
H A Dqpixmap.cpp97 data = QPlatformPixmap::create(w, h, (QPlatformPixmap::PixelType) type); in doInit()
112 doInit(0, 0, QPlatformPixmap::PixmapType); in QPixmap()
145 : QPixmap(size, QPlatformPixmap::PixmapType) in QPixmap()
163 QPixmap::QPixmap(QPlatformPixmap *d) in QPixmap()
200 doInit(0, 0, QPlatformPixmap::PixmapType); in QPixmap()
246 doInit(0, 0, QPlatformPixmap::PixmapType); in QPixmap()
750 … data = QPlatformPixmap::create(0, 0, data ? data->pixelType() : QPlatformPixmap::PixmapType); in load()
795 data = QPlatformPixmap::create(0, 0, QPlatformPixmap::PixmapType); in loadFromData()
1537 QPlatformPixmap *pd = handle(); in detach()
1539 if (id == QPlatformPixmap::RasterClass) { in detach()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqplatformpixmap.cpp59 QPlatformPixmap *QPlatformPixmap::create(int w, int h, PixelType type) in create()
64QPlatformPixmap *data = QGuiApplicationPrivate::platformIntegration()->createPlatformPixmap(static… in create()
70 QPlatformPixmap::QPlatformPixmap(PixelType pixelType, int objectId) in QPlatformPixmap() function in QPlatformPixmap
84 QPlatformPixmap::~QPlatformPixmap() in ~QPlatformPixmap()
98 QPlatformPixmap *QPlatformPixmap::createCompatiblePlatformPixmap() const in createCompatiblePlatformPixmap()
153 void QPlatformPixmap::copy(const QPlatformPixmap *data, const QRect &rect) in copy()
166 QBitmap QPlatformPixmap::mask() const in mask()
202 void QPlatformPixmap::setMask(const QBitmap &mask) in setMask()
249 void QPlatformPixmap::setSerialNumber(int serNo) in setSerialNumber()
254 void QPlatformPixmap::setDetachNumber(int detNo) in setDetachNumber()
[all …]
H A Dqpixmap.cpp97 data = QPlatformPixmap::create(w, h, (QPlatformPixmap::PixelType) type); in doInit()
112 doInit(0, 0, QPlatformPixmap::PixmapType); in QPixmap()
145 : QPixmap(size, QPlatformPixmap::PixmapType) in QPixmap()
163 QPixmap::QPixmap(QPlatformPixmap *d) in QPixmap()
200 doInit(0, 0, QPlatformPixmap::PixmapType); in QPixmap()
246 doInit(0, 0, QPlatformPixmap::PixmapType); in QPixmap()
750 … data = QPlatformPixmap::create(0, 0, data ? data->pixelType() : QPlatformPixmap::PixmapType); in load()
795 data = QPlatformPixmap::create(0, 0, QPlatformPixmap::PixmapType); in loadFromData()
1537 QPlatformPixmap *pd = handle(); in detach()
1539 if (id == QPlatformPixmap::RasterClass) { in detach()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqplatformpixmap.cpp59 QPlatformPixmap *QPlatformPixmap::create(int w, int h, PixelType type) in create()
64QPlatformPixmap *data = QGuiApplicationPrivate::platformIntegration()->createPlatformPixmap(static… in create()
70 QPlatformPixmap::QPlatformPixmap(PixelType pixelType, int objectId) in QPlatformPixmap() function in QPlatformPixmap
84 QPlatformPixmap::~QPlatformPixmap() in ~QPlatformPixmap()
98 QPlatformPixmap *QPlatformPixmap::createCompatiblePlatformPixmap() const in createCompatiblePlatformPixmap()
153 void QPlatformPixmap::copy(const QPlatformPixmap *data, const QRect &rect) in copy()
166 QBitmap QPlatformPixmap::mask() const in mask()
202 void QPlatformPixmap::setMask(const QBitmap &mask) in setMask()
249 void QPlatformPixmap::setSerialNumber(int serNo) in setSerialNumber()
254 void QPlatformPixmap::setDetachNumber(int detNo) in setDetachNumber()
[all …]
H A Dqpixmap.cpp97 data = QPlatformPixmap::create(w, h, (QPlatformPixmap::PixelType) type); in doInit()
112 doInit(0, 0, QPlatformPixmap::PixmapType); in QPixmap()
145 : QPixmap(size, QPlatformPixmap::PixmapType) in QPixmap()
163 QPixmap::QPixmap(QPlatformPixmap *d) in QPixmap()
200 doInit(0, 0, QPlatformPixmap::PixmapType); in QPixmap()
246 doInit(0, 0, QPlatformPixmap::PixmapType); in QPixmap()
750 … data = QPlatformPixmap::create(0, 0, data ? data->pixelType() : QPlatformPixmap::PixmapType); in load()
795 data = QPlatformPixmap::create(0, 0, QPlatformPixmap::PixmapType); in loadFromData()
1537 QPlatformPixmap *pd = handle(); in detach()
1539 if (id == QPlatformPixmap::RasterClass) { in detach()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqplatformpixmap.cpp59 QPlatformPixmap *QPlatformPixmap::create(int w, int h, PixelType type) in create()
64QPlatformPixmap *data = QGuiApplicationPrivate::platformIntegration()->createPlatformPixmap(static… in create()
70 QPlatformPixmap::QPlatformPixmap(PixelType pixelType, int objectId) in QPlatformPixmap() function in QPlatformPixmap
84 QPlatformPixmap::~QPlatformPixmap() in ~QPlatformPixmap()
98 QPlatformPixmap *QPlatformPixmap::createCompatiblePlatformPixmap() const in createCompatiblePlatformPixmap()
153 void QPlatformPixmap::copy(const QPlatformPixmap *data, const QRect &rect) in copy()
166 QBitmap QPlatformPixmap::mask() const in mask()
202 void QPlatformPixmap::setMask(const QBitmap &mask) in setMask()
249 void QPlatformPixmap::setSerialNumber(int serNo) in setSerialNumber()
254 void QPlatformPixmap::setDetachNumber(int detNo) in setDetachNumber()
[all …]
H A Dqpixmap.cpp97 data = QPlatformPixmap::create(w, h, (QPlatformPixmap::PixelType) type); in doInit()
112 doInit(0, 0, QPlatformPixmap::PixmapType); in QPixmap()
145 : QPixmap(size, QPlatformPixmap::PixmapType) in QPixmap()
163 QPixmap::QPixmap(QPlatformPixmap *d) in QPixmap()
200 doInit(0, 0, QPlatformPixmap::PixmapType); in QPixmap()
246 doInit(0, 0, QPlatformPixmap::PixmapType); in QPixmap()
750 … data = QPlatformPixmap::create(0, 0, data ? data->pixelType() : QPlatformPixmap::PixmapType); in load()
795 data = QPlatformPixmap::create(0, 0, QPlatformPixmap::PixmapType); in loadFromData()
1537 QPlatformPixmap *pd = handle(); in detach()
1539 if (id == QPlatformPixmap::RasterClass) { in detach()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqplatformpixmap.cpp59 QPlatformPixmap *QPlatformPixmap::create(int w, int h, PixelType type) in create()
64QPlatformPixmap *data = QGuiApplicationPrivate::platformIntegration()->createPlatformPixmap(static… in create()
70 QPlatformPixmap::QPlatformPixmap(PixelType pixelType, int objectId) in QPlatformPixmap() function in QPlatformPixmap
84 QPlatformPixmap::~QPlatformPixmap() in ~QPlatformPixmap()
98 QPlatformPixmap *QPlatformPixmap::createCompatiblePlatformPixmap() const in createCompatiblePlatformPixmap()
153 void QPlatformPixmap::copy(const QPlatformPixmap *data, const QRect &rect) in copy()
166 QBitmap QPlatformPixmap::mask() const in mask()
202 void QPlatformPixmap::setMask(const QBitmap &mask) in setMask()
249 void QPlatformPixmap::setSerialNumber(int serNo) in setSerialNumber()
254 void QPlatformPixmap::setDetachNumber(int detNo) in setDetachNumber()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqplatformpixmap.cpp59 QPlatformPixmap *QPlatformPixmap::create(int w, int h, PixelType type) in create()
64QPlatformPixmap *data = QGuiApplicationPrivate::platformIntegration()->createPlatformPixmap(static… in create()
70 QPlatformPixmap::QPlatformPixmap(PixelType pixelType, int objectId) in QPlatformPixmap() function in QPlatformPixmap
84 QPlatformPixmap::~QPlatformPixmap() in ~QPlatformPixmap()
98 QPlatformPixmap *QPlatformPixmap::createCompatiblePlatformPixmap() const in createCompatiblePlatformPixmap()
153 void QPlatformPixmap::copy(const QPlatformPixmap *data, const QRect &rect) in copy()
166 QBitmap QPlatformPixmap::mask() const in mask()
202 void QPlatformPixmap::setMask(const QBitmap &mask) in setMask()
249 void QPlatformPixmap::setSerialNumber(int serNo) in setSerialNumber()
254 void QPlatformPixmap::setDetachNumber(int detNo) in setDetachNumber()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqplatformpixmap.cpp59 QPlatformPixmap *QPlatformPixmap::create(int w, int h, PixelType type) in create()
64QPlatformPixmap *data = QGuiApplicationPrivate::platformIntegration()->createPlatformPixmap(static… in create()
70 QPlatformPixmap::QPlatformPixmap(PixelType pixelType, int objectId) in QPlatformPixmap() function in QPlatformPixmap
84 QPlatformPixmap::~QPlatformPixmap() in ~QPlatformPixmap()
98 QPlatformPixmap *QPlatformPixmap::createCompatiblePlatformPixmap() const in createCompatiblePlatformPixmap()
153 void QPlatformPixmap::copy(const QPlatformPixmap *data, const QRect &rect) in copy()
166 QBitmap QPlatformPixmap::mask() const in mask()
202 void QPlatformPixmap::setMask(const QBitmap &mask) in setMask()
249 void QPlatformPixmap::setSerialNumber(int serNo) in setSerialNumber()
254 void QPlatformPixmap::setDetachNumber(int detNo) in setDetachNumber()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqplatformpixmap.cpp59 QPlatformPixmap *QPlatformPixmap::create(int w, int h, PixelType type) in create()
64QPlatformPixmap *data = QGuiApplicationPrivate::platformIntegration()->createPlatformPixmap(static… in create()
70 QPlatformPixmap::QPlatformPixmap(PixelType pixelType, int objectId) in QPlatformPixmap() function in QPlatformPixmap
84 QPlatformPixmap::~QPlatformPixmap() in ~QPlatformPixmap()
98 QPlatformPixmap *QPlatformPixmap::createCompatiblePlatformPixmap() const in createCompatiblePlatformPixmap()
153 void QPlatformPixmap::copy(const QPlatformPixmap *data, const QRect &rect) in copy()
166 QBitmap QPlatformPixmap::mask() const in mask()
202 void QPlatformPixmap::setMask(const QBitmap &mask) in setMask()
249 void QPlatformPixmap::setSerialNumber(int serNo) in setSerialNumber()
254 void QPlatformPixmap::setDetachNumber(int detNo) in setDetachNumber()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqplatformpixmap.cpp59 QPlatformPixmap *QPlatformPixmap::create(int w, int h, PixelType type) in create()
64QPlatformPixmap *data = QGuiApplicationPrivate::platformIntegration()->createPlatformPixmap(static… in create()
70 QPlatformPixmap::QPlatformPixmap(PixelType pixelType, int objectId) in QPlatformPixmap() function in QPlatformPixmap
84 QPlatformPixmap::~QPlatformPixmap() in ~QPlatformPixmap()
98 QPlatformPixmap *QPlatformPixmap::createCompatiblePlatformPixmap() const in createCompatiblePlatformPixmap()
153 void QPlatformPixmap::copy(const QPlatformPixmap *data, const QRect &rect) in copy()
166 QBitmap QPlatformPixmap::mask() const in mask()
202 void QPlatformPixmap::setMask(const QBitmap &mask) in setMask()
249 void QPlatformPixmap::setSerialNumber(int serNo) in setSerialNumber()
254 void QPlatformPixmap::setDetachNumber(int detNo) in setDetachNumber()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqplatformpixmap.cpp59 QPlatformPixmap *QPlatformPixmap::create(int w, int h, PixelType type) in create()
64QPlatformPixmap *data = QGuiApplicationPrivate::platformIntegration()->createPlatformPixmap(static… in create()
70 QPlatformPixmap::QPlatformPixmap(PixelType pixelType, int objectId) in QPlatformPixmap() function in QPlatformPixmap
84 QPlatformPixmap::~QPlatformPixmap() in ~QPlatformPixmap()
98 QPlatformPixmap *QPlatformPixmap::createCompatiblePlatformPixmap() const in createCompatiblePlatformPixmap()
153 void QPlatformPixmap::copy(const QPlatformPixmap *data, const QRect &rect) in copy()
166 QBitmap QPlatformPixmap::mask() const in mask()
202 void QPlatformPixmap::setMask(const QBitmap &mask) in setMask()
249 void QPlatformPixmap::setSerialNumber(int serNo) in setSerialNumber()
254 void QPlatformPixmap::setDetachNumber(int detNo) in setDetachNumber()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqplatformpixmap.cpp59 QPlatformPixmap *QPlatformPixmap::create(int w, int h, PixelType type) in create()
64QPlatformPixmap *data = QGuiApplicationPrivate::platformIntegration()->createPlatformPixmap(static… in create()
70 QPlatformPixmap::QPlatformPixmap(PixelType pixelType, int objectId) in QPlatformPixmap() function in QPlatformPixmap
84 QPlatformPixmap::~QPlatformPixmap() in ~QPlatformPixmap()
98 QPlatformPixmap *QPlatformPixmap::createCompatiblePlatformPixmap() const in createCompatiblePlatformPixmap()
153 void QPlatformPixmap::copy(const QPlatformPixmap *data, const QRect &rect) in copy()
166 QBitmap QPlatformPixmap::mask() const in mask()
202 void QPlatformPixmap::setMask(const QBitmap &mask) in setMask()
249 void QPlatformPixmap::setSerialNumber(int serNo) in setSerialNumber()
254 void QPlatformPixmap::setDetachNumber(int detNo) in setDetachNumber()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqplatformpixmap.cpp59 QPlatformPixmap *QPlatformPixmap::create(int w, int h, PixelType type) in create()
64QPlatformPixmap *data = QGuiApplicationPrivate::platformIntegration()->createPlatformPixmap(static… in create()
70 QPlatformPixmap::QPlatformPixmap(PixelType pixelType, int objectId) in QPlatformPixmap() function in QPlatformPixmap
84 QPlatformPixmap::~QPlatformPixmap() in ~QPlatformPixmap()
98 QPlatformPixmap *QPlatformPixmap::createCompatiblePlatformPixmap() const in createCompatiblePlatformPixmap()
153 void QPlatformPixmap::copy(const QPlatformPixmap *data, const QRect &rect) in copy()
166 QBitmap QPlatformPixmap::mask() const in mask()
202 void QPlatformPixmap::setMask(const QBitmap &mask) in setMask()
249 void QPlatformPixmap::setSerialNumber(int serNo) in setSerialNumber()
254 void QPlatformPixmap::setDetachNumber(int detNo) in setDetachNumber()
[all …]
H A Dqpixmap.cpp97 data = QPlatformPixmap::create(w, h, (QPlatformPixmap::PixelType) type); in doInit()
112 doInit(0, 0, QPlatformPixmap::PixmapType); in QPixmap()
145 : QPixmap(size, QPlatformPixmap::PixmapType) in QPixmap()
163 QPixmap::QPixmap(QPlatformPixmap *d) in QPixmap()
200 doInit(0, 0, QPlatformPixmap::PixmapType); in QPixmap()
246 doInit(0, 0, QPlatformPixmap::PixmapType); in QPixmap()
750 … data = QPlatformPixmap::create(0, 0, data ? data->pixelType() : QPlatformPixmap::PixmapType); in load()
795 data = QPlatformPixmap::create(0, 0, QPlatformPixmap::PixmapType); in loadFromData()
1537 QPlatformPixmap *pd = handle(); in detach()
1539 if (id == QPlatformPixmap::RasterClass) { in detach()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqplatformpixmap.cpp59 QPlatformPixmap *QPlatformPixmap::create(int w, int h, PixelType type) in create()
64QPlatformPixmap *data = QGuiApplicationPrivate::platformIntegration()->createPlatformPixmap(static… in create()
70 QPlatformPixmap::QPlatformPixmap(PixelType pixelType, int objectId) in QPlatformPixmap() function in QPlatformPixmap
84 QPlatformPixmap::~QPlatformPixmap() in ~QPlatformPixmap()
98 QPlatformPixmap *QPlatformPixmap::createCompatiblePlatformPixmap() const in createCompatiblePlatformPixmap()
153 void QPlatformPixmap::copy(const QPlatformPixmap *data, const QRect &rect) in copy()
166 QBitmap QPlatformPixmap::mask() const in mask()
202 void QPlatformPixmap::setMask(const QBitmap &mask) in setMask()
249 void QPlatformPixmap::setSerialNumber(int serNo) in setSerialNumber()
254 void QPlatformPixmap::setDetachNumber(int detNo) in setDetachNumber()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqplatformpixmap.cpp59 QPlatformPixmap *QPlatformPixmap::create(int w, int h, PixelType type) in create()
64QPlatformPixmap *data = QGuiApplicationPrivate::platformIntegration()->createPlatformPixmap(static… in create()
70 QPlatformPixmap::QPlatformPixmap(PixelType pixelType, int objectId) in QPlatformPixmap() function in QPlatformPixmap
84 QPlatformPixmap::~QPlatformPixmap() in ~QPlatformPixmap()
98 QPlatformPixmap *QPlatformPixmap::createCompatiblePlatformPixmap() const in createCompatiblePlatformPixmap()
153 void QPlatformPixmap::copy(const QPlatformPixmap *data, const QRect &rect) in copy()
166 QBitmap QPlatformPixmap::mask() const in mask()
202 void QPlatformPixmap::setMask(const QBitmap &mask) in setMask()
249 void QPlatformPixmap::setSerialNumber(int serNo) in setSerialNumber()
254 void QPlatformPixmap::setDetachNumber(int detNo) in setDetachNumber()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqplatformpixmap.cpp59 QPlatformPixmap *QPlatformPixmap::create(int w, int h, PixelType type) in create()
64QPlatformPixmap *data = QGuiApplicationPrivate::platformIntegration()->createPlatformPixmap(static… in create()
70 QPlatformPixmap::QPlatformPixmap(PixelType pixelType, int objectId) in QPlatformPixmap() function in QPlatformPixmap
84 QPlatformPixmap::~QPlatformPixmap() in ~QPlatformPixmap()
98 QPlatformPixmap *QPlatformPixmap::createCompatiblePlatformPixmap() const in createCompatiblePlatformPixmap()
153 void QPlatformPixmap::copy(const QPlatformPixmap *data, const QRect &rect) in copy()
166 QBitmap QPlatformPixmap::mask() const in mask()
202 void QPlatformPixmap::setMask(const QBitmap &mask) in setMask()
249 void QPlatformPixmap::setSerialNumber(int serNo) in setSerialNumber()
254 void QPlatformPixmap::setDetachNumber(int detNo) in setDetachNumber()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqplatformpixmap.cpp59 QPlatformPixmap *QPlatformPixmap::create(int w, int h, PixelType type) in create()
64QPlatformPixmap *data = QGuiApplicationPrivate::platformIntegration()->createPlatformPixmap(static… in create()
70 QPlatformPixmap::QPlatformPixmap(PixelType pixelType, int objectId) in QPlatformPixmap() function in QPlatformPixmap
84 QPlatformPixmap::~QPlatformPixmap() in ~QPlatformPixmap()
98 QPlatformPixmap *QPlatformPixmap::createCompatiblePlatformPixmap() const in createCompatiblePlatformPixmap()
153 void QPlatformPixmap::copy(const QPlatformPixmap *data, const QRect &rect) in copy()
166 QBitmap QPlatformPixmap::mask() const in mask()
202 void QPlatformPixmap::setMask(const QBitmap &mask) in setMask()
249 void QPlatformPixmap::setSerialNumber(int serNo) in setSerialNumber()
254 void QPlatformPixmap::setDetachNumber(int detNo) in setDetachNumber()
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqplatformpixmap.cpp59 QPlatformPixmap *QPlatformPixmap::create(int w, int h, PixelType type) in create()
64QPlatformPixmap *data = QGuiApplicationPrivate::platformIntegration()->createPlatformPixmap(static… in create()
70 QPlatformPixmap::QPlatformPixmap(PixelType pixelType, int objectId) in QPlatformPixmap() function in QPlatformPixmap
84 QPlatformPixmap::~QPlatformPixmap() in ~QPlatformPixmap()
98 QPlatformPixmap *QPlatformPixmap::createCompatiblePlatformPixmap() const in createCompatiblePlatformPixmap()
153 void QPlatformPixmap::copy(const QPlatformPixmap *data, const QRect &rect) in copy()
166 QBitmap QPlatformPixmap::mask() const in mask()
202 void QPlatformPixmap::setMask(const QBitmap &mask) in setMask()
249 void QPlatformPixmap::setSerialNumber(int serNo) in setSerialNumber()
254 void QPlatformPixmap::setDetachNumber(int detNo) in setDetachNumber()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqplatformpixmap.cpp59 QPlatformPixmap *QPlatformPixmap::create(int w, int h, PixelType type) in create()
64QPlatformPixmap *data = QGuiApplicationPrivate::platformIntegration()->createPlatformPixmap(static… in create()
70 QPlatformPixmap::QPlatformPixmap(PixelType pixelType, int objectId) in QPlatformPixmap() function in QPlatformPixmap
84 QPlatformPixmap::~QPlatformPixmap() in ~QPlatformPixmap()
98 QPlatformPixmap *QPlatformPixmap::createCompatiblePlatformPixmap() const in createCompatiblePlatformPixmap()
153 void QPlatformPixmap::copy(const QPlatformPixmap *data, const QRect &rect) in copy()
166 QBitmap QPlatformPixmap::mask() const in mask()
202 void QPlatformPixmap::setMask(const QBitmap &mask) in setMask()
249 void QPlatformPixmap::setSerialNumber(int serNo) in setSerialNumber()
254 void QPlatformPixmap::setDetachNumber(int detNo) in setDetachNumber()
[all …]

12345678910>>...32