Home
last modified time | relevance | path

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

/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js1312 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)
1321 && (bbox1.y < bbox2.y2 && bbox1.y > bbox2.y || bbox2.y < bbox1.y2 && bbox2.y > bbox1.y);
[all …]
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A 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)
5515 || (bbox1.x < bbox2.x2 && bbox1.x > bbox2.x
5516 || bbox2.x < bbox1.x2 && bbox2.x > bbox1.x)
5517 && (bbox1.y < bbox2.y2 && bbox1.y > bbox2.y
5518 || bbox2.y < bbox1.y2 && bbox2.y > bbox1.y);
[all …]
/plugin/callflow/
H A Draphael.js1698 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)
1707 && (bbox1.y < bbox2.y2 && bbox1.y > bbox2.y || bbox2.y < bbox1.y2 && bbox2.y > bbox1.y);
[all …]
/plugin/advrack/
H A Draphael.js1698 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)
1707 && (bbox1.y < bbox2.y2 && bbox1.y > bbox2.y || bbox2.y < bbox1.y2 && bbox2.y > bbox1.y);
[all …]
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js3392 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)
3402 || (bbox1.x < bbox2.x2 && bbox1.x > bbox2.x
3403 || bbox2.x < bbox1.x2 && bbox2.x > bbox1.x)
3404 && (bbox1.y < bbox2.y2 && bbox1.y > bbox2.y
3405 || bbox2.y < bbox1.y2 && bbox2.y > bbox1.y);
3486 var bbox1 = bezierBBox(bez1),
[all …]
/plugin/openlayersmap/ol7/
H A Dol.js.map