Home
last modified time | relevance | path

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

/dports/graphics/spectacle/spectacle-21.12.3/src/QuickEditor/
H A DQuickEditor.cpp155 QRect pixelOnScreenIntersected; in acceptSelection() local
156 pixelOnScreenIntersected.moveTopLeft((intersected.topLeft() - pos) * dpr); in acceptSelection()
157 pixelOnScreenIntersected.setWidth(intersected.width() * dpr); in acceptSelection()
158 pixelOnScreenIntersected.setHeight(intersected.height() * dpr); in acceptSelection()
160 … QPixmap screenOutput = QPixmap::fromImage(mImages.value(screen).copy(pixelOnScreenIntersected)); in acceptSelection()