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

Method unscaledWidth

platform/java/example/Viewer.java:673–675  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

671 }
672
673 protected float unscaledWidth() {
674 return bbox != null ? bbox.x1 - bbox.x0 : 0;
675 }
676
677 protected float unscaledHeight() {
678 return bbox != null ? bbox.y1 - bbox.y0 : 0;

Callers 1

fitWidthMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected