Lines Matching refs:y

13267     value: function convertToViewportPoint(x, y) {
13268 return _util.Util.applyTransform([x, y], this.transform);
13281 value: function convertToPdfPoint(x, y) {
13282 return _util.Util.applyInverseTransform([x, y], this.transform);
14220 ctx.translate = function ctxTranslate(x, y) {
14222 m[4] = m[0] * x + m[2] * y + m[4];
14223 m[5] = m[1] * x + m[3] * y + m[5];
14225 this._originalTranslate(x, y);
14228 ctx.scale = function ctxScale(x, y) {
14232 m[2] = m[2] * y;
14233 m[3] = m[3] * y;
14235 this._originalScale(x, y);
14486 this.y = 0;
14508 setCurrentPoint: function CanvasExtraState_setCurrentPoint(x, y) {
14510 this.y = y;
14761 var y = maskData[i - 3] * 77 + maskData[i - 2] * 152 + maskData[i - 1] * 28;
14762 layerData[i] = transferMap ? layerData[i] * transferMap[y >> 8] >> 8 : layerData[i] * y >> 16;
15142 y = current.y;
15148 y = args[j++];
15161 var yh = y + height;
15162 this.ctx.moveTo(x, y);
15163 this.ctx.lineTo(xw, y);
15166 this.ctx.lineTo(x, y);
15172 y = args[j++];
15173 ctx.moveTo(x, y);
15178 y = args[j++];
15179 ctx.lineTo(x, y);
15184 y = args[j + 5];
15185 ctx.bezierCurveTo(args[j], args[j + 1], args[j + 2], args[j + 3], x, y);
15190 ctx.bezierCurveTo(x, y, args[j], args[j + 1], args[j + 2], args[j + 3]);
15192 y = args[j + 3];
15198 y = args[j + 3];
15199 ctx.bezierCurveTo(args[j], args[j + 1], x, y, x, y);
15209 current.setCurrentPoint(x, y);
15308 this.current.y = this.current.lineY = 0;
15325 ctx.translate(path.x, path.y);
15388 moveText: function CanvasGraphics_moveText(x, y) {
15390 this.current.y = this.current.lineY += y;
15392 setLeadingMoveText: function CanvasGraphics_setLeadingMoveText(x, y) {
15393 this.setLeading(-y);
15394 this.moveText(x, y);
15400 this.current.y = this.current.lineY = 0;
15405 paintChar: function paintChar(character, x, y, patternTransform) {
15422 ctx.translate(x, y);
15441 ctx.fillText(character, x, y);
15445 ctx.strokeText(character, x, y);
15454 y: y,
15518 ctx.translate(current.x, current.y + current.textRise);
15600 scaledAccentY = scaledY - accent.offset.y / fontSizeScale;
15615 current.y -= x * textHScale;
15644 ctx.translate(current.x, current.y);
16051 y: 0,
16139 ctx.drawImage(tmpCanvas.canvas, entry.x, entry.y, entry.w, entry.h, 0, -1, 1, 1);
16142 var position = this.getCanvasPosition(entry.x, entry.y);
16191 getCanvasPosition: function CanvasGraphics_getCanvasPosition(x, y) {
16193 …return [transform[0] * x + transform[2] * y + transform[4], transform[1] * x + transform[3] * y + …
16313 for (var y = minY; y <= maxY; y++) {
16314 if (y < y2) {
16315 k = y < y1 ? 0 : y1 === y2 ? 1 : (y1 - y) / (y1 - y2);
16321 k = y > y3 ? 1 : y2 === y3 ? 0 : (y2 - y) / (y2 - y3);
16328 k = y < y1 ? 0 : y > y3 ? 1 : (y1 - y) / (y1 - y3);
16335 var j = rowSize * y + x1_ * 4;
20429 var y = data.rect[3] - vertices[i].y;
20430 points.push(x + ',' + y);
20532 var y = data.rect[3] - inkList[j].y;
20533 points.push(x + ',' + y);
21119 for (var y = 0; y < height; ++y) {
21174 this.y = 0;
21204 value: function setCurrentPoint(x, y) {
21206 this.y = y;
21618 current.y = current.lineY = 0;
21623 current.tspan.setAttributeNS(null, 'y', pf(-current.y));
21632 current.y = current.lineY = 0;
21643 value: function moveText(x, y) {
21646 current.y = current.lineY += y;
21651 current.tspan.setAttributeNS(null, 'y', pf(-current.y));
21717 current.y -= x * textHScale;
21723 current.tspan.setAttributeNS(null, 'y', pf(-current.y));
21773 value: function setLeadingMoveText(x, y) {
21774 this.setLeading(-y);
21775 this.moveText(x, y);
21818 current.tspan.setAttributeNS(null, 'y', pf(-current.y));
22084 y = current.y;
22098 y = args[j++];
22102 var yh = y + height;
22103 … d.push('M', pf(x), pf(y), 'L', pf(xw), pf(y), 'L', pf(xw), pf(yh), 'L', pf(x), pf(yh), 'Z');
22108 y = args[j++];
22109 d.push('M', pf(x), pf(y));
22114 y = args[j++];
22115 d.push('L', pf(x), pf(y));
22120 y = args[j + 5];
22121 … d.push('C', pf(args[j]), pf(args[j + 1]), pf(args[j + 2]), pf(args[j + 3]), pf(x), pf(y));
22127 y = args[j + 3];
22128 … d.push('C', pf(x), pf(y), pf(args[j]), pf(args[j + 1]), pf(args[j + 2]), pf(args[j + 3]));
22134 y = args[j + 3];
22135 d.push('C', pf(args[j]), pf(args[j + 1]), pf(x), pf(y), pf(x), pf(y));
22172 current.setCurrentPoint(x, y);