Home
last modified time | relevance | path

Searched refs:y2 (Results 126 – 150 of 201) sorted by relevance

123456789

/plugin/godiag/
H A Dsyntax.php453 $y2=$y+($this->style['mark_sqheight']/2);
454 imagefilledrectangle($im, $x1, $y1, $x2, $y2, $this->dgm['mark_color']);
461 $y2=$y+($this->style['link_sqheight']/2);
462 imagefilledrectangle($im, $x1, $y1, $x2, $y2, $this->dgm['link_color']);
645 $y2=$y+$this->style['line_sp']/2;
657 return "<area href=\"$href\" title=\"$title\" alt=\"$title\" coords=\"$x1,$y1,$x2,$y2\"/>";
/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js804 function drawTriangle( x0, y0, x1, y1, x2, y2 ) { argument
809 _context.lineTo( x2, y2 );
922 function patternPath( x0, y0, x1, y1, x2, y2, u0, v0, u1, v1, u2, v2, texture ) { argument
963 x2 -= x0; y2 -= y0;
975 b = ( v2 * y1 - v1 * y2 ) * idet;
977 d = ( u1 * y2 - u2 * y1 ) * idet;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php502 $y2 = $this->mpdf->FontSize + ($pad * 2);
509 $this->mpdf->RoundedRect($r1, $y1, $r2 - $r1, $y2, $radius, $style);
511 $this->mpdf->Cell($r2 - $r1, $y2, $text, 0, 1, 'C', 0, '', 0, 0, 0, 'M', 0, false, $OTLdata, $textvar);
512 $this->mpdf->SetY($y1 + $y2 + 2); // +2 = mm margin below shaded box
H A DFpdiTrait.php
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupGraphics.js402 var y2 = h * 0.5 - h * Math.cos(endAngle) * 0.5;
413 c.lineTo(x2, y2);
729 var y2 = 0;
739 y2 = h * 0.5 - h * (-0.05) * Math.cos(needlePos);
740 c.arcTo(w * 0.05, h * 0.05, 0, 0, 1, x2, y2);
743 y1 = y2;
745 y2 = h * 0.5 - h * 0.05 * Math.sin(needlePos);
746 c.arcTo(w * 0.05, h * 0.05, 0, 0, 1, x2, y2);
/plugin/diagramsnet/lib/img/lib/cumulus/
H A Drack_out_of_band.svg1 …="0 0 48 57"><defs><linearGradient id="A" x1="32.23" y1="20.26" x2="15.77" y2="-8.26" gradientUnit…
H A Drack_cumulus_linux.svg1 …="0 0 48 57"><defs><linearGradient id="A" x1="32.23" y1="20.26" x2="15.77" y2="-8.26" gradientUnit…
H A Drack_voyager.svg1 …="0 0 48 57"><defs><linearGradient id="A" x1="32.23" y1="20.26" x2="15.77" y2="-8.26" gradientUnit…
/plugin/tablecalc/
H A Dscript.js132 function range(x1,y1,x2,y2) { argument
135 for (var y=y1;y<=y2;y++) {
/plugin/diagramsnet/lib/img/lib/allied_telesis/wireless/
H A DAccess_Point_Outdoor.svg1y2="94.553"><stop offset="0" stop-color="#e6e7e7"/><stop offset="1" stop-color="#939598"/></linear…
/plugin/register/
H A Dregister.php146 public function line($x1, $y1, $x2, $y2) argument
148 $this->enlarge(max($x1, $x2) + 1, max($y1, $y2) + 1);
149 imageline($this->im, $x1, $y1, $x2, $y2, $this->black);
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmenclose.js19 …l);k.x2=Math.floor(e-g/2);k.y2=Math.floor(i-g/2)}else{k.x1=Math.floor(g/2);k.y1=Math.floor(i-g/2);…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmenclose.js19y2:this.HTMLpx(N)})}break;case a.NOTATION.UPDIAGONALARROW:if(b.useVML){if(!g){g=this.HTMLvml(z,K,P…
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js422 var de,de2,dd,s,note,f,st,x,y,y2,ym,uf,i,str,a,new_de=[],ymid=[]
424 while(--st>=0){y2=staff_tb[st].y;ymid[st]=(y+24+y2)*.5;y=y2}}
450 if((de.up&&y<ym)||(!de.up&&y>ym)){y2=y_get(st,!de.up,de.x,de.val)
453 y2-=dd.h
454 if((de.up&&y2>ym)||(!de.up&&y2<ym)){y=ym}}}
561 function draw_repbra(p_voice){var s,s1,x,y,y2,i,p,w,wh,first_repeat;y=staff_tb[p_voice.st].topbar+25
575 y2
1354 slur_out(x1,y1,x2,y2,dir,height,dotted) global() argument
7456 out_glisq(x2,y2,de) global() argument
7461 out_gliss(x2,y2,de) global() argument
[all...]
/plugin/imagemap/
H A DREADME33 | 6+ | polygon | x1,y1,x2,y2,x3,y3... |
/plugin/c3chart/assets/
H A Dc3.min.js2y2=i.append("g").attr("class",Y.axis+" "+Y.axisY2).attr("transform",t.getTranslate("y2")).style("v… property in case.SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_REL
/plugin/imagemapping/
H A DREADME33 | 6+ | polygon | x1,y1,x2,y2,x3,y3... |
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.png.class.php143 function _drawLine($x1, $y1, $x2, $y2) { argument
144 imageline($this->_image, $x1, $y1, $x2, $y2, $this->_color[0]['object']);
/plugin/openlayersmap/
H A DStaticMap.php723 $y2 = floor(
727 imageline($this->image, $x1, $y1, $x2, $y2, $colour);
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1y2,da){var dx=x2-x,dy=y2-y,len=sqrt(dx*dx+dy*dy),rot=atan2(dy,dx),dc=da.length,di=0,draw=true;ctx.… argument
4y2:el.getAttribute("y2")||0}}function getRadialCoords(el){return{x1:el.getAttribute("fx")||el.getA… property in AnonymousFunction148c19c32d00.coords
6y2=y1+this._groupSelector.top,selectionX1Y1=new fabric.Point(min(x1,x2),min(y1,y2)),selectionX2Y2=… property in gradient.coords
8y2:1},supportsLineDash=fabric.StaticCanvas.supports("setLineDash");if(fabric.Line){fabric.warn("fa… property in AnonymousFunction148c19c31a200.p
H A Dfabric.js696 dy = y2 - y,
4970 y2: options.coords.y2 || 0 property in AnonymousFunction064b60f12a00.coords
5057 '" y2="', coords.y2,
5068 '" cy="', coords.y2,
5283 if (options.y2) {
11801 y2: options.y2 property in gradient.coords
13529 y2: 0,
13645 ctx.lineTo(p.x2, p.y2);
13697 y2: y2
13709 p = { x1: this.x1, x2: this.x2, y1: this.y1, y2: this.y2 }; property in AnonymousFunction064b60f119f00.p
[all …]
/plugin/processing/
H A Dscript.js2819 this.parsePathVertex(x2 + ((cx-x2)*2/3), y2 + ((cy-y2)*2/3));
2820 this.parsePathVertex(x2, y2);
8440 var y0 = y2;
8575 var x1, y1, z1, x2, y2, z2;
8583 y2 = arguments[4];
8590 y2 = arguments[3];
8627 y2 = arguments[3];
8633 if(y1 > y2) { temp = y1; y1 = y2; y2 = temp; }
8634 for(var y=y1;y<=y2;++y) {
8700 p.vertex(x2, y2, 0);
[all …]
/plugin/diagramsnet/lib/shapes/
H A DmxSysML.js63 var y2 = y;
80 y2 += (h - height) / 2;
84 y2 += h - height - vspacing;
88 y2 += vspacing;
97 tmp.updateTransform(c, x2, y2, width, height);
98 shape.prototype.paintVertexShape.call(tmp, c, x2, y2, width, height); argument
/plugin/achart/assets/
H A Dapexcharts.min.js6y2:a,stroke:s,"stroke-dasharray":r,"stroke-width":o,"stroke-linecap":n});return h}},{key:"drawRect… property in AnonymousFunction1cae5b510100.S.t.yAxisAnnotation
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js13675 vector.y2 = y2;
15159 vector.y2 += y;
16839 y2: y,
16860 y2: y1,
16910 var y2 = ys[yi].y1;
16913 y2 = y2 + this.rowPaddingBottom;
28314 this.y2 = y2;
28345 this.y2 = y2;
65951 options.QuadPoints = [x1, y2, x2, y2, x1, y1, x2, y1];
66015 y2 = y1;
[all …]

123456789