Home
last modified time | relevance | path

Searched refs:maxy (Results 1 – 7 of 7) sorted by relevance

/plugin/sketchcanvas/script/
DSketchCanvas.js173 maxx: mx0 + mw0, maxy: my0 + toolButtonInterval + toolButtonInterval*i+mh0};
187 ctx.fillRect(r.minx, r.miny, r.maxx - r.minx, r.maxy - r.miny);
257 ret.maxy += offset.y;
265 maxx: r.maxx + offset, maxy: r.maxy + offset};
270 return r.minx < x && x < r.maxx && r.miny < y && y < r.maxy;
275 return r1.minx < r2.maxx && r2.minx < r1.maxx && r1.miny < r2.maxy && r2.miny < r1.maxy;
516 if(1 <= Math.abs(bounds.maxx - bounds.minx) && 1 <= Math.abs(bounds.maxy - bounds.miny)){
595 …var yscale = uy === 0 ? 1 : (uy === 1 ? my - bounds.miny : bounds.maxy - my) / (bounds.maxy - boun…
620 (pt[prop] - bounds.maxy) * yscale + bounds.maxy;
641 maxy: Math.max(dragstart[1], my), property
[all …]
/plugin/stlviewer/stlviewer/
Dstl_viewer.min.js2maxy,o.maxz));var a=new THREE.Vector3;t.getSize(a);const i=o.camera.fov*(Math.PI/180),n=2*Math.ata…
/plugin/sketchcanvas/bundle/
DSketchCanvas.js32maxy:_+m+m*o+q}}function T(){f.fillStyle="rgb(255,255,255)",f.fillRect(Vt+1,_+q+1,le-2,_+Et-2);for…
36maxy=p,this.ondraw=g,this.onclick=y}function De(o,a){this.text=_e.t(o),this.onclick=a}var f,Lt=[ne…
DSketchCanvas.js.map4maxy: my0 + toolButtonInterval + toolButtonInterval*i+mh0};\r\n}\r\n\r\n// Tool Box\r\nfunction dr…
6 …lt", "t", "k", "v", "def", "dat", "alldat", "pt1", "arr", "pt2", "maxx", "maxy", "minx", "miny", "…
/plugin/abc2/abc-libraries/abc2svg/
Dabc2svg-1.js5310 case"mc_start":multicol={posy:posy,maxy:posy,lmarg:cfmt.leftmargin,rmarg:cfmt.rightmargin} property
5314 if(posy>multicol.maxy)
5315 multicol.maxy=posy
5324 if(posy<multicol.maxy)
5325 posy=multicol.maxy
7962 switch(param){case"start":multicol={maxy:0,lmarg:cfmt.leftmargin,rmarg:cfmt.rightmargin} property
7966 if(posy>multicol.maxy)
7967 multicol.maxy=posy;cfmt.leftmargin=multicol.lmarg;cfmt.rightmargin=multicol.rmarg;img.chg=true;set_…
7971 if(posy<multicol.maxy)
7972 posy=multicol.maxy;cfmt.leftmargin=multicol.lmarg;cfmt.rightmargin=multicol.rmarg;multicol=undefine…
/plugin/abc2/abc-libraries/abc-ui/
Dabc-ui-1.0.0.min.js8maxy:posy,lmarg:cfmt.leftmargin,rmarg:cfmt.rightmargin,state:parse.state};break;case"new":if(!mult… property
/plugin/openlayersmap/ol/
Dol.js.map1 …\n/**\n * An array of numbers representing an extent: `[minx, miny, maxx, maxy]`.\n * @typedef {Ar…