Lines Matching refs:pf

20906   var pf = function pf(value) {
20932 return "scale(".concat(pf(m[0]), " ").concat(pf(m[3]), ")");
20937 return "rotate(".concat(pf(a), ")");
20941 return "translate(".concat(pf(m[4]), " ").concat(pf(m[5]), ")");
20945 … "matrix(".concat(pf(m[0]), " ").concat(pf(m[1]), " ").concat(pf(m[2]), " ").concat(pf(m[3]), " ")…
21622 current.tspan.setAttributeNS(null, 'font-size', "".concat(pf(current.fontSize), "px"));
21623 current.tspan.setAttributeNS(null, 'y', pf(-current.y));
21650 current.tspan.setAttributeNS(null, 'font-size', "".concat(pf(current.fontSize), "px"));
21651 current.tspan.setAttributeNS(null, 'y', pf(-current.y));
21722 current.tspan.setAttributeNS(null, 'x', current.xcoords.map(pf).join(' '));
21723 current.tspan.setAttributeNS(null, 'y', pf(-current.y));
21725 current.tspan.setAttributeNS(null, 'font-size', "".concat(pf(current.fontSize), "px"));
21818 current.tspan.setAttributeNS(null, 'y', pf(-current.y));
22103 … d.push('M', pf(x), pf(y), 'L', pf(xw), pf(y), 'L', pf(xw), pf(yh), 'L', pf(x), pf(yh), 'Z');
22109 d.push('M', pf(x), pf(y));
22115 d.push('L', pf(x), pf(y));
22121 … d.push('C', pf(args[j]), pf(args[j + 1]), pf(args[j + 2]), pf(args[j + 3]), pf(x), pf(y));
22128 … d.push('C', pf(x), pf(y), pf(args[j]), pf(args[j + 1]), pf(args[j + 2]), pf(args[j + 3]));
22135 d.push('C', pf(args[j]), pf(args[j + 1]), pf(x), pf(y), pf(x), pf(y));
22369 element.setAttributeNS(null, 'stroke-miterlimit', pf(current.miterLimit));
22372 element.setAttributeNS(null, 'stroke-width', pf(lineWidthScale * current.lineWidth) + 'px');
22373 element.setAttributeNS(null, 'stroke-dasharray', dashArray.map(pf).join(' '));
22374 … element.setAttributeNS(null, 'stroke-dashoffset', pf(lineWidthScale * current.dashPhase) + 'px');
22436 imgEl.setAttributeNS(null, 'width', pf(w));
22437 imgEl.setAttributeNS(null, 'height', pf(h));
22439 imgEl.setAttributeNS(null, 'y', pf(-h));
22440 … imgEl.setAttributeNS(null, 'transform', "scale(".concat(pf(1 / w), " ").concat(pf(-1 / h), ")"));
22465 cliprect.setAttributeNS(null, 'width', pf(width));
22466 cliprect.setAttributeNS(null, 'height', pf(height));
22472 imgEl.setAttributeNS(null, 'y', pf(-height));
22473 imgEl.setAttributeNS(null, 'width', pf(width) + 'px');
22474 imgEl.setAttributeNS(null, 'height', pf(height) + 'px');
22475 …imgEl.setAttributeNS(null, 'transform', "scale(".concat(pf(1 / width), " ").concat(pf(-1 / height)…
22496 rect.setAttributeNS(null, 'width', pf(width));
22497 rect.setAttributeNS(null, 'height', pf(height));
22519 cliprect.setAttributeNS(null, 'width', pf(width));
22520 cliprect.setAttributeNS(null, 'height', pf(height));