Home
last modified time | relevance | path

Searched refs:x1 (Results 126 – 150 of 278) sorted by relevance

12345678910>>...12

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php
H A DGradient.php148 // Linear: $coords - array of the form (x1, y1, x2, y2) which defines the gradient vector (see linear_gradient_coords.jpg).
149 // The default value is from left to right (x1=0, y1=0, x2=1, y2=0).
355 $x1 = $px / $bboxh;
358 $coords[2] = $x1;
361 $coords[2] = 1 - $x1;
364 $coords[2] = 1 - $x1;
367 $coords[2] = $x1;
957 // Linear: $coords - array of the form (x1, y1, x2, y2) which defines the gradient vector (see linear_gradient_coords.jpg).
958 // The default value is from left to right (x1=0, y1=0, x2=1, y2=0).
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Ddata_jack.svg1 …<![CDATA[.B{dominant-baseline:auto}]]></style><defs><linearGradient id="A" x1="103.968" y1="239.27…
H A Dcd_dvd.svg1 …<![CDATA[.B{dominant-baseline:auto}]]></style><defs><linearGradient id="A" x1="29.31" y1="149.735"…
/plugin/diagramsnet/lib/img/lib/cumulus/
H A Dcumulus_linux_icon.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><linearGradient id="A" x1="3.43" …
H A Dcumulus_netq_icon.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><linearGradient id="A" x1="1.82" …
H A Drack_out_of_band.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 57"><defs><linearGradient id="A" x1="32.23"…
H A Drack_cumulus_linux.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 57"><defs><linearGradient id="A" x1="32.23"…
H A Drack_voyager.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 57"><defs><linearGradient id="A" x1="32.23"…
/plugin/chessdiagram/
H A Dsyntax.php187 'x1' => '<img src="'
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js928 function draw_beams(bm){var s,i,beam_dir,shift,bshift,bstub,bh,da,k,k1,k2,x1,s1=bm.s1,s2=bm.s2
929 function draw_beam(x1,x2,dy,h,bm,n){var y1,dy2,s=bm.s1,nflags=s.nflags argument
932 if(s.trem2&&n>nflags){if(s.dur>=C.BLEN/2){x1=s.x+6;x2=bm.s2.x-6}else if(s.dur<C.BLEN/4){x1+=5;x2-=6}}
933 y1=bm.a*x1+bm.b-dy;x2-=x1;x2/=stv_g.scale;dy2=bm.a*x2
934 xypath(x1,y1,true);output+='l'+x2.toFixed(1)+' '+(-dy2).toFixed(1)+'v'+h.toFixed(1)+'l'+(-x2).toFixed(1)+' '+dy2.toFixed(1)+'z"/>\n'}
959 if(s.trem1&&i>s.nflags-s.ntrem){x1=(s.dur>=C.BLEN/2)?s.x:s.xs;draw_beam(x1-5,x1
1354 slur_out(x1,y1,x2,y2,dir,height,dotted) global() argument
2051 draw_staff(st,x1,x2) global() argument
[all...]
/plugin/godiag/
H A Dsyntax.php450 $x1=$x-($this->style['mark_sqheight']/2);
454 imagefilledrectangle($im, $x1, $y1, $x2, $y2, $this->dgm['mark_color']);
458 $x1=$x-($this->style['link_sqheight']/2);
462 imagefilledrectangle($im, $x1, $y1, $x2, $y2, $this->dgm['link_color']);
642 $x1=$x-$this->style['line_sp']/2;
657 return "<area href=\"$href\" title=\"$title\" alt=\"$title\" coords=\"$x1,$y1,$x2,$y2\"/>";
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php450 $x1 = array_slice($x_value, $m);
455 $z2 = self::karatsuba($x1, $y1);
458 $z1 = self::addHelper($x1, false, $x0, false);
1064 $x1 = array_slice($value, $m);
1067 $z2 = self::karatsubaSquare($x1);
1070 $z1 = self::addHelper($x1, false, $x0, false);
/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js804 function drawTriangle( x0, y0, x1, y1, x2, y2 ) { argument
808 _context.lineTo( x1, y1 );
922 function patternPath( x0, y0, x1, y1, x2, y2, u0, v0, u1, v1, u2, v2, texture ) { argument
962 x1 -= x0; y1 -= y0;
974 a = ( v2 * x1 - v1 * x2 ) * idet;
976 c = ( u1 * x2 - u2 * x1 ) * idet;
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js451 mxJsCanvas.prototype.quadTo = function(x1, y1, x2, y2) argument
453 this.ctx.quadraticCurveTo(x1, y1, x2, y2);
472 mxJsCanvas.prototype.curveTo = function(x1, y1, x2, y2, x3, y3) argument
474 this.ctx.bezierCurveTo(x1, y1, x2, y2 , x3, y3);
/plugin/jcapture/lib/
H A Djcapture.jar ... , long) java.io.InputStream x0 String x1 String x2 public long getContentLength () } com/ ...
/plugin/sketchcanvas/script/
H A DSketchCanvas.js128 ctx.rect(x1, y1, w1, h1);
134 ctx.fillRect(x0 + 1, y0 + 1, x1 - 2, y0 + h0 - 2);
175 ctx.fillRect(x0 + 1, my0 + mh0 + 1, x1 - 2, my0 + h0 - 2);
852 x1 = 0;
859 x1 = 90;
861 offset = {x:x1, y:y1};
892 ctx.rect(x1,y1, w1, h1);
898 for(var ix = Math.ceil(x1 / gridSize); ix < (x1 + w1) / gridSize; ix++){
1385 ctx.fillRect(x1,y
[all...]
/plugin/callflow/
H A Draphael.js822 var x = x1 - x2,
1759 var nx = (x1 * y2 - y1 * x2) * (x3 - x4) - (x1 - x2) * (x3 * y4 - y3 * x4),
1883 x1 = x1m = pi[1];
1888 x1 = bez1[6];
1891 bez1 = [x1, y1, x1, y1, x1m, y1m, x1m, y1m];
1892 x1 = x1m;
2230 x1 = xy.x;
2237 x = (x1 - x2) / 2,
2288 m1 = [x1, y1],
2606 x1,
[all …]
/plugin/advrack/
H A Draphael.js822 var x = x1 - x2,
1759 var nx = (x1 * y2 - y1 * x2) * (x3 - x4) - (x1 - x2) * (x3 * y4 - y3 * x4),
1883 x1 = x1m = pi[1];
1888 x1 = bez1[6];
1891 bez1 = [x1, y1, x1, y1, x1m, y1m, x1m, y1m];
1892 x1 = x1m;
2230 x1 = xy.x;
2237 x = (x1 - x2) / 2,
2288 m1 = [x1, y1],
2606 x1,
[all …]
/plugin/jdraw/lib/
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js100 x1: 0, property in AmCharts._this.drawing.buffer.position
364 var line = new fabric.Line( [ cfg.x1, cfg.y1, cfg.x2, cfg.y2 ], {
377 arrowLeft = cfg.x1 + ( cfg.width / 2 );
818 getAngle: function( x1, y1, x2, y2 ) { argument
819 var x = x2 - x1;
971 ref.x1 = pos.x;
977 ref.xD = ( ref.x1 - ref.x2 ) < 0 ? ( ref.x1 - ref.x2 ) * -1 : ( ref.x1 - ref.x2 );
1148 x1: p.x1,
1175 l.angle = ( _this.getAngle( l.x1, l.y1, l.x2, l.y2 ) + 90 );
1179 left = l.x1 + ( l.width / 2 );
[all …]
/plugin/tablecalc/
H A Dscript.js132 function range(x1,y1,x2,y2) { argument
134 for (var x=x1;x<=x2;x++) {
/plugin/diagramsnet/lib/img/lib/allied_telesis/wireless/
H A DAccess_Point_Outdoor.svg1x1="9.355" y1="153.508" x2="9.355" y2="94.553"><stop offset="0" stop-color="#e6e7e7"/><stop offset…
/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/shapes/mockup/
H A DmxMockupGraphics.js399 var x1 = w * 0.5 - w * Math.sin(startAngle) * 0.5;
414 c.arcTo(w * 0.5, h * 0.5, 0, largeArc, 1, x1, y1);
726 var x1 = w * 0.5 + w * 0.38 * Math.sin(needlePos);
732 c.moveTo(x1, y1);
734 x1 = w * 0.5 + w * 0.05 * Math.cos(needlePos);
736 c.lineTo(x1, y1);
742 x1 = x2;

12345678910>>...12