Home
last modified time | relevance | path

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

/plugin/processing/
Dscript.js4147 this.matrixStack = []; property
4163 this.matrixStack.push(tmpMatrix);
4167 this.matrixStack.push(this.peek());
4171 return this.matrixStack.pop();
4182 tmpMatrix.set(this.matrixStack[this.matrixStack.length - 1]);
4187 this.matrixStack[this.matrixStack.length - 1].apply(matrix);