Lines Matching +defs:r +defs:names
293 var names = name.split(separator), variable
579 r: 0, property
609 r: nu, property
639 rectPath = R._rectPath = function (x, y, w, h, r) { argument
964 prepareRGB = function (r, g, b) { argument
984 packageRGB = function (r, g, b, o) { argument
989 r: r, property
1146 R.rgb2hsb = function (r, g, b) { argument
1180 R.rgb2hsl = function (r, g, b) { argument
1337 rgb = {r: red, g: green, b: blue, toString: clrToString}; property
1383 R.rgb = cacher(function (r, g, b) { argument
1474 var paramCounts = {a: 7, c: 6, h: 1, l: 2, m: 2, r: 4, q: 4, s: 4, t: 2, v: 1, z: 0}, property
1520 var paramCounts = {r: 3, s: 4, t: 2, m: 6}, property
3661 paperproto.circle = function (x, y, r) { argument
3687 paperproto.rect = function (x, y, w, h, r) { argument
4804 r: (toColour.r - from[attr].r) / ms, property
6916 R._engine.circle = function (svg, x, y, r) { argument
6920 res.attrs = {cx: x, cy: y, r: r, fill: "none", stroke: "#000"}; property
6925 R._engine.rect = function (svg, x, y, w, h, r) { argument
6929 …res.attrs = {x: x, y: y, width: w, height: h, r: r || 0, rx: r || 0, ry: r || 0, fill: "none", str… property
7874 R._engine.rect = function (vml, x, y, w, h, r) { argument
7903 R._engine.circle = function (vml, x, y, r) { argument
7913 r: r property