Lines Matching +defs:z +defs:index

867     function PVector(x, y, z) {  argument
896 set: function(v, y, z) { argument
911 add: function(v, y, z) { argument
922 sub: function(v, y, z) { argument
961 dot: function(v, y, z) { argument
3361 insertChild: function (child, index) { argument
3374 getChild: function (index){ argument
3499 removeChildAtIndex: function(index) { argument
3832 var x, y, z, w; variable in PMatrix3D
4276 p.splice = function(array, value, index) { argument
4924 p.translate = function translate(x, y, z) { argument
4933 p.scale = function scale(x, y, z) { argument
6228 function grad3d(i,x,y,z) { argument
6246 this.noise3d = function(x, y, z) { argument
6280 p.noise = function(x, y, z) { argument
6522 p.ambientLight = function(r, g, b, x, y, z) { argument
6592 p.pointLight = function(r, g, b, x, y, z) { argument
6633 p.spotLight = function spotLight(r, g, b, x, y, z, nx, ny, nz, angle, concentration) { argument
7102 p.modelX = function modelX(x, y, z) { argument
7117 p.modelY = function modelY(x, y, z) { argument
7132 p.modelZ = function modelZ(x, y, z) { argument
7235 p.screenX = function screenX( x, y, z ) { argument
7253 p.screenY = function screenY( x, y, z ) { argument
7271 p.screenZ = function screenZ( x, y, z ) { argument
7396 p.point = function point(x, y, z) { argument
8466 p.curveVertex = function(x, y, z) { argument
10821 function text$line(str, x, y, z, align) { argument
10891 function text$line$3d(str, x, y, z, align) { argument
10959 function text$4(str, x, y, z) { argument
10988 function text$6(str, x, y, width, height, z) { argument
11794 return code.replace(/'(\d+)'/g, function(all, index) { argument
11965 …$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*)\s*("C\d+"(?:\s*"C\d+")*)/g, function(all, type, index) { argument
11979 s = s.replace(/"B(\d+)"(\s*(?:[\w$']|"B))/g, function(all, index, next) { argument
12012 function(all, indexOrLength, index, atomIndex, equalsPart, rightSide) { argument
12136 result = result.replace(/"[ABC](\d+)"/g, function(all, index) { argument
12161 return expr.replace(/"!(\d+)"/g, function(all, index) { argument
12169 s = s.replace(/"H(\d+)"/g, function(all, index) { argument
12173 s = s.replace(/"F(\d+)"/g, function(all, index) { argument
12177 s = s.replace(/"I(\d+)"/g, function(all, index) { argument
12527 declarations = declarations.replace(/"([DEGH])(\d+)"/g, function(all, type, index) { argument