Searched refs:xmax (Results 1 – 11 of 11) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
| D | Svg.php | 1105 $xmax = floor($svg_w); 1111 if ($x > $xmax) { 1112 $x2 = $xmax; // right edge
|
| /plugin/sequencediagram/bower_components/raphael/dev/ |
| D | raphael.core.js | 1617 xmax = mmax[apply](0, X), 1619 width = xmax - xmin, 1624 x2: xmax,
|
| /plugin/callflow/ |
| D | raphael.js | 2003 xmax = mmax[apply](0, X), 2005 width = xmax - xmin, 2010 x2: xmax,
|
| /plugin/advrack/ |
| D | raphael.js | 2003 xmax = mmax[apply](0, X), 2005 width = xmax - xmin, 2010 x2: xmax,
|
| /plugin/sequencediagram/bower_components/snap.svg/dist/ |
| D | snap.svg.js | 5751 xmax = mmax.apply(0, X), 5753 bb = box(xmin, ymin, xmax - xmin, ymax - ymin);
|
| /plugin/abc2/abc-libraries/abc2svg/ |
| D | abc2svg-1.js | 4163 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/ |
| D | transform-3.0.2.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/statistics/js/ |
| D | chart.js | 7 …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/ |
| D | plotly-2.25.2.min.js | 8 …xmax:0,ymin:0,ymax:0,pts:[],contains:function(e,r,n,i){var a=t.searchInfo.cd[0].trace._expandedInd…
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 53182 function interpolate(x, xmin, xmax, ymin, ymax) { argument 53183 return ymin + (x - xmin) * ((ymax - ymin) / (xmax - xmin));
|
| D | pdf.worker.js.map | 1 …n function interpolate(x, xmin, xmax, ymin, ymax) {\n return ymin + ((x - xmin) * ((ym…
|