Searched refs:QPaintDevice (Results 1 – 13 of 13) sorted by relevance
19 %struct.QPaintDevice.base = type { i32 (...)**, i16 }24 %struct.QWidget = type { %struct.QObject, %struct.QPaintDevice.base, %struct.QWidgetData* }
219 QPaintDevice* surface = QPainter::redirected(painter->device(), &offset); in paintUsingImageSurfaceExtension()292 QPaintDevice* backingStoreDevice = QPainter::redirected(painter->device(), &offset); in paintUsingXPixmap()
91 QPaintDevice* currentPaintDevice = paintEngine->paintDevice(); in toQImage()
253 QPaintDevice* device = painter->device(); in ~GraphicsContextPlatformPrivate()966 const QPaintDevice* device = p->device(); in beginTransparencyLayer()
2931 bool begin(QPaintDevice*) in begin() argument2959 class DummyPaintDevice: public QPaintDevice {2962 : QPaintDevice() in DummyPaintDevice()
123 virtual bool begin(QPaintDevice*) { return true; } in begin() argument
135 QPaintDevice* dev = 0; in init()
9419 * kwq/qt/qpaintdevice.h: Add QInternal, QInternal::Printer, and QPaintDevice::devType().13169 QPaintDevice.
9353 non-polymorphic), now that QPaintDevice doesn't use virtual functions any more.
27260 Eliminate QPaintDevice and QPaintDeviceMetrics completely, since
29936 of the QPaintDevice's context.29941 the QPaintDevice. We also create a fake window and set it's WindowRef in
68950 help of QPaintDevice::devType().
14220 QPaintDevice to the GraphicsContext.