src/openvg/qpixmapdata_vg.cpp
changeset 22 79de32ba3296
parent 19 fcece45ef507
child 30 5dc02b23752f
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
   352         return;
   352         return;
   353     forceToImage();
   353     forceToImage();
   354     destroyImages();
   354     destroyImages();
   355 }
   355 }
   356 
   356 
   357 extern int qt_defaultDpiX();
   357 Q_DECL_IMPORT extern int qt_defaultDpiX();
   358 extern int qt_defaultDpiY();
   358 Q_DECL_IMPORT extern int qt_defaultDpiY();
   359 
   359 
   360 int QVGPixmapData::metric(QPaintDevice::PaintDeviceMetric metric) const
   360 int QVGPixmapData::metric(QPaintDevice::PaintDeviceMetric metric) const
   361 {
   361 {
   362     switch (metric) {
   362     switch (metric) {
   363     case QPaintDevice::PdmWidth:
   363     case QPaintDevice::PdmWidth: