Searched refs:groupStack (Results 1 – 4 of 4) sorted by relevance
1871 private $groupStack; variable in dokuwiki\\plugin\\a2s\\SVGGroup1876 $this->groupStack = array();1890 $this->groupStack[] = $groupName;1900 array_pop($this->groupStack);1901 $this->curGroup = array_pop($this->groupStack);
14533 this.groupStack = [];15071 this.groupStack.push(currentCtx);15077 this.ctx = this.groupStack.pop();15096 this.groupStack.push(currentCtx);15102 this.ctx = this.groupStack.pop();15864 this.groupStack.push(currentCtx);15871 this.ctx = this.groupStack.pop();
1 …groupStack = [];\n this.processingType3 = null;\n // Patterns are painted relative to the in…
20232 groupStack.push(group);20248 if (group !== groupStack.pop()) {20582 for (var i = groupStack.length - 1; i >= 0; i--) {20583 ctm = multiplyMatrix(groupStack[i].savedMatrix, ctm);22978 groupStack = [],