src/openvg/qpixmapdata_vg.cpp
branchRCL_3
changeset 14 c0432d11811c
parent 8 3f74d0d4af4c
equal deleted inserted replaced
13:cc75c76972ee 14:c0432d11811c
   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: