Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/krita
/ documentToViewX
Method
documentToViewX
libs/widgets/KoZoomHandler.cpp:134–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
}
133
134
qreal KoZoomHandler::documentToViewX( qreal documentX ) const
135
{
136
return zoomItX( documentX );
137
}
138
139
qreal KoZoomHandler::documentToViewY( qreal documentY ) const
140
{
Callers
9
drawBackground
Method · 0.45
foreach
Function · 0.45
drawTabs
Method · 0.45
drawMeasurements
Method · 0.45
drawIndents
Method · 0.45
drawDistanceLine
Method · 0.45
selectionAtPosition
Method · 0.45
hotSpotIndex
Method · 0.45
testDocumentToView
Method · 0.45
Calls
1
zoomItX
Function · 0.85
Tested by
1
testDocumentToView
Method · 0.36