Home
last modified time | relevance | path

Searched refs:ScaleConstraint (Results 1 – 1 of 1) sorted by relevance

/external/v8/benchmarks/
Ddeltablue.js455 function ScaleConstraint(src, scale, offset, dest, strength) { class
459 ScaleConstraint.superConstructor.call(this, src, dest, strength);
462 ScaleConstraint.inheritsFrom(BinaryConstraint);
467 ScaleConstraint.prototype.addToGraph = function () {
468 ScaleConstraint.superConstructor.prototype.addToGraph.call(this);
473 ScaleConstraint.prototype.removeFromGraph = function () {
474 ScaleConstraint.superConstructor.prototype.removeFromGraph.call(this);
479 ScaleConstraint.prototype.markInputs = function (mark) {
480 ScaleConstraint.superConstructor.prototype.markInputs.call(this, mark);
487 ScaleConstraint.prototype.execute = function () {
[all …]