Home
last modified time | relevance | path

Searched refs:clientRect (Results 1 – 7 of 7) sorted by relevance

/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js475 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 Dbpmn-modeler.development.js27878 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 Dfirebug-lite-1.4.js520 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 Dfirebug-lite-debug.js1459 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 Dfirebug-lite-1.4.js531 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 Dhandsontable.full.js50906 … 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 Dbundle.js.map1 …const clientRect = clientRects[i];\n result[i] = new FloatHorizontalRange(Math.max(0, c…