Home
last modified time | relevance | path

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

/cts/suite/cts/deviceTests/browserbench/assets/octane/
Ddeltablue.js458 function ScaleConstraint(src, scale, offset, dest, strength) { class
462 ScaleConstraint.superConstructor.call(this, src, dest, strength);
465 ScaleConstraint.inheritsFrom(BinaryConstraint);
470 ScaleConstraint.prototype.addToGraph = function () {
471 ScaleConstraint.superConstructor.prototype.addToGraph.call(this);
476 ScaleConstraint.prototype.removeFromGraph = function () {
477 ScaleConstraint.superConstructor.prototype.removeFromGraph.call(this);
482 ScaleConstraint.prototype.markInputs = function (mark) {
483 ScaleConstraint.superConstructor.prototype.markInputs.call(this, mark);
490 ScaleConstraint.prototype.execute = function () {
[all …]