Home
last modified time | relevance | path

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

/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.core.js1310 R.isBBoxIntersect = function (bbox1, bbox2) { argument
1312 return i(bbox2, bbox1.x, bbox1.y)
1313 || i(bbox2, bbox1.x2, bbox1.y)
1314 || i(bbox2, bbox1.x, bbox1.y2)
1315 || i(bbox2, bbox1.x2, bbox1.y2)
1316 || i(bbox1, bbox2.x, bbox2.y)
1317 || i(bbox1, bbox2.x2, bbox2.y)
1318 || i(bbox1, bbox2.x, bbox2.y2)
1319 || i(bbox1, bbox2.x2, bbox2.y2)
1320 || (bbox1.x < bbox2.x2 && bbox1.x > bbox2.x || bbox2.x < bbox1.x2 && bbox2.x > bbox1.x)
[all …]
/plugin/sequencediagram/bower_components/snap.svg/dist/
Dsnap.svg.js5504 function isBBoxIntersect(bbox1, bbox2) { argument
5505 bbox1 = box(bbox1);
5507 return isPointInsideBBox(bbox2, bbox1.x, bbox1.y)
5508 || isPointInsideBBox(bbox2, bbox1.x2, bbox1.y)
5509 || isPointInsideBBox(bbox2, bbox1.x, bbox1.y2)
5510 || isPointInsideBBox(bbox2, bbox1.x2, bbox1.y2)
5511 || isPointInsideBBox(bbox1, bbox2.x, bbox2.y)
5512 || isPointInsideBBox(bbox1, bbox2.x2, bbox2.y)
5513 || isPointInsideBBox(bbox1, bbox2.x, bbox2.y2)
5514 || isPointInsideBBox(bbox1, bbox2.x2, bbox2.y2)
[all …]
/plugin/callflow/
Draphael.js1696 R.isBBoxIntersect = function (bbox1, bbox2) { argument
1698 return i(bbox2, bbox1.x, bbox1.y)
1699 || i(bbox2, bbox1.x2, bbox1.y)
1700 || i(bbox2, bbox1.x, bbox1.y2)
1701 || i(bbox2, bbox1.x2, bbox1.y2)
1702 || i(bbox1, bbox2.x, bbox2.y)
1703 || i(bbox1, bbox2.x2, bbox2.y)
1704 || i(bbox1, bbox2.x, bbox2.y2)
1705 || i(bbox1, bbox2.x2, bbox2.y2)
1706 || (bbox1.x < bbox2.x2 && bbox1.x > bbox2.x || bbox2.x < bbox1.x2 && bbox2.x > bbox1.x)
[all …]
/plugin/advrack/
Draphael.js1696 R.isBBoxIntersect = function (bbox1, bbox2) { argument
1698 return i(bbox2, bbox1.x, bbox1.y)
1699 || i(bbox2, bbox1.x2, bbox1.y)
1700 || i(bbox2, bbox1.x, bbox1.y2)
1701 || i(bbox2, bbox1.x2, bbox1.y2)
1702 || i(bbox1, bbox2.x, bbox2.y)
1703 || i(bbox1, bbox2.x2, bbox2.y)
1704 || i(bbox1, bbox2.x, bbox2.y2)
1705 || i(bbox1, bbox2.x2, bbox2.y2)
1706 || (bbox1.x < bbox2.x2 && bbox1.x > bbox2.x || bbox2.x < bbox1.x2 && bbox2.x > bbox1.x)
[all …]
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js3391 function isBBoxIntersect(bbox1, bbox2) { argument
3392 bbox1 = rectBBox(bbox1);
3394 return isPointInsideBBox$2(bbox2, bbox1.x, bbox1.y)
3395 || isPointInsideBBox$2(bbox2, bbox1.x2, bbox1.y)
3396 || isPointInsideBBox$2(bbox2, bbox1.x, bbox1.y2)
3397 || isPointInsideBBox$2(bbox2, bbox1.x2, bbox1.y2)
3398 || isPointInsideBBox$2(bbox1, bbox2.x, bbox2.y)
3399 || isPointInsideBBox$2(bbox1, bbox2.x2, bbox2.y)
3400 || isPointInsideBBox$2(bbox1, bbox2.x, bbox2.y2)
3401 || isPointInsideBBox$2(bbox1, bbox2.x2, bbox2.y2)
[all …]
/plugin/datatables/assets/pdfmake/
Dpdfmake.js21316 function addBounds(bbox1) {
21317 if (bbox1[0] < bbox[0]) {
21318 bbox[0] = bbox1[0];
21320 if (bbox1[2] > bbox[2]) {
21321 bbox[2] = bbox1[2];
21323 if (bbox1[1] < bbox[1]) {
21324 bbox[1] = bbox1[1];
21326 if (bbox1[3] > bbox[3]) {
21327 bbox[3] = bbox1[3];
/plugin/openlayersmap/ol/
Dol.js.map1bbox1 = distBBox(node, 0, i, this.toBBox);\n const bbox2 = distBBox(node, i, M, this.to…