Home
last modified time | relevance | path

Searched refs:pagePoint (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsabstractgeopdfexporter.h152 ControlPoint( const QgsPointXY &pagePoint, const QgsPointXY &geoPoint ) in ControlPoint()
153 : pagePoint( pagePoint ) in ControlPoint()
158 QgsPointXY pagePoint; member
H A Dqgsabstractgeopdfexporter.cpp479 … cp1.setAttribute( QStringLiteral( "x" ), qgsDoubleToString( point.pagePoint.x() / 25.4 * 72 ) ); in createCompositionXml()
480 …iteral( "y" ), qgsDoubleToString( ( details.pageSizeMm.height() - point.pagePoint.y() ) / 25.4 * 7… in createCompositionXml()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsabstractgeopdfexporter.h151 ControlPoint( const QgsPointXY &pagePoint, const QgsPointXY &geoPoint ) in ControlPoint()
152 : pagePoint( pagePoint ) in ControlPoint()
157 QgsPointXY pagePoint; member
H A Dqgsabstractgeopdfexporter.cpp490 … cp1.setAttribute( QStringLiteral( "x" ), qgsDoubleToString( point.pagePoint.x() / 25.4 * 72 ) ); in createCompositionXml()
491 …iteral( "y" ), qgsDoubleToString( ( details.pageSizeMm.height() - point.pagePoint.y() ) / 25.4 * 7… in createCompositionXml()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DDragController.h76 DragSourceAction delegateDragSourceAction(const IntPoint& pagePoint);
H A DDOMWindow.cpp1313 FloatPoint pagePoint(p->x(), p->y()); in webkitConvertPointFromNodeToPage() local
1314 pagePoint = node->convertToPage(pagePoint); in webkitConvertPointFromNodeToPage()
1315 return WebKitPoint::create(pagePoint.x(), pagePoint.y()); in webkitConvertPointFromNodeToPage()
H A DEventHandler.cpp3071 IntPoint pagePoint = documentPointForWindowPoint(m_frame, point.pos()); in handleTouchEvent() local
3094 …HitTestResult result = hitTestResultAtPoint(pagePoint, /*allowShadowContent*/ false, false, DontHi… in handleTouchEvent()
3110 pagePoint = documentPointForWindowPoint(doc->frame(), point.pos()); in handleTouchEvent()
3113 int adjustedPageX = lroundf(pagePoint.x() / m_frame->pageZoomFactor()); in handleTouchEvent()
3114 int adjustedPageY = lroundf(pagePoint.y() / m_frame->pageZoomFactor()); in handleTouchEvent()
/dports/graphics/qgis/qgis-3.22.3/src/core/layout/
H A Dqgslayoutsnapper.cpp214 QPointF pagePoint = mLayout->pageCollection()->positionOnPage( point ); in snapPointsToGrid() local
216 double yPage = pagePoint.y(); //y-coordinate relative to current page in snapPointsToGrid()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layout/
H A Dqgslayoutsnapper.cpp214 QPointF pagePoint = mLayout->pageCollection()->positionOnPage( point ); in snapPointsToGrid() local
216 double yPage = pagePoint.y(); //y-coordinate relative to current page in snapPointsToGrid()
/dports/www/firefox-esr/firefox-91.8.0/dom/events/
H A DEvent.cpp569 CSSIntPoint pagePoint = in GetPageCoords() local
578 pagePoint += in GetPageCoords()
583 return pagePoint; in GetPageCoords()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/
H A DEvent.cpp565 CSSIntPoint pagePoint = in GetPageCoords() local
574 pagePoint += in GetPageCoords()
579 return pagePoint; in GetPageCoords()
/dports/www/firefox/firefox-99.0/dom/events/
H A DEvent.cpp598 CSSIntPoint pagePoint = in GetPageCoords() local
607 pagePoint += in GetPageCoords()
612 return pagePoint; in GetPageCoords()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/
H A DEvent.cpp569 CSSIntPoint pagePoint = in GetPageCoords() local
578 pagePoint += in GetPageCoords()
583 return pagePoint; in GetPageCoords()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/events/
H A DEvent.cpp882 CSSIntPoint pagePoint = in GetPageCoords() local
890 pagePoint += in GetPageCoords()
895 return pagePoint; in GetPageCoords()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/events/
H A DEvent.cpp955 CSSIntPoint pagePoint = in GetPageCoords() local
963 pagePoint += CSSIntPoint::FromAppUnitsRounded(scrollframe->GetScrollPosition()); in GetPageCoords()
967 return pagePoint; in GetPageCoords()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/vector/
H A Dqgsdiagramproperties.cpp170 stackedPlacement->setCurrentWidget( pagePoint ); in QgsDiagramProperties()
934 if ( ( curWdgt == pagePoint && radAroundPoint->isChecked() ) in apply()
939 else if ( ( curWdgt == pagePoint && radOverPoint->isChecked() ) in apply()
1047 if ( ( curWdgt == pagePoint && radAroundPoint->isChecked() ) in updatePlacementWidgets()
/dports/graphics/qgis/qgis-3.22.3/src/gui/vector/
H A Dqgsdiagramproperties.cpp172 stackedPlacement->setCurrentWidget( pagePoint ); in QgsDiagramProperties()
936 if ( ( curWdgt == pagePoint && radAroundPoint->isChecked() ) in apply()
941 else if ( ( curWdgt == pagePoint && radOverPoint->isChecked() ) in apply()
1051 if ( ( curWdgt == pagePoint && radAroundPoint->isChecked() ) in updatePlacementWidgets()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2010-01-291494 …er::handleTouchEvent): Rename framePoint to pagePoint, as it seems a clearer name. Also adjust the…