Home
last modified time | relevance | path

Searched refs:fromY (Results 1 – 3 of 3) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc164 <cfargument name="fromY" 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 Dfabric.min.js1fromY=0;rx=Math.abs(rx);ry=Math.abs(ry);var px=-cosTh*toX*.5-sinTh*toY*.5,py=-cosTh*toY*.5+sinTh*t… argument
H A Dfabric.js891 fromX = 0, fromY = 0;
933 result[i] = segmentToBezier(mTheta, th3, cosTh, sinTh, rx, ry, cx1, cy1, mT, fromX, fromY);
935 fromY = result[i][5];
943 function segmentToBezier(th2, th3, cosTh, sinTh, rx, ry, cx1, cy1, mT, fromX, fromY) { argument
956 cp1Y = fromY + mT * ( - sinTh * rx * sinth2 + cosTh * 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],…
1038 fromY = segs[i][5];