57 Q_D(
const QWindowsDirect2DPaintDevice);
60 case QPaintDevice::PdmWidth:
61 return int(d->bitmap->bitmap()->GetPixelSize().width);
62 case QPaintDevice::PdmHeight:
63 return int(d->bitmap->bitmap()->GetPixelSize().height);
64 case QPaintDevice::PdmNumColors:
66 case QPaintDevice::PdmDepth:
68 case QPaintDevice::PdmDpiX:
69 case QPaintDevice::PdmPhysicalDpiX:
72QT_WARNING_DISABLE_DEPRECATED
77 case QPaintDevice::PdmDpiY:
78 case QPaintDevice::PdmPhysicalDpiY:
85 case QPaintDevice::PdmDevicePixelRatio:
87 case QPaintDevice::PdmDevicePixelRatioScaled:
88 return int(devicePixelRatioFScale());
89 case QPaintDevice::PdmWidthMM:
90 case QPaintDevice::PdmHeightMM:
ID2D1Factory1 * d2dFactory() const
static QWindowsDirect2DContext * instance()