MCPcopy 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
134qreal KoZoomHandler::documentToViewX( qreal documentX ) const
135{
136 return zoomItX( documentX );
137}
138
139qreal KoZoomHandler::documentToViewY( qreal documentY ) const
140{

Callers 9

drawBackgroundMethod · 0.45
foreachFunction · 0.45
drawTabsMethod · 0.45
drawMeasurementsMethod · 0.45
drawIndentsMethod · 0.45
drawDistanceLineMethod · 0.45
selectionAtPositionMethod · 0.45
hotSpotIndexMethod · 0.45
testDocumentToViewMethod · 0.45

Calls 1

zoomItXFunction · 0.85

Tested by 1

testDocumentToViewMethod · 0.36