Searched refs:clientRect (Results 1 – 7 of 7) sorted by relevance
/plugin/jplayer/vendor/happyworm/jplayer/lib/ |
H A 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/ |
H A D | bpmn-modeler.development.js | 27878 clientRect.width - point.x, 27879 clientRect.height - point.y 27949 x: globalPosition.x - clientRect.left, 27950 y: globalPosition.y - clientRect.top 28128 clientRect = canvas._container.getBoundingClientRect(), 28134 x: clientRect.left, 28135 y: clientRect.top 32592 x: cursor.x - clientRect.left, 32593 y: cursor.y - clientRect.top 32596 if (containerX + containerWidth > clientRect.width) { [all …]
|
/plugin/webcode/vendor/ |
H A 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/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A 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/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/ |
H A 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/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …const clientRect = clientRects[i];\n result[i] = new FloatHorizontalRange(Math.max(0, c…
|