Home | History | Annotate | Download | only in flot

Lines Matching refs:Dx

772     var dx, dy, dw, dh, sx, sy, sw, sh;
789 dx = arguments[1];
795 dx = arguments[1];
807 dx = arguments[5];
815 var d = getCoords(this, dx, dy);
845 'Dx=', mr(d.x / Z), ',',
851 var c2 = getCoords(this, dx + dw, dy);
852 var c3 = getCoords(this, dx, dy + dh);
853 var c4 = getCoords(this, dx + dw, dy + dh);
1024 var dx = p1.x - p0.x;
1026 angle = Math.atan2(dx, dy) * 180 / Math.PI;
1192 contextPrototype.transform = function(m11, m12, m21, m22, dx, dy) {
1196 [dx, dy, 1]
1202 contextPrototype.setTransform = function(m11, m12, m21, m22, dx, dy) {
1206 [dx, dy, 1]