Lines Matching refs:lineWidth

15579   lineWidth: function lineWidth(w) {
16545 _this.lineWidth = (options.width - _this.columnGap * (_this.columns - 1)) / _this.columns;
16546 _this.spaceLeft = _this.lineWidth;
16567 _this.lineWidth -= indent;
16570 _this.lineWidth += indent;
16613 if (w > this.lineWidth + this.continuedX) {
16642 if (l === 0 && this.spaceLeft === this.lineWidth) {
16702 options.lineWidth = _this2.lineWidth;
16711 _this2.spaceLeft = _this2.lineWidth;
16731 while (buffer && textWidth > _this2.lineWidth) {
16736 if (textWidth <= _this2.lineWidth) {
16764 _this2.spaceLeft = _this2.lineWidth;
16770 _this2.spaceLeft = _this2.lineWidth - w;
16818 this.document.x += this.lineWidth + this.columnGap;
16990 wrapper.lineWidth -= diff;
17017 return wrapper.lineWidth -= pos;
17022 return wrapper.lineWidth += pos;
17098 x += options.lineWidth - textWidth;
17101 x += options.lineWidth / 2 - options.textWidth / 2;
17108 …wordSpacing = Math.max(0, (options.lineWidth - textWidth) / Math.max(1, words.length - 1) - spaceW…
17163 var lineWidth = this._fontSize < 10 ? 0.5 : Math.floor(this._fontSize / 10);
17164 this.lineWidth(lineWidth);
17165 var lineY = y + this.currentLineHeight() - lineWidth;
17178 this.lineWidth(_lineWidth);
22294 lineWidth = this.get('stroke-width'),
22303 if ((lineCap === 'square' || lineCap === 'round') && lineWidth > 0) {
22309 doc.rect(_x4 - 0.5 * lineWidth, _y4 - 0.5 * lineWidth, lineWidth, lineWidth);
22311 doc.circle(_x4, _y4, 0.5 * lineWidth);
22327 …doc.lineWidth(lineWidth).miterLimit(this.get('stroke-miterlimit')).lineJoin(this.get('stroke-linej…
22351 marker.drawMarker(false, isMask, markersPos[0], lineWidth);
22356 _marker.drawMarker(false, isMask, markersPos[i], lineWidth);
22361 _marker2.drawMarker(false, isMask, markersPos[markersPos.length - 1], lineWidth);
22623 …doc.lineWidth(strokeWidth).miterLimit(this.get('stroke-miterlimit')).lineJoin(this.get('stroke-lin…
22647 this.decorate = function (lineWidth, linePosition, isClip, isMask) {
22655 …doc.lineWidth(this.get('stroke-width')).miterLimit(this.get('stroke-miterlimit')).lineJoin(this.ge…
22661 var dx0 = (linePosition + lineWidth / 2) * Math.sin(pos[j].rotate),
22662 dy0 = -(linePosition + lineWidth / 2) * Math.cos(pos[j].rotate),
22663 dx1 = (linePosition - lineWidth / 2) * Math.sin(pos[j].rotate),
22664 dy1 = -(linePosition - lineWidth / 2) * Math.cos(pos[j].rotate),
68841 var lineWidth = line.getWidth();
68848 offset = width - lineWidth;
68851 offset = (width - lineWidth) / 2;
68863 var additionalSpacing = (width - lineWidth) / (line.inlines.length - 1);
71064 pdfKitDoc.lineWidth(vector.lineWidth || 1);
71980 x: 0, y: 0, w: size, h: size, lineWidth: 0, color: background
71992 lineWidth: 0,
72499 var lineWidth = this.layout.hLineWidth(lineIndex, this.tableNode);
72500 if (lineWidth) {
72507 var offset = lineWidth / 2;
72594 lineWidth: lineWidth,
72607 writer.context().moveDown(lineWidth);
72674 lineWidth: width,
72805 lineWidth: 0,
72818 lineWidth: 0,
73031 pdfKitDoc.lineWidth(0.24);