Lines Matching refs:top

1820       y: pointerY(event) + scroll.top
2038 top = 0,
2059 top = 0;
2063 top = body.scrollTop || docElement.scrollTop || 0;
2067 top += element.scrollTop || 0;
2071 return { left: left, top: top };
2084 box = { left: 0, top: 0 }, property in getElementOffset.box
2085 offset = { left: 0, top: 0 }, property in getElementOffset.offset
2095 return { left: 0, top: 0 };
2111 top: box.top + scrollLeftTop.top - (docElem.clientTop || 0) + offset.top
5226 offsetY: -instance.top
5269 addFactor = gradientUnits === 'objectBoundingBox' ? object.top || 0 : 0;
6628 top: this.getHeight() / 2,
6653 this._centerObject(object, new fabric.Point(object.getCenterPoint().x, this.getCenter().top));
6668 this._centerObject(object, new fabric.Point(center.left, center.top));
7641 top: point.y,
7785 top: sprayChunk[j].y + 1,
7822 key = rects[i].left + '' + rects[i].top;
8161 top: t.original.top
8225 lt = new fabric.Point(activeGroup.left, activeGroup.top);
8373 offsetY: pointer.y - target.top,
8379 top: target.top, property in AnonymousFunction064b60f1b700._currentTransform
8388 top: target.top, property in _currentTransform._currentTransform
8593 var lastAngle = atan2(t.ey - t.top, t.ex - t.left),
8594 curAngle = atan2(y - t.top, x - t.left),
8630 top = groupSelector.top,
8632 atop = abs(top);
8638 groupSelector.ey - ((top > 0) ? 0 : -top),
8650 py = groupSelector.ey + STROKE_OFFSET - ((top > 0) ? 0: atop);
8665 groupSelector.ey + STROKE_OFFSET - ((top > 0) ? 0 : atop),
8790 boundsHeight = Math.abs( bounds.top - bounds.bottom );
8800 pointer.y = pointer.y - this._offset.top;
8880 top: 0
9445 target.top = originPoint.y;
9594 top: 0, property in AnonymousFunction064b60f1f700._groupSelector
9614 target.top = center.y;
9617 this._currentTransform.top = target.top;
9634 target.top = originPoint.y;
9668 groupSelector.top = pointer.y - groupSelector.ey;
9996 y2 = y1 + this._groupSelector.top,
10091 top: options.top, property in AnonymousFunction064b60f110b00.cropping
10153 croppedCtx.drawImage(canvasEl, -cropping.left || 0, -cropping.top || 0);
10181 if (cropping.top) {
10182 cropping.top *= multiplier;
10813 top: 0,
11266 top: toFixed(this.top, NUM_FRACTION_DIGITS), property in AnonymousFunction064b60f112d00.object
11698 top: this.getTop() property in AnonymousFunction064b60f114500.origParams
12087 var leftTop = new fabric.Point(this.left, this.top);
12146 y = this.top;
12193 this.top -= yHalf;
12199 this.top += yHalf;
12204 this.top += yFull;
12209 this.top -= yFull;
12231 this.top = center.y;
12249 this.top = originPoint.y;
12331 point1 = new fabric.Point(boundingRect.left, boundingRect.top),
12332 …point2 = new fabric.Point(boundingRect.left + boundingRect.width, boundingRect.top + boundingRect.…
12349 boundingRect.top >= pointTL.y &&
12350 boundingRect.top + boundingRect.height <= pointBR.y
12479 top: minY,
13098 top = -(height / 2),
13112 top - scaleOffset);
13117 top - scaleOffset);
13122 top + height - scaleOffset);
13127 top + height - scaleOffset);
13134 top - scaleOffset);
13139 top + height - scaleOffset);
13144 top + height/2 - scaleOffset);
13149 top + height/2 - scaleOffset);
13156 top - this.rotatingPointOffset - scaleOffset);
13167 _drawControl: function(control, ctx, methodName, left, top) { argument
13172 isVML() || this.transparentCorners || ctx.clearRect(left, top, size, size);
13173 ctx[methodName](left, top, size, size);
13309 endValue: this.getCenter().top,
13568 this.top = 'top' in options
13569 ? options.top
13913 y = this.top + this.radius;
13955 noTransform ? this.top + this.radius : 0,
14025 parsedAttributes.top = parsedAttributes.top || 0;
14030 obj.top -= obj.radius;
14301 y = this.top + this.ry;
14329 noTransform ? (this.top + this.ry) * this.rx/this.ry : 0,
14371 parsedAttributes.top = parsedAttributes.top || 0;
14375 ellipse.top -= ellipse.ry;
14496 y = noTransform ? this.top : -this.height / 2,
14563 var markup = this._createBaseSVGMarkup(), x = this.left, y = this.top;
14617 parsedAttributes.top = parsedAttributes.top || 0;
14887 this.top = this.minY;
15182 this.minY = calcDim.top;
15192 calcDim.top += this.originY === 'center'
15198 this.top = this.top || calcDim.top;
15526 '): { "top": ' + this.top + ', "left": ' + this.left + ' }>';
15967 top: minY,
16112 { x: path.left, y: path.top },
16113 { x: path.left + width, y: path.top },
16114 { x: path.left, y: path.top + height },
16115 { x: path.left + width, y: path.top + height }
16238 '): { top: ' + this.top + ', left: ' + this.left + ' }>';
16406 top: objectTop - center.y
16619 top: center.y
16630 top: newOrigin.y
16681 top: center.y + rotated.top,
16696 top: (Math.cos(groupAngle) * object.getTop() * this.get('scaleY') +
16780 obj.top = minXY.y || 0;
16788 obj.top += obj.height / 2;
16791 obj.top += obj.height;
17102 y = this.top;
17249 y = (noTransform ? this.top : -this.height / 2);
19760 _renderChars: function(method, ctx, chars, left, top) { argument
19761 ctx[method](chars, left, top);
19773 _renderTextLine: function(method, ctx, line, left, top, lineIndex) { argument
19775 top -= this.fontSize * this._fontSizeFraction;
19779 this._renderChars(method, ctx, line, left, top, lineIndex);
19795 this._renderChars(method, ctx, words[i], left + leftOffset, top, lineIndex);
19800 this._renderChars(method, ctx, line, left, top, lineIndex);
20103 ctx.translate(this.left, this.top);
20157 textTop: textTop + (this.group && this.group.type === 'path-group' ? -this.top : 0),
20334 options.top = options.top || 0;
20340 options.top += parsedAttributes.dy;
20366top: text.getTop() - text.getHeight() / 2 + text.fontSize * (0.18 + text._fontSizeFraction) /* 0.3…
20814 top = this._getTopOffset(),
20821 top: top,
20823 topOffset: offsets.top
20860 top: topOffset,
20896 boundaries.top + boundaries.topOffset,
20943 boundaries.top + boundaries.topOffset,
20956 _renderChars: function(method, ctx, line, left, top, lineIndex) { argument
20959 return this._renderCharsFast(method, ctx, line, left, top);
20981 top -= lineHeight / this.lineHeight * this._fontSizeFraction;
20987 this._renderChar(method, ctx, lineIndex, i - 1, charsToRender, left, top, lineHeight);
21005 _renderCharsFast: function(method, ctx, line, left, top) { argument
21009 this.callSuper('_renderChars', method, ctx, line, left, top);
21012 this.callSuper('_renderChars', method, ctx, line, left, top);
21027 _renderChar: function(method, ctx, lineIndex, i, _char, left, top, lineHeight) { argument
21041 ctx.fillText(_char, left, top);
21044 ctx.strokeText(_char, left, top);
21047 this._renderCharDecoration(ctx, decl, left, top, offset, charWidth, charHeight);
21054 ctx[method](_char, left, top);
21057 ctx[method](_char, left, top);
21060 this._renderCharDecoration(ctx, null, left, top, offset, charWidth, this.fontSize);
21088 … _renderCharDecoration: function(ctx, styleDeclaration, left, top, offset, charWidth, charHeight) { argument
21101 top + charHeight / 10,
21109 top - charHeight * (this._fontSizeFraction + this._fontSizeMult - 1) + charHeight / 15,
21117 top - (this._fontSizeMult - this._fontSizeFraction) * charHeight,
21130 _renderTextLine: function(method, ctx, line, left, top, lineIndex) { argument
21134 top += this.fontSize * (this._fontSizeFraction + 0.03);
21136 this.callSuper('_renderTextLine', method, ctx, line, left, top, lineIndex);
22416 pLeftTop = new fabric.Point(this.left, this.top),