Searched refs:RULER_THICKNESS (Results 1 – 2 of 2) sorted by relevance
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | mxRuler.js | 26 var RULER_THICKNESS = this.RULER_THICKNESS; 53 container.style.top = (diagCont.offsetTop - RULER_THICKNESS) + 'px'; 54 container.style.left = (diagCont.offsetLeft - RULER_THICKNESS) + 'px'; 55 container.style.width = ((isVertical? 0 : diagCont.offsetWidth) + RULER_THICKNESS) + 'px'; 56 container.style.height = ((isVertical? diagCont.offsetHeight : 0) + RULER_THICKNESS) + 'px'; 158 …var rStart = hasPageView? RULER_THICKNESS + (isVertical? bgPages.y - graph.container.scrollTop : … 159 …: RULER_THICKNESS + (isVertical? t.y * scale - graph.container.scrollTop : t.x * scale - graph.co… 232 var oh = rStart - RULER_THICKNESS; 236 ctx.fillRect(0, RULER_THICKNESS, RULER_THICKNESS, oh); 241 ctx.fillRect(0, rEnd, RULER_THICKNESS, canvas.height); [all …]
|
| /plugin/diagramsnet/lib/js/ |
| D | app.min.js | 12172 f=window.cancelAnimationFrame||window.mozCancelAnimationFrame,l=this.RULER_THICKNESS,m=this;this.un… 12182 …guidePart.y3),m.guidePart=null}catch(C){}return b}}mxRuler.prototype.RULER_THICKNESS=14;mxRuler.pr… 12186 …xDualRuler(b,e){var d=new mxPoint(mxRuler.prototype.RULER_THICKNESS,mxRuler.prototype.RULER_THICKN…
|