Lines Matching refs:transform

435   transform: 12,
859 Util.transform = function Util_transform(m1, m2) {
10524 _ref3$transform = _ref3.transform,
10525 transform = _ref3$transform === void 0 ? null : _ref3$transform,
10592 transform: transform,
12082 transform = _this$params.transform,
12087 transform: transform,
13240 …this.transform = [rotateA * scale, rotateB * scale, rotateC * scale, rotateD * scale, offsetCanvas…
13268 return _util.Util.applyTransform([x, y], this.transform);
13273 var topLeft = _util.Util.applyTransform([rect[0], rect[1]], this.transform);
13275 var bottomRight = _util.Util.applyTransform([rect[2], rect[3]], this.transform);
13282 return _util.Util.applyInverseTransform([x, y], this.transform);
14176 ctx._originalTransform = ctx.transform;
14238 ctx.transform = function ctxTransform(a, b, c, d, e, f) {
14826 var transform = _ref.transform,
14845 this.ctx.transform.apply(this.ctx, this.compositeCtx.mozCurrentTransform);
14851 if (transform) {
14852 this.ctx.transform.apply(this.ctx, transform);
14855 this.ctx.transform.apply(this.ctx, viewport.transform);
15066 groupCtx.transform.apply(groupCtx, currentTransform);
15084 …var deltaTransform = _util.Util.transform(this.current.activeSMask.startTransformInverse, groupCtx…
15086 this.ctx.transform.apply(this.ctx, deltaTransform);
15107 …var deltaTransform = _util.Util.transform(this.current.activeSMask.startTransformInverse, groupCtx…
15109 this.ctx.transform.apply(this.ctx, deltaTransform);
15134 transform: function CanvasGraphics_transform(a, b, c, d, e, f) {
15135 this.ctx.transform(a, b, c, d, e, f);
15324 ctx.setTransform.apply(ctx, path.transform);
15452 transform: ctx.mozCurrentTransform,
15517 ctx.transform.apply(ctx, current.textMatrix);
15643 ctx.transform.apply(ctx, current.textMatrix);
15668 ctx.transform.apply(ctx, fontMatrix);
15770 this.transform.apply(this, matrix);
15802 currentCtx.transform.apply(currentCtx, group.matrix);
15840 groupCtx.transform.apply(groupCtx, currentTransform);
15897 beginAnnotation: function CanvasGraphics_beginAnnotation(rect, transform, matrix) {
15910 this.transform.apply(this, transform);
15911 this.transform.apply(this, matrix);
15995 ctx.transform(scaleX, 0, 0, scaleY, positions[i], positions[i + 1]);
16019 ctx.transform.apply(ctx, image.transform);
16049 transform: [scaleX, 0, 0, scaleY, positions[i], positions[i + 1]],
16137 ctx.transform.apply(ctx, entry.transform);
16192 var transform = this.ctx.mozCurrentTransform;
16193 …return [transform[0] * x + transform[2] * y + transform[4], transform[1] * x + transform[3] * y +
16484 ctx.transform.apply(ctx, matrix);
16566 graphics.transform(dimx.scale, 0, 0, dimy.scale, 0, 0);
16567 graphics.transform(1, 0, 0, 1, -x0, -y0);
16570 this.ctx.transform(1, 0, 0, 1, x0, y0);
16628 ctx.transform.apply(ctx, this.matrix);
18838 var tx = _util.Util.transform(task._viewport.transform, geom.transform);
19305 var transform = '';
19309 transform = "scaleX(".concat(textDivProperties.scale, ")");
19313 transform = "rotate(".concat(textDivProperties.angle, "deg) ").concat(transform);
19316 if (transform.length > 0) {
19317 textDivProperties.originalTransform = transform;
19318 textDiv.style.transform = transform;
19401 var transform = '',
19405 transform = 'scaleX(' + divProperties.scale + ')';
19409 transform = 'rotate(' + divProperties.angle + 'deg) ' + transform;
19414 transform += ' translateX(' + -divProperties.paddingLeft / divProperties.scale + 'px)';
19419 transform += ' translateY(' + -divProperties.paddingTop + 'px)';
19434 if (transform !== '') {
19435 div.style.transform = transform;
19439 div.style.transform = divProperties.originalTransform || '';
19638 container.style.transform = 'matrix(' + viewport.transform.join(',') + ')';
20799 element.style.transform = 'matrix(' + parameters.viewport.transform.join(',') + ')';
21317 value: function transform(a, b, c, d, e, f) {
21319 this.transformMatrix = _util.Util.transform(this.transformMatrix, transformMatrix);
21560 case _util.OPS.transform:
21561 this.transform(args[0], args[1], args[2], args[3], args[4], args[5]);
22510 this.transform(matrix[0], matrix[1], matrix[2], matrix[3], matrix[4], matrix[5]);
22537 rootGroup.setAttributeNS(null, 'transform', pm(viewport.transform));