Home
last modified time | relevance | path

Searched refs:xmax (Results 1 – 11 of 11) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DSvg.php1105 $xmax = floor($svg_w);
1111 if ($x > $xmax) {
1112 $x2 = $xmax; // right edge
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.core.js1617 xmax = mmax[apply](0, X),
1619 width = xmax - xmin,
1624 x2: xmax,
/plugin/callflow/
Draphael.js2003 xmax = mmax[apply](0, X),
2005 width = xmax - xmin,
2010 x2: xmax,
/plugin/advrack/
Draphael.js2003 xmax = mmax[apply](0, X),
2005 width = xmax - xmin,
2010 x2: xmax,
/plugin/sequencediagram/bower_components/snap.svg/dist/
Dsnap.svg.js5751 xmax = mmax.apply(0, X),
5753 bb = box(xmin, ymin, xmax - xmin, ymax - ymin);
/plugin/abc2/abc-libraries/abc2svg/
Dabc2svg-1.js4163 function set_lines(s,next,lwidth,indent){var first,s2,s3,x,xmin,xmid,xmax,wwidth,shrink,space,ws,nl…
4175 s2=first=s;xmin=s.x-s.shrink-indent;xmax=xmin+lwidth;xmid=xmin+wwidth/nlines;xmin+=wwidth/nlines*cf…
4188 if(x>xmax)
4197 if(!s3){var beam=0,bar_time=s2.time;xmax-=8;s=s2;for(;s!=next;s=s.ts_next){if(s.beam_st)
4204 if(x+s.wr>=xmax)
/plugin/jcapture/lib/
Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/statistics/js/
Dchart.js7 …leRanges:s}=t,n={xmin:e.min,xmax:e.max,ymin:i.min,ymax:i.max};if(!s)return t._scaleRanges=n,!0;con… property
/plugin/strata/
Dplotly-2.25.2.min.js8xmax:0,ymin:0,ymax:0,pts:[],contains:function(e,r,n,i){var a=t.searchInfo.cd[0].trace._expandedInd…
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js53182 function interpolate(x, xmin, xmax, ymin, ymax) { argument
53183 return ymin + (x - xmin) * ((ymax - ymin) / (xmax - xmin));
Dpdf.worker.js.map1 …n function interpolate(x, xmin, xmax, ymin, ymax) {\n return ymin + ((x - xmin) * ((ym…