Home
last modified time | relevance | path

Searched refs:textBBox (Results 1 – 13 of 13) sorted by relevance

/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
Dtheme-raphael.js92 textBBox: function(text, font) { method
137 var bb = this.textBBox(text, font);
Dtheme.js188 var bb = this.textBBox(diagram.title, font);
202 var bb = this.textBBox(a.name, font);
236 var bb = this.textBBox(s.message, font);
330 textBBox: function(text, font) {}, method
Dtheme-snap.js138 textBBox: function(text, font) { method
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
Dsequence-diagram.js991 var bb = this.textBBox(diagram.title, font);
1005 var bb = this.textBBox(a.name, font);
1039 var bb = this.textBBox(s.message, font);
1133 textBBox: function(text, font) {}, method
1409 textBBox: function(text, font) { method
1650 textBBox: function(text, font) { method
1695 var bb = this.textBBox(text, font);
Dsequence-diagram-raphael.js991 var bb = this.textBBox(diagram.title, font);
1005 var bb = this.textBBox(a.name, font);
1039 var bb = this.textBBox(s.message, font);
1133 textBBox: function(text, font) {}, method
1364 textBBox: function(text, font) { method
1409 var bb = this.textBBox(text, font);
Dsequence-diagram-min.js6textBBox(diagram.title,font);title.textBB=bb,title.message=diagram.title,title.width=bb.width+2*(T… method
Dsequence-diagram-raphael-min.js6textBBox(diagram.title,font);title.textBB=bb,title.message=diagram.title,title.width=bb.width+2*(T… method
Dsequence-diagram-snap.js991 var bb = this.textBBox(diagram.title, font);
1005 var bb = this.textBBox(a.name, font);
1039 var bb = this.textBBox(s.message, font);
1133 textBBox: function(text, font) {}, method
1409 textBBox: function(text, font) { method
Dsequence-diagram-snap-min.js6textBBox(diagram.title,font);title.textBB=bb,title.message=diagram.title,title.width=bb.width+2*(T… method
Dsequence-diagram-snap-min.js.map1 …reDistance","a","b","d","paddingRight","distances","font","font_","bb","textBBox","textBB","each",…
Dsequence-diagram-raphael-min.js.map1 …reDistance","a","b","d","paddingRight","distances","font","font_","bb","textBBox","textBB","each",…
Dsequence-diagram-min.js.map1 …reDistance","a","b","d","paddingRight","distances","font","font_","bb","textBBox","textBB","each",…
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js18621 var textBBox;
18631 textBBox = fakeText.getBBox();
18636 width: textBBox.width + textBBox.x * 2,
18637 height: textBBox.height
18666 var textBBox;
18669 textBBox = getTextBBox(fitLine, fakeText);
18671 textBBox.width = fitLine ? textBBox.width : 0;
18674 …if (fitLine === ' ' || fitLine === '' || textBBox.width < Math.round(maxWidth) || fitLine.length <…
18675 return fit(lines, fitLine, originalLine, textBBox);
18678 fitLine = shortenLine(fitLine, textBBox.width, maxWidth);
[all …]