Lines Matching refs:_inlines
67620 node._inlines = data.items;
67844 return { _inlines: this.textTools.buildInlines(textArray, styleStack).items };
67889 if (item.listMarker._inlines) {
67890 node._gapSize.width = Math.max(node._gapSize.width, item.listMarker._inlines[0].width);
70003 } else if (marker._inlines) {
70005 markerLine.addInline(marker._inlines[0]);
70111 if (!textNode._inlines || textNode._inlines.length === 0) {
70119 while (textNode._inlines && textNode._inlines.length > 0 &&
70120 …(line.hasEnoughSpaceForInline(textNode._inlines[0], textNode._inlines.slice(1)) || isForceContinue…
70122 var inline = textNode._inlines.shift();
70140 textNode._inlines.unshift(newInline);
70150 line.lastLineInParagraph = textNode._inlines.length === 0;