Searched refs:fromX (Results 1 – 3 of 3) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
H A D | ImageObject.cfc | 163 <cfargument name="fromX" required="yes" type="numeric"> 167 <cfset var imageResults = imageCFC.crop(variables.img,"","",fromX,fromY,newWidth,newHeight)>
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 1 …fromX=0,fromY=0;rx=Math.abs(rx);ry=Math.abs(ry);var px=-cosTh*toX*.5-sinTh*toY*.5,py=-cosTh*toY*.5… argument
|
H A D | fabric.js | 891 fromX = 0, fromY = 0; 933 result[i] = segmentToBezier(mTheta, th3, cosTh, sinTh, rx, ry, cx1, cy1, mT, fromX, fromY); 934 fromX = result[i][4]; 943 function segmentToBezier(th2, th3, cosTh, sinTh, rx, ry, cx1, cy1, mT, fromX, fromY) { argument 955 cp1X = fromX + mT * ( - cosTh * rx * sinth2 - sinTh * ry * costh2), 1025 var fromX = 0, fromY = 0, bound = [ ], bounds = [ ], 1030 …bound = getBoundsOfCurve(fromX, fromY, segs[i][0], segs[i][1], segs[i][2], segs[i][3], segs[i][4],… 1037 fromX = segs[i][4];
|