Lines Matching +defs:r +defs:c
630 this.removeAll = function(c) { argument
643 this.retainAll = function(c) { argument
3740 var c = Math.cos(angle); variable in PMatrix2D
3924 var c = p.cos(angle); variable in PMatrix3D
4686 p.color.toInt = function(r, g, b, a) { argument
6061 p.mag = function(a, b, c) { argument
6522 p.ambientLight = function(r, g, b, x, y, z) { argument
6542 p.directionalLight = function(r, g, b, nx, ny, nz) { argument
6573 p.lightSpecular = function lightSpecular(r, g, b) { 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
8681 p.bezierPoint = function bezierPoint(a, b, c, d, t) { argument
8685 p.bezierTangent = function bezierTangent(a, b, c, d, t) { argument
8689 p.curvePoint = function curvePoint(a, b, c, d, t) { argument
8693 p.curveTangent = function curveTangent(a, b, c, d, t) { argument
9010 this.set = function(x, y, c) { argument
9386 function set$3(x, y, c) { argument
9437 setPixel: function(i,c) { argument
9666 var buildBlurKernel = function buildBlurKernel(r) { argument
9685 var blurARGB = function blurARGB(r, aImg) { argument
10023 r: 0, property