Home
last modified time | relevance | path

Searched refs:xscale (Results 1 – 6 of 6) sorted by relevance

/plugin/abc2/abc-libraries/abc2svg/
Dpsvg-1.js71 …cobj=abcobj_r,wps=new Wps(this),g=0,gchg,gcur={cx:0,cy:0,xoffs:0,yoffs:0,xscale:1,yscale:1,rotate:… 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)
75 svgbuf+="scale("+gcur.xscale.toFixed(3)+")"
77 svgbuf+="scale("+gcur.xscale.toFixed(3)+","+gcur.yscale.toFixed(3)+")"}
179 …;gcur.xoffs=x/gcur.xscale;gcur.yoffs=y/gcur.yscale;xtmp=gcur.cx;y=gcur.cy;x=xtmp*_cos-y*_sin;y=-xt…
184 …s+gcur.cy*_sin)*gcur.xscale;gcur.cy=(-x*_sin+gcur.cy*_cos)*gcur.yscale;x=gcur.xoffs;gcur.xoffs=(x*…
185 …nction(sx,sy){gcur.xoffs/=sx;gcur.yoffs/=sy;gcur.cx/=sx;gcur.cy/=sy;gcur.xscale*=sx;gcur.yscale*=s…
/plugin/sketchcanvas/script/
DSketchCanvas.js594 …var xscale = ux === 0 ? 1 : (ux === 1 ? mx - bounds.minx : bounds.maxx - mx) / (bounds.maxx - boun…
599 if(ux !== 0 && xscale !== 0){
607 (pt[prop] - bounds.minx) * xscale + bounds.minx :
608 (pt[prop] - bounds.maxx) * xscale + bounds.maxx;
625 if(ux !== 0 && xscale < 0)
/plugin/abc2/abc-libraries/abc-ui/
Dabc-ui-1.0.0.min.js8xscale!=1||o.yscale!=1||o.rotate){t+=' transform="';if(o.xscale!=1||o.yscale!=1)o.xscale==o.yscale… property
/plugin/sketchcanvas/bundle/
DSketchCanvas.js.map4xscale = ux === 0 ? 1 : (ux === 1 ? mx - bounds.minx : bounds.maxx - mx) / (bounds.maxx - bounds.m…
6 …", "pointOnSelection", "selectMouseMove", "dx", "dy", "pt", "ux", "uy", "xscale", "yscale", "props…
/plugin/pdfjs/pdfjs/build/
Dpdf.js21954 xscale = _Util$singularValueDe2[0],
21957 var txstep = xstep * xscale;
Dpdf.js.map1 …, y1], matrix);\n const [xscale, yscale] = Util.singularValueDecompose2dScale(matrix);\n con…