Lines Matching +defs:text +defs:line

9606 	BodyHandler.prototype.handleText = function(text) {  argument
9697 ElementHandler.prototype.handleText = function(text) { argument
9707 BodyHandler.prototype.handleText.call(this, text); argument
10233 function handleCData(text, getContext) { argument
10242 function handleText(text, getContext) { argument
10288 .on('text', function(text, decodeEntities, getContext) { argument
16557 function setLabel(element, text, isExternal) { argument
17162 function renderLaneLabel(parentGfx, text, element) { argument
18617 function getTextBBox(text, fakeText) { argument
18707 function semanticShorten(line, maxLength) { argument
18744 function shortenLine(line, width, maxWidth) { argument
18807 Text.prototype.createText = function(text, options) { argument
18819 Text.prototype.getDimensions = function(text, options) { argument
18839 Text.prototype.layoutText = function(text, options) { argument
18872 var totalHeight = reduce(layouted, function(sum, line, idx) { argument
18876 var maxLineWidth = reduce(layouted, function(sum, line, idx) { argument
18897 forEach(layouted, function(line) { argument
18982 this.getExternalLabelBounds = function(bounds, text) { argument
19012 this.getTextAnnotationBounds = function(bounds, text) { argument
19037 this.createText = function(text, options) { argument
30666 TextBox.prototype.insertText = function(text) { argument
30679 TextBox.prototype._insertTextIE = function(text) { argument
39226 text: text property
41934 function perpendicularFoot(point, line) { argument
41955 function getDistancePointLine(point, line) { argument
42038 function getAttachment(point, line) { argument
42414 function getRelativeFootPosition(line, foot) { argument
52348 function setText(element, text) { argument
57413 function matchAndSplit(text, pattern) { argument