Home
last modified time | relevance | path

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

/dports/graphics/krita/krita-4.4.8/libs/flake/
H A DKoShapeController.cpp189 QRectF KoShapeController::documentRectInPixels() const in documentRectInPixels() function in KoShapeController
191 return d->shapeController ? d->shapeController->documentRectInPixels() : QRectF(0,0,1920,1080); in documentRectInPixels()
201 return d->shapeController ? d->shapeController->documentRect() : documentRectInPixels(); in documentRect()
H A DKoShapeControllerBase.h72 virtual QRectF documentRectInPixels() const = 0;
H A DKoShapeControllerBase.cpp91 return t.mapRect(documentRectInPixels()); in documentRect()
H A DKoShapeController.h139 QRectF documentRectInPixels() const;
H A DKoDocumentResourceManager.h235 QRectF documentRectInPixels() const;
H A DKoDocumentResourceManager.cpp195 QRectF KoDocumentResourceManager::documentRectInPixels() const in documentRectInPixels() function in KoDocumentResourceManager
H A DKoCanvasControllerWidgetViewport_p.cpp124 … canvas->shapeController()->documentRectInPixels(), in handleDragEnterEvent()
H A DKoShapeRegistry.cpp404 … const QRectF bounds = context.documentResourceManager()->documentRectInPixels(); in createShapeFromOdf()
/dports/graphics/krita/krita-4.4.8/libs/ui/flake/
H A Dkis_shape_controller.h85 QRectF documentRectInPixels() const override;
H A Dkis_shape_controller.cpp225 QRectF KisShapeController::documentRectInPixels() const in documentRectInPixels() function in KisShapeController
/dports/graphics/krita/krita-4.4.8/libs/ui/actions/
H A DKisPasteActionFactories.cpp98 paste.fetchShapes(canvas->shapeController()->documentRectInPixels(), in tryPasteShapes()
337 paste.fetchShapes(canvas->shapeController()->documentRectInPixels(), in run()
/dports/graphics/krita/krita-4.4.8/libs/flake/tests/
H A DMockShapes.h111 QRectF documentRectInPixels() const override { in documentRectInPixels() function