HomeSort by relevance Sort by last modified time
    Searched refs:documentWidth (Results 1 - 2 of 2) sorted by null

  /external/replicaisland/tools/
ExtractPoints.js 44 var documentWidth = app.activeDocument.width;
47 var tilesPerRow = documentWidth / tileSizeX;
  /packages/apps/UnifiedEmail/assets/
script.js 178 var documentWidth;
185 documentWidth = document.body.offsetWidth;
198 newZoom = documentWidth / el.scrollWidth;

Completed in 59 milliseconds