Searched refs:maxy (Results 1 – 7 of 7) sorted by relevance
| /plugin/sketchcanvas/script/ |
| D | SketchCanvas.js | 173 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/ |
| D | stl_viewer.min.js | 2 …maxy,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/ |
| D | SketchCanvas.js | 32 …maxy:_+m+m*o+q}}function T(){f.fillStyle="rgb(255,255,255)",f.fillRect(Vt+1,_+q+1,le-2,_+Et-2);for… 36 …maxy=p,this.ondraw=g,this.onclick=y}function De(o,a){this.text=_e.t(o),this.onclick=a}var f,Lt=[ne…
|
| D | SketchCanvas.js.map | 4 …maxy: 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/ |
| D | abc2svg-1.js | 5310 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/ |
| D | abc-ui-1.0.0.min.js | 8 …maxy:posy,lmarg:cfmt.leftmargin,rmarg:cfmt.rightmargin,state:parse.state};break;case"new":if(!mult… property
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …\n/**\n * An array of numbers representing an extent: `[minx, miny, maxx, maxy]`.\n * @typedef {Ar…
|