Home
last modified time | relevance | path

Searched refs:createRowRel (Results 1 – 2 of 2) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js194 …return this.createRowRel(type, index, x / VsdxExport.prototype.CONVERSION_FACTOR, y / VsdxExport.p…
200 mxVsdxCanvas2D.prototype.createRowRel = function(type, index, x, y, a, b, c , d, xF, yF, aF, bF, cF… method in mxVsdxCanvas2D
320 this.geoSec.appendChild(this.createRowRel("RelMoveTo", this.geoStepIndex++, x/w, y/h));
345 this.geoSec.appendChild(this.createRowRel("RelLineTo", this.geoStepIndex++, x/w, y/h));
382 this.geoSec.appendChild(this.createRowRel("RelQuadBezTo", this.geoStepIndex++, x2, y2, x1, y1));
426 …this.geoSec.appendChild(this.createRowRel("RelCubBezTo", this.geoStepIndex++, x3, y3, x1, y1, x2, …
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1061 …ype.createRowScaled=function(f,m,e,q,k,d,b,a,c,g,n,w,x,A){return this.createRowRel(f,m,e/VsdxExpor…
1062 mxVsdxCanvas2D.prototype.createRowRel=function(f,m,e,q,k,d,b,a,c,g,n,w,x,A){var y=this.createElt("R… method in mxVsdxCanvas2D
1067 …var k=e.height*q.scale,e=e.width*q.scale;this.geoSec.appendChild(this.createRowRel("RelMoveTo",thi…
1068 …var k=e.height*q.scale,e=e.width*q.scale;this.geoSec.appendChild(this.createRowRel("RelLineTo",thi…
1069 …*k.scale;q=(d.height-q+d.y-k.dy)*k.scale;this.geoSec.appendChild(this.createRowRel("RelQuadBezTo",…
1070 …*b.scale;d=(a.height-d+a.y-b.dy)*b.scale;this.geoSec.appendChild(this.createRowRel("RelCubBezTo",t…