Searched refs:clientRect (Results 1 – 8 of 8) sorted by relevance
| /plugin/jplayer/vendor/happyworm/jplayer/lib/ |
| D | popcorn.js | 475 var clientRect = elem.getBoundingClientRect(), 491 top = Math.ceil( clientRect.top + scrollTop - clientTop ); 492 left = Math.ceil( clientRect.left + scrollLeft - clientLeft ); 494 for ( var p in clientRect ) { 495 bounds[ p ] = Math.round( clientRect[ p ] );
|
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 27389 var clientRect = canvas._container.getBoundingClientRect(); 27392 x: viewbox.x + (globalPosition.x - clientRect.left) / viewbox.scale, 27393 y: viewbox.y + (globalPosition.y - clientRect.top) / viewbox.scale 27873 var clientRect = canvas.getContainer().getBoundingClientRect(); 27878 clientRect.width - point.x, 27879 clientRect.height - point.y 27944 var clientRect = this._canvas._container.getBoundingClientRect(); 27949 x: globalPosition.x - clientRect.left, 27950 y: globalPosition.y - clientRect.top 28128 clientRect = canvas._container.getBoundingClientRect(), [all …]
|
| /plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
| D | firebug-lite-debug.js | 1459 this.applyBodyOffsets = function(elt, clientRect) argument 1463 return clientRect; 1480 clientRect.left -= offsetX; 1481 clientRect.top -= offsetY; 1482 clientRect.right -= offsetX; 1483 clientRect.bottom -= offsetY; 1486 return clientRect;
|
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.4.js | 520 this.applyBodyOffsets=function(elt,clientRect){var od=elt.ownerDocument; argument 521 if(!od.body){return clientRect 532 clientRect.left-=offsetX; 533 clientRect.top-=offsetY; 534 clientRect.right-=offsetX; 535 clientRect.bottom-=offsetY 536 }return clientRect
|
| /plugin/combo/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 531 this.applyBodyOffsets=function(elt,clientRect){var od=elt.ownerDocument; argument 532 if(!od.body){return clientRect 543 clientRect.left-=offsetX; 544 clientRect.top-=offsetY; 545 clientRect.right-=offsetX; 546 clientRect.bottom-=offsetY 547 }return clientRect
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 50906 … var field, pEl, width, height, viewportWidth, viewportHeight, scrollTop, left, top, clientRect; 50921 clientRect = field.getBoundingClientRect(); 50922 left = clientRect.left + window.pageXOffset; 50923 top = clientRect.bottom + window.pageYOffset;
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …clientRect;if(this._o.container)return;this.el.style.position='absolute';field=this._o.trigger;pEl…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …const clientRect = clientRects[i];\n result[i] = new FloatHorizontalRange(Math.max(0, c…
|