Searched refs:matrixStack (Results 1 – 1 of 1) sorted by relevance
4147 this.matrixStack = []; property4163 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);