MCPcopy Create free account
hub / github.com/ArtifexSoftware/mupdf / fit

Method fit

platform/java/example/Viewer.java:669–671  ·  view source on GitHub ↗
(float desired, float unscaled)

Source from the content-addressed store, hash-verified

667 }
668
669 protected void fit(float desired, float unscaled) {
670 zoomToScale(desired / unscaled);
671 }
672
673 protected float unscaledWidth() {
674 return bbox != null ? bbox.x1 - bbox.x0 : 0;

Callers 2

fitWidthMethod · 0.95
fitHeightMethod · 0.95

Calls 1

zoomToScaleMethod · 0.95

Tested by

no test coverage detected