MCPcopy Index your code
hub / github.com/webodf/ViewerJS / setRenderingStatus

Function setRenderingStatus

PDFViewerPlugin.js:111–113  ·  view source on GitHub ↗
(page, renderStatus)

Source from the content-addressed store, hash-verified

109 return renderingStates[page.pageIndex];
110 }
111 function setRenderingStatus(page, renderStatus) {
112 renderingStates[page.pageIndex] = renderStatus;
113 }
114
115 function updatePageDimensions(page, width, height) {
116 var domPage = getDomPage(page),

Callers 2

updatePageDimensionsFunction · 0.85
ensurePageRenderedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected