Lines Matching refs:yOffset
16145 yOffset: 0,
17288 if (pos.xOffset || pos.yOffset) {
17292 …".concat(number$2(x + pos.xOffset * scale), " ").concat(number$2(y + pos.yOffset * scale), " Tm"));
20944 yOffset: pos[i].yOffset * size / 1000,
22864 y: currentY + baseline + pos[j].yOffset,
54590 yOffset: r.int8
56546 var yOffset = 0;
56555 position.xOffset = position.yOffset = 0; // x positioning
56592 position.yOffset = -baseBox.minY - markBox.maxY;
56605 position.yOffset = baseBox.maxY - markBox.minY;
56611 position.yOffset += yOffset;
56614 yOffset -= position.yAdvance;
57166 bbox.addPoint(b.minX + x + p.xOffset, b.minY + y + p.yOffset);
57167 bbox.addPoint(b.maxX + x + p.xOffset, b.maxY + y + p.yOffset);
57179 var GlyphPosition = function GlyphPosition(xAdvance, yAdvance, xOffset, yOffset) {
57189 if (yOffset === void 0) {
57190 yOffset = 0;
57214 this.yOffset = yOffset;
60989 position.yOffset += value.yPlacement;
60999 …position.yOffset += variationProcessor.getDelta(variationStore, value.yPlaDevice.a, value.yPlaDevi…
61101 cur.yOffset = entry.y - exit.y;
61104 cur.yOffset = exit.y - entry.y;
61218 markPos.yOffset = baseCoords.y - markCoords.y;
61254 this.positions[i].yOffset += this.positions[j].yOffset;
61263 this.positions[i].yOffset += this.positions[j].yOffset;
61267 this.positions[i].yOffset -= this.positions[k].yAdvance;
61272 this.positions[i].yOffset += this.positions[_k].yAdvance;
69036 l.y = (l.y || 0) + (useBlockYOffset ? (block.yOffset || 0) : ctx.y);
69047 …v, useBlockXOffset ? (block.xOffset || 0) : ctx.x, useBlockYOffset ? (block.yOffset || 0) : ctx.y);
69059 img.y = (img.y || 0) + (useBlockYOffset ? (block.yOffset || 0) : ctx.y);
70416 fragment.yOffset = forcedY;