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/
H A Dtheme-raphael.js92 textBBox: function(text, font) {
137 var bb = this.textBBox(text, font);
H A 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) {},
H A Dtheme-snap.js138 textBBox: function(text, font) {
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A 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) {},
1409 textBBox: function(text, font) {
1650 textBBox: function(text, font) {
1695 var bb = this.textBBox(text, font);
H A 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) {},
1364 textBBox: function(text, font) {
1409 var bb = this.textBBox(text, font);
H A Dsequence-diagram-min.js6textBBox(diagram.title,font);title.textBB=bb,title.message=diagram.title,title.width=bb.width+2*(T…
H A Dsequence-diagram-raphael-min.js6textBBox(diagram.title,font);title.textBB=bb,title.message=diagram.title,title.width=bb.width+2*(T…
H A 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) {},
1409 textBBox: function(text, font) {
H A Dsequence-diagram-snap-min.js6textBBox(diagram.title,font);title.textBB=bb,title.message=diagram.title,title.width=bb.width+2*(T…
H A Dsequence-diagram-snap-min.js.map1 …reDistance","a","b","d","paddingRight","distances","font","font_","bb","textBBox","textBB","each",…
H A Dsequence-diagram-raphael-min.js.map1 …reDistance","a","b","d","paddingRight","distances","font","font_","bb","textBBox","textBB","each",…
H A Dsequence-diagram-min.js.map1 …reDistance","a","b","d","paddingRight","distances","font","font_","bb","textBBox","textBB","each",…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A 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;
18675 return fit(lines, fitLine, originalLine, textBBox);
18682 function fit(lines, fitLine, originalLine, textBBox) { argument
18690 width: textBBox.width,
[all …]