Searched refs:docWidth (Results 1 – 1 of 1) sorted by relevance
212 function transformContent(el, docWidth, elWidth) { argument231 if (elWidth <= docWidth) {239 transformText = "[origW=" + elWidth + "/" + docWidth;246 touched = transformBlockElements(nodes, docWidth, actionLog);250 + " docW=" + docWidth);254 if (newWidth <= docWidth) {262 touched = transformImages(nodes, docWidth, actionLog);266 + " docW=" + docWidth);270 if (newWidth <= docWidth) {286 + " docW=" + docWidth);[all …]