Searched refs:yscale (Results 1 – 6 of 6) sorted by relevance
| /plugin/abc2/abc-libraries/abc2svg/ |
| D | psvg-1.js | 71 …bj_r,wps=new Wps(this),g=0,gchg,gcur={cx:0,cy:0,xoffs:0,yoffs:0,xscale:1,yscale:1,rotate:0,sin:0,c… property 73 if(gcur.xscale!=1||gcur.yscale!=1||gcur.rotate){svgbuf+=' transform="' 74 if(gcur.xscale!=1||gcur.yscale!=1){if(gcur.xscale==gcur.yscale) 77 svgbuf+="scale("+gcur.xscale.toFixed(3)+","+gcur.yscale.toFixed(3)+")"} 179 …e;gcur.yoffs=y/gcur.yscale;xtmp=gcur.cx;y=gcur.cy;x=xtmp*_cos-y*_sin;y=-xtmp*_sin+y*_cos;gcur.cx=x… 184 …cur.cy*_cos)*gcur.yscale;x=gcur.xoffs;gcur.xoffs=(x*_cos+gcur.yoffs*_sin)*gcur.xscale;gcur.yoffs=(… 185 …y){gcur.xoffs/=sx;gcur.yoffs/=sy;gcur.cx/=sx;gcur.cy/=sy;gcur.xscale*=sx;gcur.yscale*=sy;gchg=true}
|
| /plugin/sketchcanvas/script/ |
| D | SketchCanvas.js | 595 …var yscale = uy === 0 ? 1 : (uy === 1 ? my - bounds.miny : bounds.maxy - my) / (bounds.maxy - boun… 611 if(uy !== 0 && yscale !== 0){ 619 (pt[prop] - bounds.miny) * yscale + bounds.miny : 620 (pt[prop] - bounds.maxy) * yscale + bounds.maxy; 627 if(uy !== 0 && yscale < 0)
|
| /plugin/abc2/abc-libraries/abc-ui/ |
| D | abc-ui-1.0.0.min.js | 8 …yscale!=1||o.rotate){t+=' transform="';if(o.xscale!=1||o.yscale!=1)o.xscale==o.yscale?t+="scale("+… property
|
| /plugin/sketchcanvas/bundle/ |
| D | SketchCanvas.js.map | 4 …yscale = uy === 0 ? 1 : (uy === 1 ? my - bounds.miny : bounds.maxy - my) / (bounds.maxy - bounds.m… 6 …nSelection", "selectMouseMove", "dx", "dy", "pt", "ux", "uy", "xscale", "yscale", "props", "prop",…
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.js | 21955 yscale = _Util$singularValueDe2[1]; 21958 var tystep = ystep * yscale;
|
| D | pdf.js.map | 1 …onst [xscale, yscale] = Util.singularValueDecompose2dScale(matrix);\n const txstep = xstep * xs…
|