Lines Matching refs:set

446       arr.set = function() {
896 set: function(v, y, z) {
898 this.set(v.x || v[0], v.y || v[1], v.z || v[2]);
1081 obj.__defineSetter__(name, desc.set);
2389 this.matrix.set(m[0], m[2], m[4], m[1], m[3], m[5]);
3592 this.set(arguments[0].array());
3594 … this.set(arguments[0], arguments[1], arguments[2], arguments[3], arguments[4], arguments[5]);
3599 set: function() {
3602 this.set([a[0], a[1], a[2],
3612 outgoing.set(this.elements);
3616 this.set([1, 0, 0, 0, 1, 0]);
3776 set: function() {
3787 outgoing.set(this.elements);
3791 this.set([1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1]);
3947 inverseCopy.set(a[0], a[1], a[2], a[3], a[4], a[5], a[6], a[7], a[8],
4159 tmpMatrix.set(arguments[0]);
4161 tmpMatrix.set(arguments);
4182 tmpMatrix.set(this.matrixStack[this.matrixStack.length - 1]);
4952 modelView.set(userMatrixStack.pop());
6459 bezierBasisMatrix.set(-1, 3, -3, 1, 3, -6, 3, 0, -3, 3, 0, 0, 1, 0, 0, 0);
6685 modelView.set(cam);
6686 modelViewInv.set(cameraInv);
6719 cam.set(x.x, x.y, x.z, 0, y.x, y.y, y.z, 0, z.x, z.y, z.z, 0, 0, 0, 0, 1);
6728 modelView.set(cam);
6729 modelViewInv.set(cameraInv);
6757 projection.set((2 * near) / (right - left), 0, (right + left) / (right - left),
6782 projection.set(x, 0, 0, tx, 0, y, 0, ty, 0, 0, z, tz, 0, 0, 0, 1);
6819 proj.set(projection);
6841 v.set(view);
6844 m.set(model);
6849 normalMatrix.set(v);
7034 proj.set(projection);
7040 v.set(view);
7043 m.set(model);
7048 normalMatrix.set(v);
7410 proj.set(projection);
7435 p.set(x, y, colorBlendWithAlpha(c, currentStrokeColor, alphaOfPointWeight));
7526 proj.set(projection);
7564 proj.set(projection);
7600 proj.set(projection);
8279 matrix.set(0, 0, 0, 1, fff, ff, f, 0, 6 * fff, 2 * ff, 0, 0, 6 * fff, 0, 0, 0);
8293 curveBasisMatrix.set(((s - 1) / 2).toFixed(2), ((s + 3) / 2).toFixed(2),
8309 curveToBezierMatrix.set(curveBasisMatrix);
8602 proj.set(projection);
8635 p.set(x1, y, currentStrokeColor);
8640 p.set(x, y1, currentStrokeColor);
8730 proj.set(projection);
8765 v.set(view);
8768 m.set(model);
8773 normalMatrix.set(v);
8795 p.set(x + i, y, currentStrokeColor);
8796 p.set(x + i, y2, currentStrokeColor);
8799 p.set(x, y + i, currentStrokeColor);
8800 p.set(x2, y + i, currentStrokeColor);
9010 this.set = function(x, y, c) { method in PImage
9011 p.set(x, y, c, this);
9122 set: function(arr) {
9362 p.defineProperty(newContext, name, { get: getter, set: setter });
9409 p.set = function set(x, y, obj, img) {
9444 set: function(arr) {
9891 aImg.pixels.set(out);
10943 proj.set(projection);
11325 set: function(v) {