Home
last modified time | relevance | path

Searched defs:mapToDevice (Results 1 – 9 of 9) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/embedded/
H A Dqscreenproxy_qws.cpp319 QSize QProxyScreen::mapToDevice(const QSize &s) const in mapToDevice() function in QProxyScreen
341 QPoint QProxyScreen::mapToDevice(const QPoint &p, const QSize &s) const in mapToDevice() function in QProxyScreen
363 QRect QProxyScreen::mapToDevice(const QRect &r, const QSize &s) const in mapToDevice() function in QProxyScreen
385 QRegion QProxyScreen::mapToDevice(const QRegion &r, const QSize &s) const in mapToDevice() function in QProxyScreen
H A Dqscreentransformed_qws.cpp481 QSize QTransformedScreen::mapToDevice(const QSize &s) const in mapToDevice() function in QTransformedScreen
515 QPoint QTransformedScreen::mapToDevice(const QPoint &p, const QSize &s) const in mapToDevice() function in QTransformedScreen
569 QRect QTransformedScreen::mapToDevice(const QRect &r, const QSize &s) const in mapToDevice() function in QTransformedScreen
629 QRegion QTransformedScreen::mapToDevice(const QRegion &rgn, const QSize &s) const in mapToDevice() function in QTransformedScreen
H A Dqscreen_qws.cpp2902 QSize QScreen::mapToDevice(const QSize &s) const in mapToDevice() function in QScreen
2935 QPoint QScreen::mapToDevice(const QPoint &p, const QSize &) const in mapToDevice() function in QScreen
2965 QRect QScreen::mapToDevice(const QRect &r, const QSize &) const in mapToDevice() function in QScreen
2994 QImage QScreen::mapToDevice(const QImage &i) const in mapToDevice() function in QScreen
3023 QRegion QScreen::mapToDevice(const QRegion &r, const QSize &) const in mapToDevice() function in QScreen
/dports/www/kf5-khtml/khtml-5.89.0/src/html/
H A Dhtml_canvasimpl.h407 QPointF mapToDevice(const QPointF &point) const in mapToDevice() function
412 QPointF mapToDevice(float x, float y) const in mapToDevice() function
/dports/www/wt/wt-4.6.1/src/Wt/Chart/
H A DWAxis.C1001 double WAxis::mapToDevice(const cpp17::any& value) const in mapToDevice() function
1006 double WAxis::mapToDevice(const cpp17::any& value, int segment) const in mapToDevice() function
1064 double WAxis::mapToDevice(double value) const in mapToDevice() function
1080 double WAxis::mapToDevice(double u, int segment) const in mapToDevice() function
H A DWDataSeries.C310 WPointF WDataSeries::mapToDevice(const cpp17::any& xValue, const cpp17::any& yValue, in mapToDevice() function
H A DWCartesianChart.C2037 WPointF WCartesianChart::mapToDevice(const cpp17::any &xValue, in mapToDevice() function
2044 WPointF WCartesianChart::mapToDevice(const cpp17::any &xValue, in mapToDevice() function
2051 WPointF WCartesianChart::mapToDevice(const cpp17::any &xValue, in mapToDevice() function
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/graphicsItems/
H A DGraphicsItem.py333 def mapToDevice(self, obj): member in GraphicsItem
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qvfb/
H A Dqvfbview.cpp277 static QRect mapToDevice(const QRect &r, const QSize &s, QVFbView::Rotation rotation) in mapToDevice() function